Skip to content

Commit

Permalink
Update inherited styling
Browse files Browse the repository at this point in the history
snuggs committed Jan 6, 2025
1 parent 7c59cc0 commit 4eda288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/forms.css
Original file line number Diff line number Diff line change
@@ -177,11 +177,11 @@ label + :not(input) {
select { /* https://github.com/whatwg/html/issues/3244 */}

button, [role=button], input, select, textarea {
color: currentColor;
font: inherit;
color: currentColor;
word-spacing: inherit;
letter-spacing: inherit;
text-align: var(--text-align);
box-sizing: border-box;
/*
* Fix rounded corners in iOS Safari https://github.com/twbs/bootstrap/issues/11586.
* appearance

0 comments on commit 4eda288

Please sign in to comment.