Add button focus style to report chart interval selection.
This commit is contained in:
parent
5d3aa58a5d
commit
f1fe300953
|
@ -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();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue