mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
fix row selection specificty on alternate row colors
This commit is contained in:
@@ -246,16 +246,6 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.track-row-selected {
|
|
||||||
@mixin dark {
|
|
||||||
background-color: lighten(var(--theme-colors-surface), 5%);
|
|
||||||
}
|
|
||||||
|
|
||||||
@mixin light {
|
|
||||||
background-color: darken(var(--theme-colors-surface), 5%);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.track-row-dragging {
|
.track-row-dragging {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
@@ -274,6 +264,16 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.track-row.track-row-selected {
|
||||||
|
@mixin dark {
|
||||||
|
background-color: lighten(var(--theme-colors-surface), 5%);
|
||||||
|
}
|
||||||
|
|
||||||
|
@mixin light {
|
||||||
|
background-color: darken(var(--theme-colors-surface), 5%);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.track-row.track-row-with-horizontal-border {
|
.track-row.track-row-with-horizontal-border {
|
||||||
border-top: 1px solid transparent;
|
border-top: 1px solid transparent;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user