Added hover state for list tables.

This commit is contained in:
Mike Cao 2024-03-01 17:39:39 -08:00
parent 76f40dd621
commit c807c3a8e9
1 changed files with 6 additions and 0 deletions

View File

@ -39,6 +39,11 @@
align-items: center;
margin-bottom: 5px;
overflow: hidden;
border-radius: 4px;
}
.row:hover {
background-color: var(--base75);
}
.label {
@ -46,6 +51,7 @@
text-overflow: ellipsis;
overflow: hidden;
flex: 2;
padding-left: 10px;
}
.label a {