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 ea20c28 commit 3ad672aCopy full SHA for 3ad672a
packages/components/src/styles/patterns/button.ts
@@ -537,7 +537,9 @@ export const OutlineButtonStyles = css`
537
* @internal
538
*/
539
export const StealthButtonStyles = css`
540
- :host([appearance='stealth']) {
+ :host([appearance='stealth']),
541
+ :host([appearance='stealth'][disabled]:active),
542
+ :host([appearance='stealth'][disabled]:hover) {
543
background: transparent;
544
}
545
0 commit comments