Skip to content

Commit

Permalink
fix(dropdown) link and flat dropdowns do not get a border on focus
Browse files Browse the repository at this point in the history
[#141527923]

Signed-off-by: Tom Chen <tochen@pivotal.io>
  • Loading branch information
cwang-pivotal authored and chentom88 committed Mar 10, 2017
1 parent ef1daaa commit 156be26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/pivotal-ui/components/dropdowns/dropdowns.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
font-size: 16px;
}

&:not(.dropdown-closed) .dropdown-toggle:focus {
&:not(.dropdown-closed):not(.dropdown-flat):not(.dropdown-link) .dropdown-toggle:focus {
border: 1px solid $input-border-focus;
~ .dropdown-menu {
display:block;
Expand Down

0 comments on commit 156be26

Please sign in to comment.