Commit 564b79ca authored by Mark Otto's avatar Mark Otto
Browse files

grunt

parent 1848b0f2
Showing with 9 additions and 9 deletions
+9 -9
...@@ -4046,7 +4046,7 @@ tbody.collapse.in { ...@@ -4046,7 +4046,7 @@ tbody.collapse.in {
.btn-group > .btn:focus, .btn-group > .btn:focus,
.btn-group-vertical > .btn:focus { .btn-group-vertical > .btn:focus {
outline: none; outline: 0;
} }
.btn-group .btn + .btn, .btn-group .btn + .btn,
...@@ -4801,7 +4801,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -4801,7 +4801,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
} }
.navbar-toggle:focus { .navbar-toggle:focus {
outline: none; outline: 0;
} }
.navbar-toggle .icon-bar { .navbar-toggle .icon-bar {
...@@ -6571,7 +6571,7 @@ button.close { ...@@ -6571,7 +6571,7 @@ button.close {
border: 1px solid #999; border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, .2); border: 1px solid rgba(0, 0, 0, .2);
border-radius: 6px; border-radius: 6px;
outline: none; outline: 0;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
box-shadow: 0 3px 9px rgba(0, 0, 0, .5); box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
} }
...@@ -7011,7 +7011,7 @@ button.close { ...@@ -7011,7 +7011,7 @@ button.close {
color: #fff; color: #fff;
text-decoration: none; text-decoration: none;
filter: alpha(opacity=90); filter: alpha(opacity=90);
outline: none; outline: 0;
opacity: .9; opacity: .9;
} }
......
...@@ -3207,7 +3207,7 @@ tbody.collapse.in { ...@@ -3207,7 +3207,7 @@ tbody.collapse.in {
} }
.btn-group > .btn:focus, .btn-group > .btn:focus,
.btn-group-vertical > .btn:focus { .btn-group-vertical > .btn:focus {
outline: none; outline: 0;
} }
.btn-group .btn + .btn, .btn-group .btn + .btn,
.btn-group .btn + .btn-group, .btn-group .btn + .btn-group,
...@@ -3835,7 +3835,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3835,7 +3835,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
border-radius: 4px; border-radius: 4px;
} }
.navbar-toggle:focus { .navbar-toggle:focus {
outline: none; outline: 0;
} }
.navbar-toggle .icon-bar { .navbar-toggle .icon-bar {
display: block; display: block;
...@@ -5303,7 +5303,7 @@ button.close { ...@@ -5303,7 +5303,7 @@ button.close {
border: 1px solid #999; border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, .2); border: 1px solid rgba(0, 0, 0, .2);
border-radius: 6px; border-radius: 6px;
outline: none; outline: 0;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
box-shadow: 0 3px 9px rgba(0, 0, 0, .5); box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
} }
...@@ -5678,7 +5678,7 @@ button.close { ...@@ -5678,7 +5678,7 @@ button.close {
color: #fff; color: #fff;
text-decoration: none; text-decoration: none;
filter: alpha(opacity=90); filter: alpha(opacity=90);
outline: none; outline: 0;
opacity: .9; opacity: .9;
} }
.carousel-control .icon-prev, .carousel-control .icon-prev,
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This source diff could not be displayed because it is too large. You can view the blob instead.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment