MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary |
No edit summary Tag: Manual revert |
||
| (12 intermediate revisions by the same user not shown) | |||
| Line 2,138: | Line 2,138: | ||
mask-image: none !important; | mask-image: none !important; | ||
background: none !important; | background: none !important; | ||
width: 2rem !important; | |||
} | } | ||
/* Inject Material icon */ | /* Inject Material icon */ | ||
.mw-ui-icon-wikimedia-ellipsis::before { | .mw-ui-icon-wikimedia-ellipsis::before { | ||
content: " | content: "account_circle"; | ||
font-family: "Material Symbols Rounded"; | |||
font-weight: normal; | |||
font-style: normal; | |||
font-size: 20px; | |||
display: inline-block; | |||
line-height: 1; | |||
font-variation-settings: | |||
"FILL" 1, | |||
"wght" 400, | |||
"GRAD" 0, | |||
"opsz" 24; | |||
color: white; /* or currentColor */ | |||
} | |||
.mw-ui-icon-wikimedia-ellipsis::after { | |||
content: "keyboard_arrow_down"; | |||
font-family: "Material Symbols Rounded"; | font-family: "Material Symbols Rounded"; | ||
| Line 2,156: | Line 2,176: | ||
color: white; /* or currentColor */ | color: white; /* or currentColor */ | ||
} | } | ||
/* Remove MediaWiki mask system */ | /* Remove MediaWiki mask system */ | ||
#vector-page-titlebar-toc-label > .mw-ui-icon-wikimedia-listBullet { | #vector-page-titlebar-toc-label > .mw-ui-icon-wikimedia-listBullet { | ||