mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-21 06:59:09 +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 {
|
.eventRow {
|
||||||
background: color-mix(in srgb, transparent 92%, var(--user-bg, $gray-500) 8%);
|
background: color-mix(in srgb, transparent 92%, var(--user-bg, $gray-500) 8%);
|
||||||
border-left: 4px solid var(--user-bg, $gray-500);
|
border-left: 4px solid var(--user-bg, $gray-500);
|
||||||
|
min-height: 2.5rem;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
outline: 1px solid $blue-500;
|
outline: 1px solid $blue-500;
|
||||||
|
|||||||
Reference in New Issue
Block a user