restore hover

This commit is contained in:
JeLuF 2023-07-18 18:39:49 +02:00
parent 0dbc195770
commit 636c3e5c02

View File

@ -1670,6 +1670,10 @@ body.wait-pause {
background: var(--button-text-color);
font-weight: 700;
}
#embeddings-list button:hover {
background: var(--accent-color);
color: var(--button-text-color);
}
#embeddings-list .collapsible {
background: var(--background-color3);