Skip to content

Commit 00c244c

Browse files
committed
Add --arrow-border-width cssproperty entry in popup.ts
1 parent b76c2b5 commit 00c244c

File tree

1 file changed

+1
-0
lines changed
  • packages/webawesome/src/components/popup

1 file changed

+1
-0
lines changed

packages/webawesome/src/components/popup/popup.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ const SUPPORTS_POPOVER = globalThis?.HTMLElement?.prototype.hasOwnProperty('popo
5656
*
5757
* @cssproperty [--arrow-size=6px] - The size of the arrow. Note that an arrow won't be shown unless the `arrow`
5858
* attribute is used.
59+
* @cssproperty [--arrow-border-width] - The width of any custom border applied to the arrow.
5960
* @cssproperty [--arrow-color=black] - The color of the arrow.
6061
* @cssproperty [--auto-size-available-width] - A read-only custom property that determines the amount of width the
6162
* popup can be before overflowing. Useful for positioning child elements that need to overflow. This property is only

0 commit comments

Comments
 (0)