Permalink
Browse files
Style and accessibility updates
-Fixing focus state on bootstrap buttons
- Fixing menu line lengths
- Loading branch information
|
@@ -5877,6 +5877,10 @@ button.close { |
|
|
#mega-menu-wrap-primary .mega-toggle-label-closed { |
|
|
display: none; } |
|
|
|
|
|
.dropdown-menu > li > a { |
|
|
white-space: pre-wrap; |
|
|
min-width: 250px; } |
|
|
|
|
|
/* - - - - - - - - - - - - - - - - - - - |
|
|
== Header Image |
|
|
- - - - - - - - - - - - - - - - - - - */ |
|
@@ -7955,6 +7959,9 @@ table .external:hover .glyphicon-new-window { |
|
|
text-decoration: none; |
|
|
color: #107ac8; } |
|
|
|
|
|
.dropdown-toggle:focus { |
|
|
outline: inherit; } |
|
|
|
|
|
.accessibility-fail { |
|
|
-webkit-filter: grayscale(100%); |
|
|
-moz-filter: grayscale(100%); |
|
|
|
@@ -5877,6 +5877,10 @@ button.close { |
|
|
#mega-menu-wrap-primary .mega-toggle-label-closed { |
|
|
display: none; } |
|
|
|
|
|
.dropdown-menu > li > a { |
|
|
white-space: pre-wrap; |
|
|
min-width: 250px; } |
|
|
|
|
|
/* - - - - - - - - - - - - - - - - - - - |
|
|
== Header Image |
|
|
- - - - - - - - - - - - - - - - - - - */ |
|
@@ -7955,6 +7959,9 @@ table .external:hover .glyphicon-new-window { |
|
|
text-decoration: none; |
|
|
color: #107ac8; } |
|
|
|
|
|
.dropdown-toggle:focus { |
|
|
outline: inherit; } |
|
|
|
|
|
.accessibility-fail { |
|
|
-webkit-filter: grayscale(100%); |
|
|
-moz-filter: grayscale(100%); |
|
|
|
@@ -5877,6 +5877,10 @@ button.close { |
|
|
#mega-menu-wrap-primary .mega-toggle-label-closed { |
|
|
display: none; } |
|
|
|
|
|
.dropdown-menu > li > a { |
|
|
white-space: pre-wrap; |
|
|
min-width: 250px; } |
|
|
|
|
|
/* - - - - - - - - - - - - - - - - - - - |
|
|
== Header Image |
|
|
- - - - - - - - - - - - - - - - - - - */ |
|
@@ -7955,6 +7959,9 @@ table .external:hover .glyphicon-new-window { |
|
|
text-decoration: none; |
|
|
color: #107ac8; } |
|
|
|
|
|
.dropdown-toggle:focus { |
|
|
outline: inherit; } |
|
|
|
|
|
.accessibility-fail { |
|
|
-webkit-filter: grayscale(100%); |
|
|
-moz-filter: grayscale(100%); |
|
|
|
@@ -5877,6 +5877,10 @@ button.close { |
|
|
#mega-menu-wrap-primary .mega-toggle-label-closed { |
|
|
display: none; } |
|
|
|
|
|
.dropdown-menu > li > a { |
|
|
white-space: pre-wrap; |
|
|
min-width: 250px; } |
|
|
|
|
|
/* - - - - - - - - - - - - - - - - - - - |
|
|
== Header Image |
|
|
- - - - - - - - - - - - - - - - - - - */ |
|
@@ -7955,6 +7959,9 @@ table .external:hover .glyphicon-new-window { |
|
|
text-decoration: none; |
|
|
color: #107ac8; } |
|
|
|
|
|
.dropdown-toggle:focus { |
|
|
outline: inherit; } |
|
|
|
|
|
.accessibility-fail { |
|
|
-webkit-filter: grayscale(100%); |
|
|
-moz-filter: grayscale(100%); |
|
|
|
@@ -5877,6 +5877,10 @@ button.close { |
|
|
#mega-menu-wrap-primary .mega-toggle-label-closed { |
|
|
display: none; } |
|
|
|
|
|
.dropdown-menu > li > a { |
|
|
white-space: pre-wrap; |
|
|
min-width: 250px; } |
|
|
|
|
|
/* - - - - - - - - - - - - - - - - - - - |
|
|
== Header Image |
|
|
- - - - - - - - - - - - - - - - - - - */ |
|
@@ -7955,6 +7959,9 @@ table .external:hover .glyphicon-new-window { |
|
|
text-decoration: none; |
|
|
color: #107ac8; } |
|
|
|
|
|
.dropdown-toggle:focus { |
|
|
outline: inherit; } |
|
|
|
|
|
.accessibility-fail { |
|
|
-webkit-filter: grayscale(100%); |
|
|
-moz-filter: grayscale(100%); |
|
|
|
@@ -584,7 +584,7 @@ |
|
|
} |
|
|
], |
|
|
"projectView": { |
|
|
"selectedView": "settings" |
|
|
"selectedView": "file-tree" |
|
|
}, |
|
|
"fileWatcher": { |
|
|
"enabled": true, |
|
|
|
@@ -22,7 +22,7 @@ $btn-primary-border: darken($brand-primary, 15%) !default; |
|
|
$btn-success-border: darken($brand-success, 15%) !default; |
|
|
$btn-info-border: darken($brand-info, 15%) !default; |
|
|
$btn-warning-border: darken($brand-warning, 15%) !default; |
|
|
$btn-danger-border: darken($brand-danger, 15%) !default; |
|
|
$btn-danger-border: darken($brand-danger, 15%) !default; |
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -1,4 +1,4 @@ |
|
|
// blue |
|
|
$nav-color-base: #0f4786; |
|
|
$widget-head-color: $nav-color-base; |
|
|
@import "_hale2015-common.scss";
|
|
|
@import "_hale2015-common.scss";
|
|
|
@@ -1,4 +1,4 @@ |
|
|
// green |
|
|
$nav-color-base: #0f861a; |
|
|
$widget-head-color: $nav-color-base; |
|
|
@import "_hale2015-common.scss";
|
|
|
@import "_hale2015-common.scss";
|
|
|
@@ -1,4 +1,4 @@ |
|
|
// orange |
|
|
$nav-color-base: #e07502; |
|
|
$widget-head-color: $nav-color-base; |
|
|
@import "_hale2015-common.scss";
|
|
|
@import "_hale2015-common.scss";
|
|
|
@@ -1,4 +1,4 @@ |
|
|
// purple |
|
|
$nav-color-base: #850f86; |
|
|
$widget-head-color: $nav-color-base; |
|
|
@import "_hale2015-common.scss";
|
|
|
@import "_hale2015-common.scss";
|
|
|
@@ -1,4 +1,4 @@ |
|
|
// red |
|
|
$nav-color-base: #BD4147; |
|
|
$widget-head-color: $nav-color-base; |
|
|
@import "_hale2015-common.scss";
|
|
|
@import "_hale2015-common.scss";
|