We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efb59c1 commit bb163d1Copy full SHA for bb163d1
1 file changed
client/styles/components/_console.scss
@@ -88,16 +88,13 @@
88
@include themify() {
89
@extend %link;
90
color: getThemifyVariable('secondary-text-color');
91
-
92
&:hover {
93
color: getThemifyVariable('logo-color');
94
}
95
96
97
background: transparent;
98
border: none;
99
padding-right: #{math.div(10, $base-font-size)}rem;
100
101
.preview-console--collapsed & {
102
display: none;
103
0 commit comments