Basically wrote the whole thing.
This commit is contained in:
@@ -580,6 +580,7 @@
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
|
||||
border: 4px solid transparent;
|
||||
}
|
||||
|
||||
.selection-item:hover {
|
||||
@@ -588,7 +589,9 @@
|
||||
}
|
||||
|
||||
.selection-item.selected {
|
||||
box-shadow: 0 0 0 3px var(--primary-color), var(--card-shadow-hover);
|
||||
border-width: 12px;
|
||||
/* keep existing border-color set by action */
|
||||
box-shadow: var(--card-shadow-hover);
|
||||
transform: translateY(-8px) scale(1.02);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user