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 86
86
87
87
.preview-console__clear {
88
88
@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 ;
93
96
}
97
+ }
94
98
}
95
99
background : transparent ;
96
100
border : none ;
97
101
padding-right : #{math .div (10 , $base-font-size )} rem;
98
102
.preview-console--collapsed & {
99
- display : none ;
103
+ display : none ;
100
104
}
101
- }
105
+ }
102
106
103
107
.preview-console__body {
104
108
display : flex ;
105
109
flex-direction : column ;
106
110
height : calc (100% - #{math .div (30 , $base-font-size )} rem );
107
- }
111
+ }
You can’t perform that action at this time.
0 commit comments