mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 06:13:54 +00:00
Remove 'new' indicator styles on mobile options
These have been only in use for AMC, in case we need them again, we will bring them back. Bug: T245654 Depends-On: I0bfcbd9378b3fea4d532b78b250ce05a13f71edb Change-Id: Ibdb69e92de5a0cf20413b0fb576a6797f7bf1771
This commit is contained in:
parent
47732ee8d8
commit
d7039ab8ac
|
@ -19,16 +19,3 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// stylelint-disable selector-max-id
|
|
||||||
#mobile-options &.indicator-circle {
|
|
||||||
overflow: initial;
|
|
||||||
|
|
||||||
&:before {
|
|
||||||
content: '\2022';
|
|
||||||
color: @colorProgressive;
|
|
||||||
margin-right: 0.3em;
|
|
||||||
font-size: 1.2em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
// stylelint-enable selector-max-id
|
|
||||||
|
|
Loading…
Reference in a new issue