mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 06:13:54 +00:00
Remove unused user-button styles
This class was removed in I55c18cf72. Change-Id: I59069d97cdcc827d279edc76560f8c33fa2f71f2
This commit is contained in:
parent
09eb839a6b
commit
88595174e6
|
@ -1,19 +1,5 @@
|
|||
@import '../../minerva.less/minerva.variables.less';
|
||||
|
||||
.user-button {
|
||||
// Make sure count is positioned correctly in relation to bell icon
|
||||
position: relative;
|
||||
|
||||
// can't use display:none class as icons must have a label to retain height
|
||||
.label {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
&.loading span {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.minerva-icon--bellOutline-base20 {
|
||||
.cdx-mixin-css-icon( @cdx-icon-bell-outline, @color-subtle );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue