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:
commit
b92ef54610
|
@ -100,6 +100,10 @@
|
|||
@include font-size( 13 );
|
||||
border: 0;
|
||||
box-shadow: none;
|
||||
|
||||
&:not(:disabled):not([aria-disabled='true']):focus {
|
||||
@include button-style__focus-active();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue