We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da5e958 commit 74f443eCopy full SHA for 74f443e
client/styles/components/_console.scss
@@ -86,10 +86,10 @@
86
87
.preview-console__clear {
88
@include themify() {
89
- @extend %link;
90
- color: getThemifyVariable('secondary-text-color');
91
- &:hover {
92
- color: getThemifyVariable('logo-color');
+ @extend %link;
+ color: getThemifyVariable('secondary-text-color');
+ &:hover {
+ color: getThemifyVariable('logo-color');
93
}
94
95
background: transparent;
0 commit comments