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 ffd92e7 commit 0569313
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 2 deletions.
4 changes: 4 additions & 0 deletions sass/_accessibility.scss
Expand Up @@ -24,6 +24,10 @@
}
}

.dropdown-toggle:focus {
outline:inherit;
}

@mixin grayscale_element($value) {
-webkit-filter: grayscale($value);
-moz-filter: grayscale($value);
Expand Down
14 changes: 14 additions & 0 deletions sass/_nav.scss
Expand Up @@ -216,4 +216,18 @@ $nav-z: 9999;
.mega-toggle-label-closed {
display:none;
}
}


// Setting menu width

.dropdown-menu {

> li {
> a {
white-space:pre-wrap;
min-width:250px;

}
}
}
7 changes: 7 additions & 0 deletions style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion style.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion style.scss
Expand Up @@ -29,4 +29,4 @@ $icon-font-path: "../../global/bootstrap-3.3.4/fonts/bootstrap/" !default;
@import "sass/_cal.scss";
@import "sass/_in-page-menus.scss";
@import "sass/_footer.scss";
@import "sass/_page-builder.scss";
@import "sass/_page-builder.scss";

0 comments on commit 0569313

Please sign in to comment.