Skip to content

Commit a5ce429

Browse files
authored
fix(button-toggle): focus styling (#DS-2776) (#263)
1 parent 223d195 commit a5ce429

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/components/button-toggle/button-toggle.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,14 @@
2727
align-items: center;
2828

2929
height: kbq-css-variable(button-toggle-size-item-height);
30+
min-height: kbq-css-variable(button-toggle-size-item-height);
3031

3132
border-radius: kbq-css-variable(button-toggle-size-item-border-radius);
3233

3334
> .kbq-button,
3435
> .kbq-button-icon {
36+
height: inherit;
37+
min-height: inherit;
3538
border-radius: kbq-css-variable(button-toggle-size-item-border-radius);
3639

3740
padding: kbq-difference-series-css-variables(

0 commit comments

Comments
 (0)