Skip to content

Commit 5b249d5

Browse files
committed
fix: resolve hover state visual glitch
1 parent e86207e commit 5b249d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/WorkspacesPage/WorkspacesButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ function WorkspaceResultsRow({ template }: { template: Template }) {
4747
// reasons; avoids extra clicks on the user's part
4848
to={`/templates/${template.name}/workspace`}
4949
sx={{
50-
textDecoration: "none",
5150
outline: "none",
5251
"&:focus": {
5352
backgroundColor: (theme) => theme.palette.action.focus,
5453
},
5554
"&:hover": {
55+
textDecoration: "none",
5656
backgroundColor: (theme) => theme.palette.action.hover,
5757
},
5858
}}

0 commit comments

Comments
 (0)