Skip to content

Commit 1c8870b

Browse files
authored
fix(ui5-select): correct Horizon popover styles (#5186)
Related to: #5008
1 parent 3ffec52 commit 1c8870b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

packages/main/src/themes/SelectPopover.css

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
.ui5-select-popover:not(.ui5-select-popover-valuestate) [ui5-li]:first-child::part(native-li)::after {
2-
border-top-left-radius: var(--_ui5_select_option_focus_border_radius);
3-
border-top-right-radius: var(--_ui5_select_option_focus_border_radius);
4-
}
5-
6-
7-
.ui5-select-popover [ui5-li]:last-child::part(native-li)::after {
8-
border-bottom-left-radius: var(--_ui5_select_option_focus_border_radius);
9-
border-bottom-right-radius: var(--_ui5_select_option_focus_border_radius);
10-
}
11-
121
.ui5-select-popover::part(content),
132
.ui5-select-popover::part(header) {
143
padding: 0;

0 commit comments

Comments
 (0)