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 1cf2dc3 commit 476ba96Copy full SHA for 476ba96
client/styles/components/_toolbar.scss
@@ -125,8 +125,12 @@
125
}
126
127
.toolbar__autorefresh-label {
128
+ cursor: pointer;
129
@include themify() {
130
color: getThemifyVariable('secondary-text-color');
131
+ &:hover {
132
+ color: getThemifyVariable('logo-color');
133
+ }
134
135
margin-left: #{5 / $base-font-size}rem;
136
font-size: #{12 / $base-font-size}rem;
0 commit comments