Skip to content

Commit

Permalink
Testing NOT inheriting font-* values
Browse files Browse the repository at this point in the history
  • Loading branch information
dutchcelt committed Jan 5, 2024
1 parent 5639037 commit 06a46a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system.css
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,8 @@
select,
button,
textarea {
font: inherit;

font-size: var(--system-font-size-m);
font-family: var(--system-font-family-interactive);
}

Expand Down Expand Up @@ -555,7 +556,6 @@
border: var(--system-stroke-thin) solid var(--system-button-border);
border-radius: var(--system-radius);
box-shadow: none;
font-size: var(--system-font-size-m);
accent-color: var(--system-accent-color);
&:is([type='radio']) {
border-radius: 50%;
Expand Down

0 comments on commit 06a46a0

Please sign in to comment.