mirror of https://github.com/akveo/blur-admin
fix(inputs): cursor on disabled checkboxes and radios
parent
a2ea9cd7b3
commit
c070367bda
|
@ -218,8 +218,10 @@ label.custom-checkbox {
|
||||||
&:disabled {
|
&:disabled {
|
||||||
& + span {
|
& + span {
|
||||||
color: $disabled;
|
color: $disabled;
|
||||||
|
cursor: not-allowed;
|
||||||
&:before {
|
&:before {
|
||||||
border-color: $disabled !important;
|
border-color: $disabled !important;
|
||||||
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -523,7 +525,6 @@ label.custom-input-danger {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.progress-bar-primary {
|
.progress-bar-primary {
|
||||||
background-color: $primary;
|
background-color: $primary;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue