File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments