This commit is contained in:
vinceliuice
2024-10-12 23:37:43 +08:00
parent 21b358c999
commit 1b3b2b4cfa
9 changed files with 265 additions and 221 deletions

View File

@@ -13,6 +13,7 @@ columnview {
line-height: 100%;
border-left: 1px solid $border_color;
border-bottom: 1px solid $border_color;
background-clip: padding-box;
&:first-child {
border-left-width: 0;
@@ -97,7 +98,11 @@ columnview {
padding-bottom: $base_padding / 2;
}
@include undershoot(top, $shade_color, true);
@include undershoot(top, $shade_color, $neighbor: true, $style: default);
~ undershoot.top {
box-shadow: none;
}
}
columnview row:not(:selected) cell editablelabel:not(.editing):focus-within {