Dogfalo / materialize

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

Remove button:focus styles from _forms.scss #6673

Open DawidKK opened 2 years ago

DawidKK commented 2 years ago

Proposed changes

Remove styling global button element in _forms.scss

button:focus {
  outline: none;
  background-color: $button-background-focus;
}

Now button styles are applied within .btn class

Types of changes

Checklist: