Simplify css for text selection with stretched link

This commit is contained in:
Anton Khorev 2022-09-02 16:22:54 +03:00
parent a0f52e8b4f
commit 78b4ff4a29

View file

@ -745,14 +745,9 @@ tr.turn:hover {
&.selected { background: $list-highlight; }
/* color is derived from changeset bbox fillColor in history.js */
a.stretched-link > span {
a.stretched-link > span, a:not(.stretched-link), [title] {
position: relative;
z-index: 2;
}
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 */
}
}