Dogfalo / materialize

Materialize, a CSS Framework based on Material Design
https://materializecss.com
MIT License
38.87k stars 4.74k forks source link

Fix issue #6669 - Remove the css implementation from the global HTML button element #6671

Closed Nemila closed 1 year ago

Nemila commented 2 years ago
  1. The styling of the button should be in _buttons.scss not in _forms.scss .
  2. _button.scss already have a :focus state.
  3. The styling shouldn't be applied to the global HTML button element and should instead be applied to the .btn class.

Proposed changes

Screenshots (if appropriate) or codepen:

Types of changes

Checklist: