Skip to content

Commit da5e958

Browse files
authored
Update _console.scss
1 parent 21e6445 commit da5e958

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

client/styles/components/_console.scss

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,23 +89,19 @@
8989
@extend %link;
9090
color: getThemifyVariable('secondary-text-color');
9191
&:hover {
92-
color: $p5-light-pink;
93-
94-
@if (getThemifyVariable('logo-color') == $yellow) {
95-
color: $yellow;
96-
}
92+
color: getThemifyVariable('logo-color');
9793
}
9894
}
9995
background: transparent;
10096
border: none;
10197
padding-right: #{math.div(10, $base-font-size)}rem;
10298
.preview-console--collapsed & {
103-
display: none;
99+
display: none;
104100
}
105-
}
101+
}
106102

107103
.preview-console__body {
108104
display: flex;
109105
flex-direction: column;
110106
height: calc(100% - #{math.div(30, $base-font-size)}rem);
111-
}
107+
}

0 commit comments

Comments
 (0)