mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 18:30:26 -06:00
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
Block a user