Skip to content

Commit

Permalink
Merge pull request #6539 from saraycp/bug_link_too_green
Browse files Browse the repository at this point in the history
Show white text when clicking on dropdown menu link
  • Loading branch information
bgeuken committed Dec 10, 2018
2 parents fa142d3 + 7fa3d6e commit 191fb19
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/api/app/assets/stylesheets/webui2/tabs-component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,14 @@ ul.nav.nav-tabs li.nav-item {
color: $link-hover-color;
}

&.dropdown-item.active {
&.dropdown-item.active,
&.dropdown-item:active {
color: $white;

span.badge {
color: $link-hover-color;
background-color: $white;
}
}
}

Expand Down

0 comments on commit 191fb19

Please sign in to comment.