mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-08 00:43:54 +00:00
refactor: prevent reflow on visible rows
This commit is contained in:
committed by
Carlos Valente
parent
66a4e27fdd
commit
9618bec847
+1
@@ -3,6 +3,7 @@
|
||||
.eventRow {
|
||||
background: color-mix(in srgb, transparent 92%, var(--user-bg, $gray-500) 8%);
|
||||
border-left: 4px solid var(--user-bg, $gray-500);
|
||||
min-height: 2.5rem;
|
||||
|
||||
&:hover {
|
||||
outline: 1px solid $blue-500;
|
||||
|
||||
Reference in New Issue
Block a user