2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Remove cursor: not-allowed styles

This commit is contained in:
Patrick H. Lauke
2017-04-10 22:07:44 +01:00
parent 18e8704221
commit 7056f70240
9 changed files with 1 additions and 24 deletions
-7
View File
@@ -368,13 +368,6 @@ input[type="radio"],
input[type="checkbox"] {
box-sizing: border-box; // 1. Add the correct box sizing in IE 10-
padding: 0; // 2. Remove the padding in IE 10-
// Apply a disabled cursor for radios and checkboxes.
//
// Note: Neither radios nor checkboxes can be readonly.
&:disabled {
cursor: $cursor-disabled;
}
}