Skip to content

Commit 5db905e

Browse files
authored
Merge pull request #2552 from PiyushChandra17/piyush/fix-auto-refresh-hover-effect
fix auto refresh hover color
2 parents a1a5efd + 18c9dfd commit 5db905e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

client/styles/components/_toolbar.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,12 @@
125125
}
126126

127127
.toolbar__autorefresh-label {
128+
cursor: pointer;
128129
@include themify() {
129130
color: getThemifyVariable('secondary-text-color');
131+
&:hover {
132+
color: getThemifyVariable('logo-color');
133+
}
130134
}
131135
margin-left: #{5 / $base-font-size}rem;
132136
font-size: #{12 / $base-font-size}rem;

0 commit comments

Comments
 (0)