feat(MediaWiki): light up changelist dot on hover

This commit is contained in:
alistair3149 2023-07-16 15:50:30 -04:00
parent 85f036c2f8
commit 4cf9417c5d
No known key found for this signature in database
GPG key ID: 16076C01E5C88864

View file

@ -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 */