Skip to content

Commit

Permalink
fix(data-table-v2): remove double focus outline on data-table, closes c…
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan committed Jan 19, 2018
1 parent 25f6afe commit 092adb9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/data-table-v2/_data-table-v2-core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
&:focus {
outline: 0;
opacity: 1;
box-shadow: none;

.#{$prefix}--overflow-menu__icon {
box-shadow: inset 0px 0px 0px 1px $brand-01;
Expand All @@ -94,7 +95,7 @@
// Options

.#{$prefix}--data-table-v2-header {
margin-bottom: .5rem;
margin-bottom: 0.5rem;
}

.#{$prefix}--data-table-v2--zebra {
Expand Down Expand Up @@ -148,5 +149,5 @@

.#{$prefix}--data-table-v2--zebra tbody tr.#{$prefix}--data-table-v2--selected,
tbody tr.#{$prefix}--data-table-v2--selected {
background-color: rgba($brand-02, .10);
background-color: rgba($brand-02, 0.1);
}

0 comments on commit 092adb9

Please sign in to comment.