Implement note delete
This commit is contained in:
@@ -130,6 +130,13 @@ body {
|
||||
padding-inline: 0 !important;
|
||||
}
|
||||
|
||||
.listItem:hover {
|
||||
.listItem-delete {
|
||||
transition: opacity .25s ease-out;
|
||||
opacity: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@layer base {
|
||||
* {
|
||||
@apply border-border outline-ring/50;
|
||||
|
||||
Reference in New Issue
Block a user