Skip to content

Commit 866d77b

Browse files
authored
Fix :visited:hover color for auth widget links (#838)
1 parent 9da2f8b commit 866d77b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

resources/js/Components/AuthWidget.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ defineProps<{ user: User | null}>();
3939
white-space: nowrap;
4040
&:visited {
4141
color: $color-progressive;
42+
&:hover {
43+
color: $color-progressive--hover;
44+
}
4245
}
4346
}
4447
}

0 commit comments

Comments
 (0)