Skip to content

Commit

Permalink
Merge branch 'master' into motion-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shixiedesign authored Apr 26, 2019
2 parents 84ebee2 + c0a6dde commit efb3b33
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/accordion/_accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
}

&:focus:before {
@include focus-outline('outline');
@include focus-outline('outline-compat');
}
}

Expand Down
5 changes: 5 additions & 0 deletions src/globals/scss/_helper-mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@
outline-offset: -2px;
}

@if ($type == 'outline-compat') {
border: 2px solid $focus;
box-sizing: border-box;
}

@if ($type == 'invalid') {
outline: 2px solid $support-01;
outline-offset: -2px;
Expand Down
2 changes: 1 addition & 1 deletion src/globals/scss/_theme-tokens.scss
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
/// @type Color
/// @access public
/// @group data-table
$data-table-zebra-color: #fcfcfc !default !global;
$data-table-zebra-color: $ui-02 !default !global;

/// @type Color
/// @access public
Expand Down

0 comments on commit efb3b33

Please sign in to comment.