New: Increase image brightness slightly on hover
This commit is contained in:
parent
3f1a0fee89
commit
0d402116bb
1 changed files with 1 additions and 0 deletions
|
|
@ -147,6 +147,7 @@ html {
|
|||
|
||||
.card.card-hoverable:hover .cardImageContainer {
|
||||
transform: scale(1.025);
|
||||
filter: brightness(1.125);
|
||||
}
|
||||
|
||||
.card.card-hoverable .itemSelectionPanel {
|
||||
|
|
|
|||
Loading…
Reference in a new issue