Simplify css for text selection with stretched link
This commit is contained in:
parent
a0f52e8b4f
commit
78b4ff4a29
1 changed files with 2 additions and 7 deletions
|
@ -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 */
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue