Fix chat.jsx lints (#3889)

This commit is contained in:
Dmitro Pochapsky 2019-09-12 06:30:59 -07:00 committed by Mac Siri
parent 65d706b1d0
commit d0f615f3af
3 changed files with 369 additions and 283 deletions

View file

@ -441,17 +441,21 @@
);
}
img {
.activechatchannel__channelconfig {
height: 17px;
position: absolute;
right: 15px;
top: 10px;
cursor: pointer;
@include themeable(
filter,
theme-social-icon-invert,
invert(0)
);
filter,
theme-social-icon-invert,
invert(0)
);
img {
height: 100%;
}
}
}

View file

@ -11,6 +11,7 @@ exports[`<Chat /> should load chat 1`] = `
<button
class="chat__channelstogglebutt"
onClick={[Function]}
type="button"
>
&lt;
</button>
@ -25,6 +26,7 @@ exports[`<Chat /> should load chat 1`] = `
class="chat__channeltypefilterbutton chat__channeltypefilterbutton--active"
data-channel-type="all"
onClick={[Function]}
type="button"
>
all
</button>
@ -32,6 +34,7 @@ exports[`<Chat /> should load chat 1`] = `
class="chat__channeltypefilterbutton chat__channeltypefilterbutton--inactive"
data-channel-type="direct"
onClick={[Function]}
type="button"
>
direct
</button>
@ -39,6 +42,7 @@ exports[`<Chat /> should load chat 1`] = `
class="chat__channeltypefilterbutton chat__channeltypefilterbutton--inactive"
data-channel-type="invite_only"
onClick={[Function]}
type="button"
>
group
</button>

File diff suppressed because it is too large Load diff