mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
fix styling of transparent variant button disabled state
This commit is contained in:
@@ -154,6 +154,10 @@
|
||||
&:focus-visible {
|
||||
border: 1px solid lighten(var(--theme-colors-border), 10%);
|
||||
}
|
||||
|
||||
&[data-disabled='true'] {
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user