mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: fix greyed out add button in chat composer when focussed (#21947)
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
color: var(--primary-low-mid);
|
||||
}
|
||||
|
||||
.is-send-disabled.is-focused & {
|
||||
.is-focused & {
|
||||
color: var(--primary-high);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user