Skip to content

Commit

Permalink
browse channels
Browse files Browse the repository at this point in the history
  • Loading branch information
Leozard committed Jan 3, 2023
1 parent bc3ace3 commit 6e42b98
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions src/channels/browseChannels.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
.container-27tlK1 {
background-color: hsla(0, 0%, 0%, .4);
}

.selectAll-1ZP46u {
.text-xs-medium-2LRpEj {
color: hsla(0, 0%, 100%, .5) !important;
transition: all 0.15s ease-in-out;
}
.checked-1pZh2h {
&+.text-xs-medium-2LRpEj {
color: hsla(0, 0%, 100%, .7) !important;
}
}
}

.channelRow-4X_3fi {
background-color: hsla(0, 0%, 0%, .4);
&:hover {
&:not(.disabled-3cfocy){
background-color: hsla(0, 0%, 0%, .6);
}
}
}
2 changes: 1 addition & 1 deletion src/general/checkbox.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* CHECKBOX */

%checkbox {
%themeDark %checkbox {
border-color: hsla(0, 0%, 100%, 0.5);
&%checkboxChecked {
background-color: transparent !important;
Expand Down

0 comments on commit 6e42b98

Please sign in to comment.