Extend hover/drag color to the edges of the items header

This commit is contained in:
Tom Najdek 2024-01-05 02:04:37 +01:00 committed by Dan Stillman
parent d8a00610da
commit a9eb79a45b
3 changed files with 46 additions and 21 deletions

View file

@ -226,6 +226,7 @@
background: var(--material-background);
height: 1.83333333em; // 22px @ 12px font size
overflow: hidden;
border-bottom: var(--material-border-quarternary);
@include comfortable {
height: 2.33333333em; // 28px @ 12px font size
@ -236,23 +237,6 @@
pointer-events: none;
}
&::after {
content: "";
display: block;
border-bottom: var(--material-border-quarternary);
height: 1px;
width: 100%;
position: absolute;
top: calc(1.83333333em - 1px);
left: 0;
right: 0;
z-index: 1;
@include comfortable {
top: calc(2.33333333em - 1px);
}
}
.column-picker {
text-align: center;
}