feat: projects create, update, delete
This commit is contained in:
@ -0,0 +1,15 @@
|
||||
.project:hover {
|
||||
background-color: whitesmoke;
|
||||
|
||||
@mixin dark {
|
||||
background-color: var(--mantine-color-dark-6);
|
||||
}
|
||||
}
|
||||
|
||||
.menu-button {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.project:hover:has(.menu-button:hover) {
|
||||
background: none; /* or revert to normal */
|
||||
}
|
||||
Reference in New Issue
Block a user