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
All components (input, dropdown, button) with the same variant (ghost, outlined) must have the same style.
Add scss variable to easily share style cross components.
For example, the Dropdown with the ghost variant should have the same style as the Button with the ghost variant.
Could you also check if we have other incoherences like that?
Idea:
Create a scss placeholder %ghost that can manage all states (:hover, :active, :focus) that can be used for all ghost components
The text was updated successfully, but these errors were encountered:
All components (input, dropdown, button) with the same variant (
ghost
,outlined
) must have the same style.Add scss variable to easily share style cross components.
For example, the
Dropdown
with theghost
variant should have the same style as theButton
with theghost
variant.Could you also check if we have other incoherences like that?
Idea:
%ghost
that can manage all states (:hover
,:active
,:focus
) that can be used for allghost
componentsThe text was updated successfully, but these errors were encountered: