Skip to content

Commit

Permalink
Merge pull request foundation#10827 from ncoden/fix/remove-tab-outlin…
Browse files Browse the repository at this point in the history
…e-on-mouse-10798

fix: remove tab outline when not using keyboard 10798
  • Loading branch information
ncoden authored Dec 30, 2017
2 parents db0f5ab + 856cf61 commit fab9014
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/components/_tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ $tab-content-padding: 1rem !default;
float: #{$global-left};

> a {
@include disable-mouse-outline;
display: block;
padding: $padding;
font-size: $font-size;
Expand Down

0 comments on commit fab9014

Please sign in to comment.