MOBILE-2937 tabs: Review tab badge style

This commit is contained in:
Pau Ferrer Ocaña 2019-03-25 13:18:18 +01:00
parent 3878ea7141
commit aac1f24185

View File

@ -36,13 +36,6 @@ ion-app.app-root .core-tabs-bar {
@include margin(null, 5px, null, null);
}
ion-badge.tab-badge {
position: relative;
@include position(auto, auto, auto, auto);
@include margin(null, null, null, 5px);
}
&[aria-selected=true] {
color: $core-top-tabs-color-active !important;
border-bottom-color: $core-top-tabs-border-active !important;