File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 16
16
17
17
white-space : nowrap ;
18
18
text-overflow : ellipsis ;
19
- overflow : hidden ;
20
19
21
20
text-align : center ;
22
21
text-transform : none ;
29
28
@include appearance (none );
30
29
}
31
30
31
+ .bar-button :after {
32
+ // used to make the button's hit area larger
33
+ position : absolute ;
34
+ content : ' ' ;
35
+ top : -7px ;
36
+ right : -2px ;
37
+ bottom : -6px ;
38
+ left : -2px ;
39
+ }
40
+
32
41
33
42
// Menu Toggle
34
43
// --------------------------------------------------
Original file line number Diff line number Diff line change @@ -133,6 +133,12 @@ ion-buttons[right] {
133
133
font-weight : 500 ;
134
134
}
135
135
136
+ .bar-button-solid ,
137
+ .bar-button-outline {
138
+ // restrict the ripple to button size
139
+ overflow : hidden ;
140
+ }
141
+
136
142
@mixin md-bar-button-default ($color-name , $color-value ) {
137
143
138
144
.bar-button-#{$color-name } {
You can’t perform that action at this time.
0 commit comments