mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
fix(button): fixed hover not taking up full button
This commit is contained in:
@ -35,7 +35,7 @@ button,
|
|||||||
background-color $button-md-transition-duration $button-md-animation-curve,
|
background-color $button-md-transition-duration $button-md-animation-curve,
|
||||||
color $button-md-transition-duration $button-md-animation-curve;
|
color $button-md-transition-duration $button-md-animation-curve;
|
||||||
|
|
||||||
:hover:not(.disable-hover) {
|
&:hover:not(.disable-hover) {
|
||||||
background-color: $button-md-clear-hover-background-color;
|
background-color: $button-md-clear-hover-background-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user