Skip to content

Commit

Permalink
feat(ui-popover, ui-select): allow overriding Select's dropdown border
Browse files Browse the repository at this point in the history
  • Loading branch information
ToMESSKa committed Feb 14, 2025
1 parent d84d690 commit 4fb057c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/ui-popover/src/Popover/props.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,10 @@ type PopoverOwnProps = {
*/
elementRef?: (element: Element | null) => void
/**
* Accepts the familiar CSS shorthand to designate border widths corresponding to edges with the following values: 'none', 'small', 'medium','large'(e.g. 'none large none large).
* Allowed values: 0, 'none', 'small', 'medium', 'large'.
*
* Accepts the familiar CSS shorthand to designate border widths corresponding to edges. (e.g. 'none large none large).
*
* Only applies to a Popover without an arrow.
*/
borderWidth?: BorderWidth
Expand Down

0 comments on commit 4fb057c

Please sign in to comment.