Skip to content

Commit

Permalink
fix(ui5-tabcontainer): fix overflow button focus border radius (#9507)
Browse files Browse the repository at this point in the history
  • Loading branch information
TeodorTaushanov authored Jul 19, 2024
1 parent 01af2a6 commit 04b8f47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/main/src/themes/TabContainer.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
.ui5-tc__overflow > [ui5-button] {
border-radius: 0.75rem;
height: 1.5rem;
--_ui5_button_focused_border_radius: 0.75rem;
}

.ui5-tc__overflow > [ui5-button]:not([active]) {
Expand Down

0 comments on commit 04b8f47

Please sign in to comment.