mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-24 14:04:09 +03:00
Fixes #6935: Use standard decimal points for .opacity() mixin
This commit is contained in:
Vendored
+2
-1
@@ -3095,7 +3095,7 @@ button.close {
|
||||
.nav li.dropdown.open a:hover .caret {
|
||||
border-top-color: #fff;
|
||||
border-bottom-color: #fff;
|
||||
.opacity(100);
|
||||
.opacity(1);
|
||||
}
|
||||
|
||||
// Dropdowns in stacked tabs
|
||||
@@ -3839,6 +3839,7 @@ button.close {
|
||||
|
||||
.modal-backdrop.fade {
|
||||
opacity: 0;
|
||||
filter: alpha(opacity=0);
|
||||
}
|
||||
|
||||
.modal-backdrop.fade.in {
|
||||
|
||||
Reference in New Issue
Block a user