2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

swap cursor not-allow for default, and use a variable for all disabled elements

This commit is contained in:
Mark Otto
2014-10-27 20:37:52 -07:00
parent a5497da5be
commit bf3be5a456
8 changed files with 13 additions and 10 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
&.disabled,
&[disabled],
fieldset[disabled] & {
cursor: not-allowed;
cursor: @cursor-disabled;
pointer-events: none; // Future-proof disabling of clicks
.opacity(.65);
.box-shadow(none);