style(webui): transition select state in EntityList

feat/vault-scan-modes
Tomáš Mládek 2023-10-22 16:38:17 +02:00
parent 8708eccfbe
commit 64a43eb428
1 changed files with 6 additions and 0 deletions

View File

@ -337,6 +337,12 @@
grid-column: 1 / -1;
}
.item {
transition:
margin 0.2s ease,
box-shadow 0.2s ease;
}
.selected {
margin: 0.12rem;
box-shadow: 0 0 0.1rem 0.11rem colors.$red;