Skip to content

Commit

Permalink
politically correct soundboard fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NyxIsBad committed Apr 16, 2024
1 parent 9118991 commit d6e4b8f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions lib/selectors/selectorPlaceholders.scss
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,9 @@
.buttonActive_ae686f {
@extend %panelActionButtonActive !optional;
}
.lottieIcon_c7076c {
@extend %panelActionButtonLottieIcon !optional;
}
.container_debb33 {
@extend %accountPanel !optional;
}
Expand Down
5 changes: 4 additions & 1 deletion src/channels/panels.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,15 @@ button%panelButton {
&%panelActionButtonColor {
padding: 0;
&%panelActionButtonActive {
background-color: var(--success-color);
background-color: #fff;
color: $main-color;
&:hover {
background: hsla(0, 0%, 100%, 0.95);
color: $hover-color;
}
%panelActionButtonLottieIcon {
--__lottieIconColor: var(--main-color) !important;
}
}
}
}
Expand Down

0 comments on commit d6e4b8f

Please sign in to comment.