Skip to content

Commit

Permalink
channel status
Browse files Browse the repository at this point in the history
  • Loading branch information
Leozard committed Jun 24, 2024
1 parent 7d0cbd1 commit 32bc9e5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/selectors/selectorPlaceholders.scss
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,12 @@
.actionIcon_f6f816 {
@extend %channelActionIcon !optional;
}
.statusText_e66732 {
@extend %channelStatusText !optional;
}
.pencilIcon_e66732 {
@extend %channelStatusPencilIcon !optional;
}
.unread_d8bfb3 {
@extend %channelUnreadPill !optional;
}
Expand Down
7 changes: 7 additions & 0 deletions src/channels/channels.scss
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,17 @@
color: #fff;
opacity: 0.3;
transition: all 0.15s ease-in-out;
path {
fill: #fff;
}
&:hover {
opacity: 0.7;
}
}
%channelStatusText,
%channelStatusPencilIcon {
color: #fff;
}
%channelWrapper {
// HOVER
&:hover {
Expand Down

0 comments on commit 32bc9e5

Please sign in to comment.