From 137699748ffcc35d626298747963801d118e7e74 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 16 Jun 2025 13:06:16 +0200 Subject: [PATCH] wait #7588 @1.5 --- style/103-question-multiple.sass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style/103-question-multiple.sass b/style/103-question-multiple.sass index eb566e6..fedd003 100644 --- a/style/103-question-multiple.sass +++ b/style/103-question-multiple.sass @@ -23,7 +23,7 @@ +opacity(.80,background-color,$neutral-color) padding: 10px 16px cursor: pointer - border: 2px solid rgba($texts-color, .24) + border: 2px solid $stroke-color position: relative overflow: hidden display: flex @@ -48,10 +48,10 @@ +flex-config(space-between,false,false,center) input:checked+label - border-color: $texts-color + border-color: $active-stroke-color transition: border-color .1s ease-out &:after - +opacity(.16) + background-color: $active-background-color &.nok:after background: transparent -- 2.39.5