Clean up todo component properties

This commit is contained in:
Emili Castells Guasch 2025-01-03 11:21:26 +01:00
parent 4d4ab689f5
commit 3ec41d47ae
3 changed files with 46 additions and 52 deletions

View file

@ -18,6 +18,15 @@
gap: 18px;
width: 100%;
&:hover {
cursor: pointer;
.ppcp-r-todo-item__inner {
.ppcp-r-todo-item__description {
color: $color-text-text;
}
}
}
&:not(:last-child) {
border-bottom: 1px solid $color-gray-400;
padding-bottom: 16px;
@ -67,8 +76,8 @@
border: 1px dashed #949494;
background: #fff;
border-radius: 50%;
width: 32px;
height: 32px;
width: 24px;
height: 24px;
}
}