From f7d1e13ce3fb90efedbb076a66c42f104a1c010a Mon Sep 17 00:00:00 2001 From: Alexander Zaytsev Date: Wed, 17 Dec 2025 20:09:14 +0100 Subject: [PATCH] Simplify CSS /thx @andyra --- app/assets/stylesheets/steps.css | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/app/assets/stylesheets/steps.css b/app/assets/stylesheets/steps.css index cb0bc6f78..c339118ae 100644 --- a/app/assets/stylesheets/steps.css +++ b/app/assets/stylesheets/steps.css @@ -93,18 +93,13 @@ } .steps__icon { + --icon-size: 0.875em; background-color: var(--card-color); block-size: 1.3em; border-radius: 50%; + color: var(--color-ink-inverted); display: grid; inline-size: 1.3em; place-content: center; - - .icon { - background-color: var(--color-ink-inverted); - block-size: 0.875em; - inline-size: 0.875em; - mask-size: cover; - } } -} \ No newline at end of file +}