#sidebar .changesets {
li {
- cursor: pointer;
-
&.selected { background: $list-highlight; }
/* color is derived from changeset bbox fillColor in history.js */
+
+ a:not(.stretched-link), [title] {
+ position: relative;
+ z-index: 1;
+ }
}
.comments {