mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Grouping: added uncategorized
This commit is contained in:
parent
68c5ca8166
commit
b581969ede
1 changed files with 22 additions and 0 deletions
22
src/components/todoStuff/todo.module.css
Normal file
22
src/components/todoStuff/todo.module.css
Normal file
|
@ -0,0 +1,22 @@
|
|||
.groupDescription {
|
||||
font-size: 16px;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.groupContainer {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.group {
|
||||
padding: 8px 16px;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.group:hover {
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
.selectedGroup {
|
||||
background-color: #444;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue