1
0
Fork 0

Only show hover styles for tab bar when has hover

The hover delays the tap a little
This commit is contained in:
Lim Chee Aun 2023-10-11 19:13:02 +08:00
parent b8767f3618
commit 5de7eec2ca

View file

@ -99,8 +99,10 @@
text-shadow: 0 var(--hairline-width) var(--bg-color);
width: 100%;
&:is(:hover, :focus) {
color: var(--text-color);
@media (hover: hover) {
&:is(:hover, :focus) {
color: var(--text-color);
}
}
}
#shortcuts .tab-bar li a:active {