Skip to content

Commit 92ccbfa

Browse files
committed
fix intent state, it blinks shortly but then it shows the color set by value
1 parent 3b53e0f commit 92ccbfa

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/components/ColorField/_colorfield.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@
2222
}
2323
}
2424

25+
&[class*="#{$ns}-intent-"] {
26+
// we need to remove normal intent indicators like colored bg or blinking
27+
.#{$ns}-input {
28+
background-color: var(--#{$eccgui}-colorfield-background);
29+
}
30+
}
31+
2532
.#{$ns}-input-left-container {
2633
top: 1px;
2734
left: 1px !important;

0 commit comments

Comments
 (0)