mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
Fixes #6935: Use standard decimal points for .opacity() mixin
This commit is contained in:
+2
-2
@@ -67,8 +67,8 @@
|
||||
z-index: @zindex-modal-background - 10;
|
||||
background-color: #000;
|
||||
// Fade for backdrop
|
||||
&.fade { opacity: 0; }
|
||||
&.fade.in { .opacity(50);}
|
||||
&.fade { .opacity(0); }
|
||||
&.fade.in { .opacity(.5); }
|
||||
}
|
||||
|
||||
// Modal header
|
||||
|
||||
Reference in New Issue
Block a user