2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Follow up to #11655: don't reset opacity on disabled buttons

This commit is contained in:
Mark Otto
2014-01-29 21:57:44 -08:00
parent 7ba2eede4e
commit 9195d8e8eb
6 changed files with 4 additions and 6 deletions
-1
View File
@@ -43,7 +43,6 @@
pointer-events: none; // Future-proof disabling of clicks
.opacity(.65);
.box-shadow(none);
opacity: 1; // iOS fix for unreadable disabled content
}
}