fix arrow border in FF/Safari

This commit is contained in:
Cory LaViska
2025-06-02 15:02:15 -04:00
parent 534966a7fc
commit 106638b4af

View File

@@ -49,9 +49,11 @@
&::part(arrow) {
background-color: var(--wa-color-surface-default);
border-width: var(--wa-panel-border-width);
border-bottom: solid var(--wa-color-surface-border);
border-right: solid var(--wa-color-surface-border);
border-top: none;
border-left: none;
border-bottom: solid var(--wa-panel-border-width) var(--wa-color-surface-border);
border-right: solid var(--wa-panel-border-width) var(--wa-color-surface-border);
box-shadow: none;
}
}