Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Vector.css: Difference between revisions

MediaWiki interface page
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,
#ca-unwatch {
position: relative;
background: var(--wiz-panel-background);
background-image: none;
border-left: 1px solid var(--wiz-content-border);
border-bottom: 0;
}
}


#ca-watch a,
#ca-watch a,
#ca-unwatch a {
#ca-unwatch a {
border-left: 0;
box-sizing: border-box;
border-bottom: 0;
width: 32px;
padding-right: 0;
padding-left: 0;
background-position: center center;
}
}


#ca-watch::after,
#ca-watch a span,
#ca-unwatch::after {
#ca-unwatch a span {
content: "";
position: absolute;
position: absolute;
right: 0;
overflow: hidden;
bottom: -1px;
width: 1px;
left: 0;
height: 1px;
height: 1px;
background: var(--wiz-content-border);
clip: rect(1px, 1px, 1px, 1px);
pointer-events: none;
white-space: nowrap;
}
}