We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e9877c commit 917eafeCopy full SHA for 917eafe
packages/components/src/button/button.styles.ts
@@ -383,6 +383,10 @@ export const LightweightButtonStyles = css`
383
background: ${accentForegroundActive};
384
}
385
386
+ :host([appearance="lightweight"]) .control:${focusVisible} {
387
+ outline-color: transparent;
388
+ }
389
+
390
:host([appearance="lightweight"]) .control:${focusVisible} .content::before {
391
background: ${neutralForegroundRest};
392
height: calc(${focusStrokeWidth} * 1px);
0 commit comments