Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Style and accessibility updates
-Fixing focus state on bootstrap buttons
- Fixing menu line lengths
  • Loading branch information
bcd04001 committed Sep 12, 2018
1 parent dda36a3 commit edb4404
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 7 deletions.
7 changes: 7 additions & 0 deletions css/hale2015-blue.css
Expand Up @@ -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
- - - - - - - - - - - - - - - - - - - */
Expand Down Expand Up @@ -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%);
Expand Down
7 changes: 7 additions & 0 deletions css/hale2015-green.css
Expand Up @@ -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
- - - - - - - - - - - - - - - - - - - */
Expand Down Expand Up @@ -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%);
Expand Down
7 changes: 7 additions & 0 deletions css/hale2015-orange.css
Expand Up @@ -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
- - - - - - - - - - - - - - - - - - - */
Expand Down Expand Up @@ -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%);
Expand Down
7 changes: 7 additions & 0 deletions css/hale2015-purple.css
Expand Up @@ -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
- - - - - - - - - - - - - - - - - - - */
Expand Down Expand Up @@ -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%);
Expand Down
7 changes: 7 additions & 0 deletions css/hale2015-red.css
Expand Up @@ -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
- - - - - - - - - - - - - - - - - - - */
Expand Down Expand Up @@ -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%);
Expand Down
2 changes: 1 addition & 1 deletion prepros-6.config
Expand Up @@ -584,7 +584,7 @@
}
],
"projectView": {
"selectedView": "settings"
"selectedView": "file-tree"
},
"fileWatcher": {
"enabled": true,
Expand Down
2 changes: 1 addition & 1 deletion scss/_hale2015-common.scss
Expand Up @@ -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;



Expand Down
2 changes: 1 addition & 1 deletion scss/hale2015-blue.scss
@@ -1,4 +1,4 @@
// blue
$nav-color-base: #0f4786;
$widget-head-color: $nav-color-base;
@import "_hale2015-common.scss";
@import "_hale2015-common.scss";
2 changes: 1 addition & 1 deletion scss/hale2015-green.scss
@@ -1,4 +1,4 @@
// green
$nav-color-base: #0f861a;
$widget-head-color: $nav-color-base;
@import "_hale2015-common.scss";
@import "_hale2015-common.scss";
2 changes: 1 addition & 1 deletion scss/hale2015-orange.scss
@@ -1,4 +1,4 @@
// orange
$nav-color-base: #e07502;
$widget-head-color: $nav-color-base;
@import "_hale2015-common.scss";
@import "_hale2015-common.scss";
2 changes: 1 addition & 1 deletion scss/hale2015-purple.scss
@@ -1,4 +1,4 @@
// purple
$nav-color-base: #850f86;
$widget-head-color: $nav-color-base;
@import "_hale2015-common.scss";
@import "_hale2015-common.scss";
2 changes: 1 addition & 1 deletion scss/hale2015-red.scss
@@ -1,4 +1,4 @@
// red
$nav-color-base: #BD4147;
$widget-head-color: $nav-color-base;
@import "_hale2015-common.scss";
@import "_hale2015-common.scss";

0 comments on commit edb4404

Please sign in to comment.