Skip to content

Commit

Permalink
fix(form-elements): set cursor not-allowed to disabled checkboxes and…
Browse files Browse the repository at this point in the history
… radio buttons
  • Loading branch information
alexanderrudnik committed Aug 1, 2017
1 parent 99c9b4a commit 6889108
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/forms/form-elements/FormElements.vue
Original file line number Diff line number Diff line change
Expand Up @@ -316,4 +316,9 @@
display: flex !important;
justify-content: flex-start;
}
input[type=checkbox]:disabled + label, input[type=radio]:disabled + label,
input[type=checkbox]:disabled, input[type=radio]:disabled {
cursor: not-allowed;
}
</style>

0 comments on commit 6889108

Please sign in to comment.