CSR-918 Fix radio error hover
This commit is contained in:
parent
d44fa3fee1
commit
5df0e3b087
1 changed files with 10 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
html {
|
html {
|
||||||
.has-error {
|
.has-error {
|
||||||
|
// START HOVER
|
||||||
&.list-button,
|
&.list-button,
|
||||||
&.list-card,
|
&.list-card,
|
||||||
&.list-button-horizontal {
|
&.list-button-horizontal {
|
||||||
|
|
@ -16,6 +17,15 @@ html {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.ui-radio {
|
||||||
|
&:hover {
|
||||||
|
input {
|
||||||
|
@include box-shadow-hover($red-200);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// END HOVER
|
||||||
|
|
||||||
&.list-button,
|
&.list-button,
|
||||||
&.list-card {
|
&.list-card {
|
||||||
color: $red;
|
color: $red;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue