mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-22 21:22:52 +02:00
Fixes #6935: Use standard decimal points for .opacity() mixin
This commit is contained in:
3
docs/assets/css/bootstrap.css
vendored
3
docs/assets/css/bootstrap.css
vendored
@@ -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