Merge pull request #33737 from iamejaaz/disable-scrolling-option

refactor(Listview): replace box-shadow with border
This commit is contained in:
Ejaaz Khan 2025-08-21 17:44:48 +05:30 committed by GitHub
commit c6032ebdb9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -146,8 +146,8 @@
position: sticky;
right: 0;
background-color: var(--bg-color);
box-shadow: -5px 0px 5px var(--highlight-color);
padding: 6px 10px;
border-left: 2px solid var(--highlight-color);
padding: 9px 10px;
}
.tag-col {
@ -228,7 +228,7 @@
background-color: var(--subtle-fg);
border-radius: var(--border-radius);
height: var(--list-row-height);
box-shadow: none;
border-left: none;
&:hover {
background-color: var(--subtle-fg);
}
@ -577,7 +577,7 @@ input.list-header-checkbox {
}
}
.level-right {
box-shadow: none;
border-left: none;
}
}
}
@ -646,7 +646,7 @@ input.list-header-checkbox {
.level-right {
flex: 0 0 auto;
width: auto;
box-shadow: none;
border-left: none;
.level-item.visible-xs {
margin-top: 5px;
}