fix(hover): remove ion-app .enable-hover css

This commit is contained in:
Adam Bradley
2018-05-02 15:57:33 -05:00
parent 3b5365dd8a
commit a939fa24a2
9 changed files with 24 additions and 26 deletions

View File

@ -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;
}
}