We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b769255 + fc24f72 commit 7a1a205Copy full SHA for 7a1a205
1 file changed
src/styles/MessageInput.scss
@@ -169,6 +169,13 @@
169
color: var(--white);
170
}
171
172
+// Using separate rules for Angular so React SDK integrators don't have problems with "!important"
173
+// Angular needs "!imporant" to override angular-mentions styles
174
+.active.mention-active > a /* angular-mentions autocomplete */ {
175
+ background-color: var(--primary-color) !important;
176
+ color: var(--white) !important;
177
+}
178
+
179
.rta__list {
180
border-radius: var(--border-radius-sm) var(--border-radius-sm) 0 0;
181
0 commit comments