Item tree: RTL: Fix misaligned backgrounds on first/last column
This commit is contained in:
parent
ba19324723
commit
0d37d2752c
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: -8px;
|
inset-inline-start: -8px;
|
||||||
|
|
||||||
@include state(".first-column:hover") {
|
@include state(".first-column:hover") {
|
||||||
background: var(--material-mix-quinary);
|
background: var(--material-mix-quinary);
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: calc(-1 * var(--scrollbar-width, 0px) - 8px);
|
inset-inline-end: calc(-1 * var(--scrollbar-width, 0px) - 8px);
|
||||||
|
|
||||||
@include state(".cell:hover") {
|
@include state(".cell:hover") {
|
||||||
background: var(--material-mix-quinary);
|
background: var(--material-mix-quinary);
|
||||||
|
|
Loading…
Reference in a new issue