Merge "Remove 'new' indicator styles on mobile options"

This commit is contained in:
jenkins-bot 2020-02-24 21:52:17 +00:00 committed by Gerrit Code Review
commit c583930c0c

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