From 4b79cc9f6b14a497011174566acf236b634e8419 Mon Sep 17 00:00:00 2001 From: IceIsFrozen <153698684+IceIsFrozen@users.noreply.github.com> Date: Thu, 30 Oct 2025 21:09:18 +0900 Subject: [PATCH] fix(ui): QInput shadow-text is showing when input is out of focus but hasError (#17155) --- ui/src/components/field/QField.sass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/src/components/field/QField.sass b/ui/src/components/field/QField.sass index ddc0659f633..53b118c103e 100644 --- a/ui/src/components/field/QField.sass +++ b/ui/src/components/field/QField.sass @@ -209,6 +209,8 @@ $field-transition-label-right-up: .324s cubic-bezier(.4,0,.2,1) &--highlighted .q-field__label color: currentColor + + &--focused:not(.q-field--error) .q-field__shadow opacity: .5