kopia lustrzana https://github.com/cheeaun/phanpy
Only show hover styles for tab bar when has hover
The hover delays the tap a littlepull/260/head
rodzic
b8767f3618
commit
5de7eec2ca
|
@ -99,8 +99,10 @@
|
||||||
text-shadow: 0 var(--hairline-width) var(--bg-color);
|
text-shadow: 0 var(--hairline-width) var(--bg-color);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
&:is(:hover, :focus) {
|
@media (hover: hover) {
|
||||||
color: var(--text-color);
|
&:is(:hover, :focus) {
|
||||||
|
color: var(--text-color);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#shortcuts .tab-bar li a:active {
|
#shortcuts .tab-bar li a:active {
|
||||||
|
|
Ładowanie…
Reference in New Issue