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