File tree Expand file tree Collapse file tree 2 files changed +14
-10
lines changed
packages/components/src/styles/internal Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @db-ux/core-components " : patch
3+ " @db-ux/ngx-core-components " : patch
4+ " @db-ux/react-core-components " : patch
5+ " @db-ux/wc-core-components " : patch
6+ " @db-ux/v-core-components " : patch
7+ ---
8+
9+ fix(form elements): ` valid ` background- and border-colors
Original file line number Diff line number Diff line change @@ -101,15 +101,15 @@ $db-min-inline-size: var(
101101
102102@mixin set-floating-label-overwrites ($selector ) {
103103 & [data-variant = " floating" ] {
104- @include get-validity ($selector ) {
104+ @include get-validity ($selector , " valid " ) {
105105 label {
106- color : var (--db-successful-on-bg-basic-emphasis-80 -default );
106+ color : var (--db-successful-on-bg-basic-emphasis-90 -default );
107107 }
108108 }
109109
110110 @include get-validity ($selector , " invalid" ) {
111111 label {
112- color : var (--db-critical-on-bg-basic-emphasis-80 -default );
112+ color : var (--db-critical-on-bg-basic-emphasis-90 -default );
113113 }
114114 }
115115
@@ -376,13 +376,8 @@ $input-valid-types:
376376
377377 @include set-floating-label-overwrites ($selector );
378378
379- @include get-validity ($selector ) {
380- & :has (
381- > .db-infotext [data-semantic = " successful" ],
382- > db-infotext > .db-infotext [data-semantic = " successful" ]
383- ) {
384- @include get-validity-color ($selector , " valid" );
385- }
379+ @include get-validity ($selector , " valid" ) {
380+ @include get-validity-color ($selector , " valid" );
386381 }
387382
388383 @include get-validity ($selector , " invalid" ) {
You can’t perform that action at this time.
0 commit comments