Skip to content

Commit a51d0bf

Browse files
authored
Merge pull request #3397 from Harshit-7373/Harshit-7373/Solved-issue-#-2592
Enhance hover effect on console Clear button #2592
2 parents dc17360 + 2797c7c commit a51d0bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/styles/components/_console.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
@extend %link;
9090
color: getThemifyVariable('secondary-text-color');
9191
&:hover {
92-
color: getThemifyVariable('heavy-text-color');
92+
color: getThemifyVariable('logo-color');
9393
}
9494
}
9595
background: transparent;

0 commit comments

Comments
 (0)