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 {
|
||||
& + span {
|
||||
color: $disabled;
|
||||
cursor: not-allowed;
|
||||
&:before {
|
||||
border-color: $disabled !important;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -523,7 +525,6 @@ label.custom-input-danger {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
.progress-bar-primary {
|
||||
background-color: $primary;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue