You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my own project I've implemented the following variables and I was wondering if there's any interest in merging them in. I find that they help a lot with the "theme-ability" of missing.css.
--border-width
--interactive-fg
--box-shadow
--box-shadow-hover
--box-shadow-active
--box-shadow-disabled
Where the --box-shadow variables are for the different button, .\<button\> states.
Thoughts?
The text was updated successfully, but these errors were encountered:
In my own project I've implemented the following variables and I was wondering if there's any interest in merging them in. I find that they help a lot with the "theme-ability" of missing.css.
--border-width
--interactive-fg
--box-shadow
--box-shadow-hover
--box-shadow-active
--box-shadow-disabled
Where the
--box-shadow
variables are for the differentbutton, .\<button\>
states.Thoughts?
The text was updated successfully, but these errors were encountered: