mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-12 00:59:46 +00:00
feat(MediaWiki): ✨ light up changelist dot on hover
This commit is contained in:
parent
85f036c2f8
commit
4cf9417c5d
|
@ -164,6 +164,10 @@ body:not( .mw-rcfilters-ui-initialized ) .mw-rcfilters-head {
|
|||
|
||||
&:hover {
|
||||
background-color: var( --background-color-quiet--hover );
|
||||
|
||||
&::before {
|
||||
background-color: var( --color-base--emphasized );
|
||||
}
|
||||
}
|
||||
|
||||
/* Timeline dot */
|
||||
|
|
Loading…
Reference in a new issue