Skip to content

Commit 21e6445

Browse files
committed
Update _console.scss
1 parent 6e6ec8a commit 21e6445

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

client/styles/components/_console.scss

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,22 +86,26 @@
8686

8787
.preview-console__clear {
8888
@include themify() {
89-
@extend %link;
90-
color: getThemifyVariable('secondary-text-color');
91-
&:hover {
92-
color: $p5-light-pink; // Use the pink color directly for hover
89+
@extend %link;
90+
color: getThemifyVariable('secondary-text-color');
91+
&:hover {
92+
color: $p5-light-pink;
93+
94+
@if (getThemifyVariable('logo-color') == $yellow) {
95+
color: $yellow;
9396
}
97+
}
9498
}
9599
background: transparent;
96100
border: none;
97101
padding-right: #{math.div(10, $base-font-size)}rem;
98102
.preview-console--collapsed & {
99-
display: none;
103+
display: none;
100104
}
101-
}
105+
}
102106

103107
.preview-console__body {
104108
display: flex;
105109
flex-direction: column;
106110
height: calc(100% - #{math.div(30, $base-font-size)}rem);
107-
}
111+
}

0 commit comments

Comments
 (0)