Merge pull request woocommerce/woocommerce-admin#1740 from woocommerce/fix/1609-chart-interval-highlight

Add button focus style to report chart interval selection.
This commit is contained in:
Jeff Stieler 2019-03-06 07:56:28 -07:00 committed by GitHub
commit b92ef54610
1 changed files with 4 additions and 0 deletions

View File

@ -100,6 +100,10 @@
@include font-size( 13 ); @include font-size( 13 );
border: 0; border: 0;
box-shadow: none; box-shadow: none;
&:not(:disabled):not([aria-disabled='true']):focus {
@include button-style__focus-active();
}
} }
} }