We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d87cd90 commit 6002d6dCopy full SHA for 6002d6d
1 file changed
src/v2/styles/Icon/Icon-layout.scss
@@ -31,9 +31,9 @@
31
}
32
33
.str-chat__icon--poll {
34
+ --str-chat-icon-width: var(--str-chat-icon-height);
35
-webkit-mask: var(--str-chat__poll-icon) no-repeat center / contain;
36
mask: var(--str-chat__poll-icon) no-repeat center / contain;
- --str-chat-icon-width: var(--str-chat-icon-height);
37
38
39
.str-chat__icon--action::before {
0 commit comments