mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Fixes #6935: Use standard decimal points for .opacity() mixin
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@
|
||||
&[disabled],
|
||||
fieldset[disabled] & {
|
||||
cursor: default;
|
||||
.opacity(65);
|
||||
.opacity(.65);
|
||||
.box-shadow(none);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user