Extend hover/drag color to the edges of the items header
This commit is contained in:
parent
d8a00610da
commit
a9eb79a45b
3 changed files with 46 additions and 21 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue