• Lyza Danger Gardner's avatar
    Refactor `Button` component styling · 176d3096
    Lyza Danger Gardner authored
    Handling any deviation from default styling of `Button` components
    has been painful, and these changes make it an all or nothing affair:
    the `Button` component will apply default styling only in the absence
    of a `className` prop. When a `className` prop is present, that will
    supersede any component default styling.
    
    These changes make button SCSS mixins clearer and easier to reuse and
    extend.
    
    `usePrimaryStyle`, `useCompactStyle`, `useInputStyle` props removed
    from `Button` in preference of mixins to reduce `Button` complexity and
    confusion over CSS precedence.
    
    Components that use `Button`, and their styles, have been updated here
    as needed.
    176d3096
Name
Last commit
Last update
..
a11y.scss Loading commit data...
buttons.scss Loading commit data...
focus.scss Loading commit data...
forms.scss Loading commit data...
layout.scss Loading commit data...
links.scss Loading commit data...
panel.scss Loading commit data...
reset.scss Loading commit data...
responsive.scss Loading commit data...
shadow.scss Loading commit data...