Skip to content
This repository was archived by the owner on Mar 26, 2023. It is now read-only.

Commit 8fdb628

Browse files
committed
Animated events
1 parent e65e01c commit 8fdb628

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/EventRow.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export default {
5555
gap: 16px;
5656
border-radius: 20px;
5757
background: var(--bs-primary-10);
58+
transition: background-color 0.5s ease;
5859
height: 78px;
5960
margin: 16px auto;
6061
padding: 10px 16px;
@@ -63,6 +64,9 @@ export default {
6364
min-width: 300px;
6465
overflow: hidden;
6566
}
67+
.event:hover {
68+
background: var(--bs-primary-20);
69+
}
6670
.noselect {
6771
-webkit-touch-callout: none; /* iOS Safari */
6872
-webkit-user-select: none; /* Safari */

0 commit comments

Comments
 (0)