mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-13 17:37:07 +00:00
Strengthen CSS selectors for Minerva Echo icons
The .minerva-icon rule sets a transparent PNG. If rules are loaded before (as in the case of Echo) they get overriden. Make these rules more specific so they do not apply. Bug: T376491 Change-Id: Ia5399fa500df69b0a0d34931e30d961fe62a2124
This commit is contained in:
parent
ad43e50cc8
commit
ca232770db
|
@ -1,6 +1,6 @@
|
|||
@import '../../minerva.less/minerva.variables.less';
|
||||
|
||||
.minerva-icon--bellOutline-base20 {
|
||||
.minerva-icon.minerva-icon--bellOutline-base20 {
|
||||
.cdx-mixin-css-icon( @cdx-icon-bell-outline, @color-subtle);
|
||||
}
|
||||
|
||||
|
|
|
@ -33,11 +33,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
.minerva-icon--bell {
|
||||
.minerva-icon.minerva-icon--bell {
|
||||
.cdx-mixin-css-icon( @cdx-icon-bell, @color-subtle);
|
||||
}
|
||||
|
||||
.minerva-icon--tray {
|
||||
.minerva-icon.minerva-icon--tray {
|
||||
.cdx-mixin-css-icon( @cdx-icon-tray, @color-subtle);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue