1
0
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:
Mark Otto
2013-02-28 19:46:49 -08:00
parent 0dea8b0c74
commit b19eb88b5a
8 changed files with 15 additions and 12 deletions

View File

@@ -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 {