Skip to content

Commit

Permalink
fix(core): remove :focus styling on nav dropdowns (#5119)
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherchrisberry committed Apr 5, 2018
1 parent b935d9a commit ac52014
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
position: relative;
box-shadow: 0 0 3px 1px var(--color-alto);
}
.nav-item {
.nav-item, .dropdown-toggle {
&:after {
content: ' ';
width: 0;
Expand All @@ -68,8 +68,7 @@
z-index: 3;
transition: border-bottom-color 200ms ease-in;
}
&.active, &:focus, &:hover {
background-color: transparent;
&.active, &:hover {
color: var(--color-primary);
.badge {
background-color: var(--color-primary);
Expand Down

0 comments on commit ac52014

Please sign in to comment.