Skip to content

Commit ab68b5d

Browse files
committed
added hover pseudo class to preview console collapse/expand
1 parent 8d7c29f commit ab68b5d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

client/styles/components/_console.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@
5757
& path {
5858
fill: getThemifyVariable('secondary-text-color');
5959
}
60+
&:hover {
61+
& g,
62+
& polygon,
63+
& path {
64+
fill: getThemifyVariable('logo-color');
65+
}
66+
}
6067
}
6168
.preview-console--collapsed & {
6269
display: none;
@@ -72,6 +79,13 @@
7279
& path {
7380
fill: getThemifyVariable('secondary-text-color');
7481
}
82+
&:hover {
83+
& g,
84+
& polygon,
85+
& path {
86+
fill: getThemifyVariable('logo-color');
87+
}
88+
}
7589
}
7690
display: none;
7791
.preview-console--collapsed & {

0 commit comments

Comments
 (0)