mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
Darkness
This commit is contained in:
@ -47,7 +47,7 @@ $button-material-border-radius: 3px !default;
|
||||
|
||||
&[#{$color}] {
|
||||
|
||||
@if $color != "#fff" {
|
||||
@if lightness(get-color($color, base)) < 80 {
|
||||
.md-ripple {
|
||||
background-color: white;
|
||||
}
|
||||
|
Reference in New Issue
Block a user