File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ion-app.app-root .core-tabs-bar {
1010 width : 100% ;
1111 }
1212
13- ion-slide .tab-slide {
13+ .tab-slide {
1414 @extend .tab-button ;
1515
1616 background : $core-top-tabs-background ;
@@ -68,15 +68,15 @@ ion-app.app-root .core-tabs-bar {
6868 }
6969}
7070
71- ion-app .app-root.md .core-tabs-bar ion-slide .tab-slide {
71+ ion-app .app-root.md .core-tabs-bar .tab-slide {
7272 // @extend .tabs-md .tab-button;
7373 min-height : $tabs-md-tab-min-height ;
7474
7575 font-weight : $tabs-md-tab-font-weight ;
7676 color : $tabs-md-tab-text-color ;
7777}
7878
79- ion-app .app-root.ios .core-tabs-bar ion-slide .tab-slide {
79+ ion-app .app-root.ios .core-tabs-bar .tab-slide {
8080 // @extend .tabs-ios .tab-button;
8181 max-width : $tabs-ios-tab-max-width ;
8282 min-height : $tabs-ios-tab-min-height ;
@@ -86,7 +86,7 @@ ion-app.app-root.ios .core-tabs-bar ion-slide.tab-slide {
8686 color : $tabs-ios-tab-text-color ;
8787}
8888
89- ion-app .app-root.wp .core-tabs-bar ion-slide .tab-slide {
89+ ion-app .app-root.wp .core-tabs-bar .tab-slide {
9090 // @extend .tabs-wp .tab-button;
9191 @include border-radius (0 );
9292
You can’t perform that action at this time.
0 commit comments