Skip to content

Commit fc24f72

Browse files
committed
feat: Mentions for Angular SDK
1 parent b769255 commit fc24f72

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/styles/MessageInput.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,13 @@
169169
color: var(--white);
170170
}
171171

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+
172179
.rta__list {
173180
border-radius: var(--border-radius-sm) var(--border-radius-sm) 0 0;
174181
}

0 commit comments

Comments
 (0)