MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1,884: | Line 1,884: | ||
/* Inject Material icon */ | /* Inject Material icon */ | ||
.mw-ui-icon-wikimedia-appearance::before { | .mw-ui-icon-wikimedia-appearance::before { | ||
content: "globe_asia"; | |||
font-family: 'Material Symbols Outlined'; | |||
font-weight: normal; | |||
font-style: normal; | |||
font-size: 20px; | |||
display: inline-block; | |||
line-height: 1; | |||
letter-spacing: normal; | |||
color: white; /* or currentColor */ | |||
} | |||
/* Remove MediaWiki mask system */ | |||
.mw-ui-icon-wikimedia-watchlist { | |||
-webkit-mask-image: none !important; | |||
mask-image: none !important; | |||
background: none !important; | |||
} | |||
/* Inject Material icon */ | |||
.mw-ui-icon-wikimedia-watchlist::before { | |||
content: "globe_asia"; | content: "globe_asia"; | ||