Skip to content

Commit 7f01cda

Browse files
committed
hover states
1 parent 0385328 commit 7f01cda

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

assets/css/page-widgets/todo.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@
210210
font-size: var(--prpl-font-size-small);
211211

212212
&:hover {
213+
text-decoration: underline;
213214

214215
svg path {
215216
fill: var(--prpl-color-accent-red);
@@ -342,7 +343,12 @@
342343
padding: 0;
343344
margin: 0;
344345
cursor: pointer;
345-
text-decoration: underline;
346+
347+
&:hover,
348+
&:focus,
349+
&:active {
350+
text-decoration: underline;
351+
}
346352
}
347353
}
348354
}

0 commit comments

Comments
 (0)