From 06a46a0dd73f40144bd88e3a01d6eee1efdd226b Mon Sep 17 00:00:00 2001 From: dutchcelt Date: Fri, 5 Jan 2024 19:10:40 +0100 Subject: [PATCH] Testing NOT inheriting font-* values --- system.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system.css b/system.css index a02a9ee..a0c88fe 100644 --- a/system.css +++ b/system.css @@ -305,7 +305,8 @@ select, button, textarea { - font: inherit; + + font-size: var(--system-font-size-m); font-family: var(--system-font-family-interactive); } @@ -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%;