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