mirror of
https://github.com/zombieFox/nightTab.git
synced 2024-11-28 11:03:16 +01:00
[bug] fix link on hover z index
This commit is contained in:
parent
696f133ed1
commit
1f1f03ee4e
@ -49,12 +49,17 @@
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.link-item:focus-within,
|
||||
.link-item:focus,
|
||||
.link-item:hover {
|
||||
z-index: 2;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.is-link-item-hover-scale .link-item:focus-within,
|
||||
.is-link-item-hover-scale .link-item:focus,
|
||||
.is-link-item-hover-scale .link-item:hover {
|
||||
transform: scale(1.05);
|
||||
z-index: 2;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.is-link-item-hover-scale .link-item:active {
|
||||
|
Loading…
Reference in New Issue
Block a user