Skip to content

Commit 8f40664

Browse files
author
Tom Hutman
committed
remove unused css that caused Gatsby to error
1 parent 8b7fd4a commit 8f40664

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

src/styles/MessageActions.scss

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -94,31 +94,3 @@
9494
.str-chat__message-actions-options:hover svg {
9595
fill: $primary-color;
9696
}
97-
98-
.str-chat__message-reactions-box {
99-
position: absolute;
100-
visibility: hidden;
101-
bottom: 30px;
102-
left: -20px;
103-
background: rgba(0, 0, 0, 0.81);
104-
background-image: linear-gradient(
105-
-180deg,
106-
rgba(0, 0, 0, 0) 0%,
107-
rgba(0, 0, 0, 0.5) 100%
108-
);
109-
border-radius: 50px;
110-
padding: 16px;
111-
z-index: 100;
112-
}
113-
114-
.str-chat__message-reactions-box--open {
115-
visibility: visible;
116-
}
117-
118-
.str-chat__message-reactions-box::after {
119-
top: 97%;
120-
left: 30px;
121-
content: url('data:image/svg+xml; utf8, <svg width="36" height="19" viewBox="0 0 36 19" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="b"><stop stop-opacity="0" offset="0%"/><stop stop-opacity=".5" offset="100%"/></linearGradient><path d="M35.284.378A15.125 15.125 0 0 0 22.81 6.946L14.55 19a14.422 14.422 0 0 0-2.223-12.786A14.456 14.456 0 0 0 .723.378h34.561z" id="a"/></defs><g fill-rule="nonzero" fill="none"><use fill="%231E1E1E" xlink:href="%23a"/><use fill="url(%23b)" xlink:href="%23a"/></g></svg>');
122-
position: absolute;
123-
z-index: 99;
124-
}

0 commit comments

Comments
 (0)