mirror of
https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue.git
synced 2024-11-23 16:06:45 +00:00
fix: no need to apply hover:hover to active state
This commit is contained in:
parent
f87c43e8e4
commit
70f632a4db
|
@ -43,9 +43,7 @@
|
|||
}
|
||||
|
||||
&:active {
|
||||
@media ( hover: hover ) {
|
||||
color: var( --color-progressive--active, #2a4b8d );
|
||||
}
|
||||
color: var( --color-progressive--active, #2a4b8d );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue