mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
fix(hover): remove ion-app .enable-hover css
This commit is contained in:
@ -29,7 +29,7 @@
|
||||
color $button-md-transition-duration $button-md-transition-timing-function;
|
||||
}
|
||||
|
||||
.enable-hover .button-md:hover {
|
||||
.button-md:hover {
|
||||
background-color: $button-md-background-color-hover;
|
||||
}
|
||||
|
||||
@ -66,7 +66,7 @@ button[disabled],
|
||||
background-color: $bg-color;
|
||||
}
|
||||
|
||||
.enable-hover .button-md-#{$color-name}:hover {
|
||||
.button-md-#{$color-name}:hover {
|
||||
background-color: $bg-color;
|
||||
}
|
||||
|
||||
@ -134,7 +134,7 @@ button[disabled],
|
||||
box-shadow: $button-md-outline-box-shadow;
|
||||
}
|
||||
|
||||
.enable-hover .button-outline-md:hover {
|
||||
.button-outline-md:hover {
|
||||
background-color: $button-md-outline-background-color-hover;
|
||||
}
|
||||
|
||||
@ -166,7 +166,7 @@ button[disabled],
|
||||
background-color: $button-md-outline-background-color;
|
||||
}
|
||||
|
||||
.enable-hover .button-outline-md-#{$color-name}:hover {
|
||||
.button-outline-md-#{$color-name}:hover {
|
||||
background-color: $button-md-outline-background-color-hover;
|
||||
}
|
||||
|
||||
@ -204,7 +204,7 @@ button[disabled],
|
||||
background-color: $button-md-clear-background-color-focused;
|
||||
}
|
||||
|
||||
.enable-hover .button-clear-md:hover {
|
||||
.button-clear-md:hover {
|
||||
background-color: $button-md-clear-background-color-hover;
|
||||
}
|
||||
|
||||
@ -235,7 +235,7 @@ button[disabled],
|
||||
background-color: $bg-color-focused;
|
||||
}
|
||||
|
||||
.enable-hover .button-clear-md-#{$color-name}:hover {
|
||||
.button-clear-md-#{$color-name}:hover {
|
||||
color: $fg-color;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user