#sidebar .changesets {
li {
- cursor: pointer;
-
&.selected { background: $list-highlight; }
/* color is derived from changeset bbox fillColor in history.js */
+
+ a.stretched-link > span, a:not(.stretched-link), [title] {
+ position: relative;
+ z-index: 2; /* needs to be higher than Bootstrap's stretched link ::after z-index */
+ }
}
.comments {