UX: fix greyed out add button in chat composer when focussed (#21947)
This commit is contained in:
parent
80b77b2e65
commit
8c4cbd748d
|
@ -24,7 +24,7 @@
|
|||
color: var(--primary-low-mid);
|
||||
}
|
||||
|
||||
.is-send-disabled.is-focused & {
|
||||
.is-focused & {
|
||||
color: var(--primary-high);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue