#sidebar .changesets {
li {
- &.selected { background: $list-highlight; }
- /* color is derived from changeset bbox fillColor in history.js */
+ &.selected {
+ @extend :hover;
+ }
a.stretched-link > span, a:not(.stretched-link), [title] {
position: relative;
&.query-result {
cursor: pointer;
}
-
- &.selected {
- background: $list-highlight;
- }
}
}
}