Skip to content

Commit

Permalink
fix(tabs): adjust focus outline size (#2314)
Browse files Browse the repository at this point in the history
Fixes #2073.

Note that it's still slightly big, due to usage of `outline-offset`
that is not supported by IE.
  • Loading branch information
asudoh authored and tw15egan committed Apr 24, 2019
1 parent 4d55576 commit ee87fd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/tabs/_tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
//-----------------------------
.#{$prefix}--tabs__nav-item {
background-color: $ui-01;
display: flex;
padding: 0;
cursor: pointer;
width: 100%;
Expand Down Expand Up @@ -183,7 +184,7 @@
border: none;
display: none;
@include carbon--breakpoint(md) {
display: list-item;
display: flex;
.#{$prefix}--tabs__nav-link {
color: $text-01;
@include type-style('heading-01');
Expand Down

0 comments on commit ee87fd7

Please sign in to comment.