Skip to content

Commit

Permalink
fix: remove str-chat class from emoji-replacement rules
Browse files Browse the repository at this point in the history
  • Loading branch information
arnautov-anton committed Nov 1, 2023
1 parent b76ea82 commit 5146741
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/v2/styles/_emoji-replacement.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ $emoji-flag-unicode-range: U+1F1E6-1F1FF;
unicode-range: $emoji-flag-unicode-range;
}

.str-chat,
// keep str-chat--windows-flags for Angular SDK for now
.str-chat--windows-flags {
// TODO: consider adding the rule for reactions (list & selector) if we ever decide to make them use native emojis
.str-chat__textarea__textarea,
Expand All @@ -31,7 +29,6 @@ $emoji-flag-unicode-range: U+1F1E6-1F1FF;
}

@-moz-document url-prefix('') {
.str-chat,
.str-chat--windows-flags {
.str-chat__textarea__textarea,
.str-chat__message-text-inner *,
Expand Down

0 comments on commit 5146741

Please sign in to comment.