Remove unused user-button styles

This class was removed in I55c18cf72.

Change-Id: I59069d97cdcc827d279edc76560f8c33fa2f71f2
This commit is contained in:
Ed Sanders 2023-11-16 10:42:26 +00:00
parent 09eb839a6b
commit 88595174e6

View file

@ -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 );
}