issues
search
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
The styling of the button should be in
_buttons.scss
not in
_forms.scss
.
_button.scss
already have a
:focus
state.
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
[x] Bug fix (non-breaking change which fixes an issue).
[ ] New feature (non-breaking change which adds functionality).
[ ] Breaking change (fix or feature that would cause existing functionality to change).
Checklist:
[x] I have read the
CONTRIBUTING document
.
[ ] My change requires a change to the documentation.
[ ] I have updated the documentation accordingly.
[x] I have added tests to cover my changes.
[x] All new and existing tests passed.
_buttons.scss
not in_forms.scss
._button.scss
already have a:focus
state.button
element and should instead be applied to the.btn
class.Proposed changes
Screenshots (if appropriate) or codepen:
Types of changes
Checklist: