Commit bf10a43e authored by Mark Otto's avatar Mark Otto

derp, add that in the right spot

parent 5bb6c424
...@@ -4981,11 +4981,10 @@ input[type="submit"].btn.btn-mini { ...@@ -4981,11 +4981,10 @@ input[type="submit"].btn.btn-mini {
border: 1px solid #999; border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.3); border: 1px solid rgba(0, 0, 0, 0.3);
*border: 1px solid #999; *border: 1px solid #999;
/* IE6-7 */
-webkit-border-radius: 6px; -webkit-border-radius: 6px;
-moz-border-radius: 6px; -moz-border-radius: 6px;
border-radius: 6px; border-radius: 6px;
outline: none;
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
...@@ -5069,10 +5068,6 @@ input[type="submit"].btn.btn-mini { ...@@ -5069,10 +5068,6 @@ input[type="submit"].btn.btn-mini {
margin-left: 0; margin-left: 0;
} }
.modal {
outline: none;
}
.tooltip { .tooltip {
position: absolute; position: absolute;
z-index: 1030; z-index: 1030;
......
...@@ -35,6 +35,9 @@ ...@@ -35,6 +35,9 @@
.border-radius(6px); .border-radius(6px);
.box-shadow(0 3px 7px rgba(0,0,0,0.3)); .box-shadow(0 3px 7px rgba(0,0,0,0.3));
.background-clip(padding-box); .background-clip(padding-box);
// Remove focus outline from opened modal
outline: none;
&.fade { &.fade {
.transition(e('opacity .3s linear, top .3s ease-out')); .transition(e('opacity .3s linear, top .3s ease-out'));
top: -25%; top: -25%;
...@@ -89,8 +92,3 @@ ...@@ -89,8 +92,3 @@
margin-left: 0; margin-left: 0;
} }
} }
// Remove focus outline from opened modal
.modal {
outline: none;
}
Markdown is supported
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