Fixes hover state color on card view mode.

This commit is contained in:
mateuswetah 2024-07-01 14:22:13 -03:00
parent b9cf084690
commit 8db03bda2d
1 changed files with 5 additions and 0 deletions

View File

@ -187,6 +187,11 @@
display: flex;
margin: 0 !important;
&:hover,
&:focus {
background: var(--tainacan-item-hover-background-color);
}
.list-metadata {
padding: 0.75em 1.375em;
flex: 1;