@@ -124,7 +124,6 @@ input[type="color"],
&:focus {
border-color: rgba(82,168,236, .8);
outline: 0;
- outline: thin dotted \9; /* IE6-9 */
.box-shadow(~"inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)");
}
@@ -35,7 +35,6 @@
&.active,
&:active {
background-image: none;
- outline: 0;
// Disabled state
@@ -190,4 +190,11 @@
border-color: @grayLight;
+// Show/hide tabbable areas
+.tab-content > .tab-pane {
+ display: none;
+}
+.tab-content > .active {
+ display: block;
@@ -24,14 +24,7 @@
-// Webkit-style focus
-// ------------------
.tab-focus() {
- // Default
- outline: thin dotted #333;
- // Webkit
- outline: 5px auto -webkit-focus-ring-color;
- outline-offset: -2px;
// Center-align a block level element
@@ -46,10 +46,6 @@
color: @white;
- &:focus {
- outline: none;
- }
-
font-weight: bold;
display: inline-block;
width: 170px;
@@ -4,7 +4,6 @@ module.exports = function(config) {
return {
cssDark: {
src: [
- '<%= genDir %>/vendor/css/normalize.min.css',
'<%= genDir %>/vendor/css/timepicker.css',
'<%= genDir %>/vendor/css/spectrum.css',
'<%= genDir %>/css/bootstrap.dark.min.css',
@@ -16,7 +15,6 @@ module.exports = function(config) {
cssLight: {
'<%= genDir %>/css/bootstrap.light.min.css',