MediaWiki:Vector.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 170: | Line 170: | ||
#right-navigation li:last-child a { | #right-navigation li:last-child a { | ||
border-right: 1px solid var(--wiz-content-border); | border-right: 1px solid var(--wiz-content-border); | ||
} | } | ||
#ca-watch a, | #ca-watch a, | ||
#ca-unwatch a { | #ca-unwatch a { | ||
border-left: 0; | box-sizing: border-box; | ||
width: 32px; | |||
padding-right: 0; | |||
padding-left: 0; | |||
background-position: center center; | |||
} | } | ||
#ca-watch | #ca-watch a span, | ||
#ca-unwatch | #ca-unwatch a span { | ||
position: absolute; | position: absolute; | ||
overflow: hidden; | |||
width: 1px; | |||
height: 1px; | height: 1px; | ||
clip: rect(1px, 1px, 1px, 1px); | |||
white-space: nowrap; | |||
} | } | ||