Skip to content

Commit

Permalink
Update source
Browse files Browse the repository at this point in the history
  • Loading branch information
CapnKitten committed Mar 28, 2024
1 parent 839c16c commit c2cd3a0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Themes/Translucence/src/_selectorPlaceholders.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1240,6 +1240,9 @@
.wrapper__6bf2d {
@extend %callWrapper !optional;
}
.noChat_ce920d {
@extend %callWrapperNoChat !optional;
}
.video__004a2 {
@extend %callWrapperVideo !optional;
}
Expand Down Expand Up @@ -6271,7 +6274,7 @@ pre {
.selected__4e154 {
@extend %settingsGameOverlayCardOptionSelected !optional;
}
.defaultColor__77578, .defaultColor__8610e {
.defaultColor__77578, .defaultColor__8610e, .defaultColor__30336 {
@extend %defaultColor !optional;
}
.h1_dc86b3 {
Expand Down
14 changes: 14 additions & 0 deletions Themes/Translucence/src/channels/_panels.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@
background-color: transparent;
}

%connectionPanelActionButtons {
%button {
path {
&[fill] {
fill: currentColor !important;
}

&[stroke] {
stroke: currentColor !important;
}
}
}
}

%voiceUserAvatarSpeaking {
box-shadow: inset 0 0 0 2px hsl(var(--accent-hsl)), inset 0 0 0 3px var(--background-secondary);
}
Expand Down
3 changes: 2 additions & 1 deletion Themes/Translucence/src/general/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
opacity: 0.15;
}

%buttonContents {
%buttonContents,
%defaultColor {
color: var(--button-text-color);

svg {
Expand Down

0 comments on commit c2cd3a0

Please sign in to comment.