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 0a0822e commit a3285d3Copy full SHA for a3285d3
1 file changed
assets/css/page-widgets/todo.css
@@ -239,7 +239,7 @@
239
.prpl-suggested-task-button {
240
241
&.trash {
242
- display: inline-block;
+ display: none;
243
margin-left: auto;
244
flex-shrink: 0;
245
width: 1.25rem;
@@ -264,20 +264,14 @@
264
}
265
266
267
+ display: inline-block;
268
opacity: 1;
269
270
271
272
273
#todo-list {
274
- .prpl-suggested-task-button {
275
-
276
- &.trash {
277
- display: none;
278
- }
279
280
281
&:has(.prpl-loader) {
282
position: relative;
283
0 commit comments