Skip to content

Commit

Permalink
Clean up dropdown navigation and topLink colors. (NOJIRA) (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlen authored Sep 23, 2022
1 parent da76874 commit 9bb20d3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/webroot/css/co-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -751,15 +751,11 @@ a.action-menu-toggle {
}
.field-actions a.dropdown-item {
padding: 0.5em 1em;
color: var(--cmg-color-blue-002);
}
#main .field-actions a.dropdown-item:hover {
color: var(--cmg-color-black);
text-decoration: none;
}
.dropdown-item {
background-color: var(--cmg-color-lightgray-011);
}
.dropdown-item.active,
.dropdown-item:active {
background-color: var(--cmg-color-lightgray-004);
Expand Down

0 comments on commit 9bb20d3

Please sign in to comment.