mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
Material
This commit is contained in:
@ -85,6 +85,16 @@ $button-material-border-radius: 3px !default;
|
||||
background: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
&[clear] {
|
||||
box-shadow: none;
|
||||
&:hover, &.hover {
|
||||
background-color: rgba(158, 158, 158, 0.2);
|
||||
}
|
||||
&:active, &.active {
|
||||
background-color: rgba(158, 158, 158, 0.4);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user