Skip to content

Commit

Permalink
remove border radius from picker menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Dec 20, 2023
1 parent c8e0cbf commit cfe625c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions haxe/ui/_module/styles/default/pickers.css
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,12 @@
.menuitempicker-panel #primaryPickerMenu {
border: none;
padding: none;
border-radius: none;
}

.menuitempicker-panel #primaryPickerMenu .menuitem {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}

0 comments on commit cfe625c

Please sign in to comment.