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

View File

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