Add button focus style to report chart interval selection.

This commit is contained in:
Jeff Stieler 2019-03-05 12:10:26 -07:00
parent 5d3aa58a5d
commit f1fe300953
1 changed files with 4 additions and 0 deletions

View File

@ -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();
}
}
}