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 74f443e commit efb59c1Copy full SHA for efb59c1
client/styles/components/_console.scss
@@ -86,17 +86,20 @@
86
87
.preview-console__clear {
88
@include themify() {
89
- @extend %link;
90
- color: getThemifyVariable('secondary-text-color');
91
- &:hover {
92
- color: getThemifyVariable('logo-color');
93
- }
+ @extend %link;
+ color: getThemifyVariable('secondary-text-color');
+
+ &:hover {
+ 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 & {
- display: none;
102
+ display: none;
103
104
105
0 commit comments