From fc8bd0e2b9d3b297ba65391149c2043f0a9aa9c8 Mon Sep 17 00:00:00 2001 From: vasileios Date: Tue, 21 Jan 2025 11:15:43 +0100 Subject: [PATCH] [open-formulieren/open-forms#5003] Updated styling in addressNL concerning required fields --- src/formio/components/AddressNL.scss | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/formio/components/AddressNL.scss b/src/formio/components/AddressNL.scss index ed0335291..af45ca6a6 100644 --- a/src/formio/components/AddressNL.scss +++ b/src/formio/components/AddressNL.scss @@ -3,6 +3,18 @@ // @import instead of @use because breakpoints are defined globally @import 'microscope-sass/lib/responsive'; +// This is a temporary solution because dealing with Formio for that is a pain. It will +// be properly addressed in the new renderer. +.utrecht-form-field--addressNL + > .utrecht-form-field__label + > .utrecht-form-label--openforms-required { + &:after { + content: none; + color: inherit; + z-index: auto; + } +} + .openforms-addressnl { display: grid; grid-template-columns: var(--_of-addressnl-grid-template-columns, 1fr); @@ -17,3 +29,7 @@ } } } + +.openforms-summary address { + font-style: normal; +}