mirror of https://github.com/ColorlibHQ/AdminLTE
fixed icheck-bootstrap focus
parent
1ff65e5bd9
commit
5fceda1ba8
|
@ -9,6 +9,11 @@
|
||||||
border-color: #{$color};
|
border-color: #{$color};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icheck-#{$name} > input:first-child:not(:checked):not(:disabled):focus + label::before,
|
||||||
|
.icheck-#{$name} > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {
|
||||||
|
border-color: #{$color};
|
||||||
|
}
|
||||||
|
|
||||||
.icheck-#{$name} > input:first-child:checked + label::before,
|
.icheck-#{$name} > input:first-child:checked + label::before,
|
||||||
.icheck-#{$name} > input:first-child:checked + input[type="hidden"] + label::before {
|
.icheck-#{$name} > input:first-child:checked + input[type="hidden"] + label::before {
|
||||||
background-color: #{$color};
|
background-color: #{$color};
|
||||||
|
@ -23,6 +28,11 @@
|
||||||
border-color: #{$color};
|
border-color: #{$color};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icheck-#{$name} > input:first-child:not(:checked):not(:disabled):focus + label::before,
|
||||||
|
.icheck-#{$name} > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {
|
||||||
|
border-color: #{$color};
|
||||||
|
}
|
||||||
|
|
||||||
.icheck-#{$name} > input:first-child:checked + label::before,
|
.icheck-#{$name} > input:first-child:checked + label::before,
|
||||||
.icheck-#{$name} > input:first-child:checked + input[type="hidden"] + label::before {
|
.icheck-#{$name} > input:first-child:checked + input[type="hidden"] + label::before {
|
||||||
background-color: #{$color};
|
background-color: #{$color};
|
||||||
|
|
Loading…
Reference in New Issue