1
0

fix: checkboxes in browse channels (#217)

This commit is contained in:
rubyowo
2023-10-01 08:58:37 +00:00
committed by GitHub
parent 7b59de8ea7
commit db5432dc79

View File

@@ -45,9 +45,7 @@
}
// Super reactions and beta badge
div[class*="isBurstReactionPicker-"] {
box-shadow:
0 0 0 2px $mauve,
0 0 16px $lavender;
box-shadow: 0 0 0 2px $mauve, 0 0 16px $lavender;
}
div[class|="navButtonSuperReactActive"],
div[class|="navButtonSuperReactActive"]:hover {
@@ -68,9 +66,7 @@
}
div[class*="isBurstReactionPicker"] {
border: none;
box-shadow:
0 0 0 2px $mauve,
0 0 16px $lavender;
box-shadow: 0 0 0 2px $mauve, 0 0 16px $lavender;
}
// Voice messages play button
div[class*="playButtonContainer-"] {
@@ -483,6 +479,13 @@ div[class*="chat-"] {
div[class*="content"] div[class|="container"] {
background-color: $base;
}
div[class*="checkbox-"] {
border-color: $crust !important;
svg > path {
fill: $crust;
}
}
}
div[class*="scrollerContainer-"] {