fix(inputs): cursor on disabled checkboxes and radios

pull/3/head
alex 2016-02-25 15:34:36 +03:00
parent a2ea9cd7b3
commit c070367bda
1 changed files with 9 additions and 8 deletions

View File

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