Skip to content

Commit

Permalink
Use defined -dark instead of a flat black
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed May 16, 2018
1 parent df6842a commit 4ed11c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/galaxy/style/scss/galaxy_bootstrap/variables.scss
Expand Up @@ -171,7 +171,7 @@ $headings-line-height: 1.1; // default 1.2
// Increase contrast of dropdown items
$dropdown-link-hover-color: white;
$dropdown-link-hover-bg: $brand-primary;
$dropdown-link-active-color: black;
$dropdown-link-active-color: $gray-dark;

// BOOTSTRAP 4 STYLE REFACTORING BREAK POINT
// Anything that is actually used should be moved above this line and
Expand Down
2 changes: 1 addition & 1 deletion static/style/blue/base.css
Expand Up @@ -2315,7 +2315,7 @@ input[type="button"].btn-block {
text-decoration: none;
background-color: #25537b; }
.dropdown-item.active, ul.dropdown-menu li > a.active, .dropdown-item:active, ul.dropdown-menu li > a:active {
color: black;
color: #333333;
text-decoration: none;
background-color: #25537b; }
.dropdown-item.disabled, ul.dropdown-menu li > a.disabled, .dropdown-item:disabled, ul.dropdown-menu li > a:disabled {
Expand Down

0 comments on commit 4ed11c1

Please sign in to comment.