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 0385328 commit 7f01cdaCopy full SHA for 7f01cda
1 file changed
assets/css/page-widgets/todo.css
@@ -210,6 +210,7 @@
210
font-size: var(--prpl-font-size-small);
211
212
&:hover {
213
+ text-decoration: underline;
214
215
svg path {
216
fill: var(--prpl-color-accent-red);
@@ -342,7 +343,12 @@
342
343
padding: 0;
344
margin: 0;
345
cursor: pointer;
- text-decoration: underline;
346
+
347
+ &:hover,
348
+ &:focus,
349
+ &:active {
350
351
+ }
352
}
353
354
0 commit comments