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 8d7c29f commit ab68b5dCopy full SHA for ab68b5d
client/styles/components/_console.scss
@@ -57,6 +57,13 @@
57
& path {
58
fill: getThemifyVariable('secondary-text-color');
59
}
60
+ &:hover {
61
+ & g,
62
+ & polygon,
63
+ & path {
64
+ fill: getThemifyVariable('logo-color');
65
+ }
66
67
68
.preview-console--collapsed & {
69
display: none;
@@ -72,6 +79,13 @@
72
79
73
80
74
81
82
83
84
85
86
87
88
75
89
76
90
77
91
0 commit comments