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:
Volker E 2020-02-19 10:21:23 -08:00 committed by VolkerE
parent 47732ee8d8
commit d7039ab8ac

View file

@ -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