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