Only show hover styles for tab bar when has hover
The hover delays the tap a little
This commit is contained in:
parent
b8767f3618
commit
5de7eec2ca
1 changed files with 4 additions and 2 deletions
|
@ -99,9 +99,11 @@
|
||||||
text-shadow: 0 var(--hairline-width) var(--bg-color);
|
text-shadow: 0 var(--hairline-width) var(--bg-color);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
@media (hover: hover) {
|
||||||
&:is(:hover, :focus) {
|
&:is(:hover, :focus) {
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#shortcuts .tab-bar li a:active {
|
#shortcuts .tab-bar li a:active {
|
||||||
transform: scale(0.95);
|
transform: scale(0.95);
|
||||||
|
|
Loading…
Add table
Reference in a new issue