mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
Material
This commit is contained in:
@ -88,6 +88,11 @@ $button-material-border-radius: 3px !default;
|
||||
|
||||
&[clear] {
|
||||
box-shadow: none;
|
||||
|
||||
@if lightness(get-color($color, base)) > 90 {
|
||||
color: get-color($color, inverse);
|
||||
}
|
||||
|
||||
&:hover, &.hover {
|
||||
background-color: rgba(158, 158, 158, 0.2);
|
||||
}
|
||||
|
Reference in New Issue
Block a user