Skip to content

Commit

Permalink
feat(MediaWiki): ✨ light up changelist dot on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Jul 16, 2023
1 parent 85f036c commit 4cf9417
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 4cf9417

Please sign in to comment.