mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
@ -14,10 +14,15 @@ $tabbar-md-item-height: 4.8rem !default;
|
|||||||
min-height: $tabbar-md-item-height;
|
min-height: $tabbar-md-item-height;
|
||||||
font-size: $tabbar-md-item-font-size;
|
font-size: $tabbar-md-item-font-size;
|
||||||
font-weight: $tabbar-md-item-font-weight;
|
font-weight: $tabbar-md-item-font-weight;
|
||||||
|
opacity: 0.7;
|
||||||
|
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border-bottom: 2px solid transparent;
|
border-bottom: 2px solid transparent;
|
||||||
|
|
||||||
|
&[aria-selected=true] {
|
||||||
|
opacity: 1.0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-button-text {
|
.tab-button-text {
|
||||||
|
Reference in New Issue
Block a user