Grouping: added uncategorized

This commit is contained in:
mrfry 2020-12-21 13:21:35 +01:00
parent 68c5ca8166
commit b581969ede

View 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;
}