Skip to content

Commit 6e6ec8a

Browse files
committed
Enhance hover effect on console Clear button processing#2592
1 parent 8bbb2ad commit 6e6ec8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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: $p5-light-pink; // Use the pink color directly for hover
9393
}
9494
}
9595
background: transparent;

0 commit comments

Comments
 (0)