MediaWiki:Vector.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 291: | Line 291: | ||
box-shadow: 0 1px 0 var(--wiz-content-background); | box-shadow: 0 1px 0 var(--wiz-content-background); | ||
color: var(--wiz-heading); | color: var(--wiz-heading); | ||
} | |||
#left-navigation li.selected a::after, | |||
#right-navigation li.selected a::after, | |||
.vectorTabs li.selected a::after { | |||
content: ""; | |||
position: absolute; | |||
right: -1px; | |||
bottom: -1px; | |||
left: -1px; | |||
height: 1px; | |||
background: var(--wiz-content-background); | |||
pointer-events: none; | |||
} | } | ||