Merge pull request #15721 from overleaf/ii-file-tree-nested-files-and-folders

[web] Fix deeply nested files and folders selection

GitOrigin-RevId: 3c9cc62f3294a735627d27019e53917b6fa8e6f2
This commit is contained in:
Tim Down 2023-11-13 10:55:37 +00:00 committed by Copybot
parent 5ddcdfbe2b
commit ea9a639734
2 changed files with 4 additions and 2 deletions

View file

@ -2,8 +2,8 @@
&::before {
content: '\00a0';
position: absolute;
width: 100%;
right: 100%;
width: 9999px;
left: -9999px;
background-color: @bg-color;
}
}
@ -129,6 +129,7 @@
outline: none;
}
background-color: transparent;
.fake-full-width-bg(transparent);
&:hover {
background-color: @file-tree-item-hover-bg;

View file

@ -468,6 +468,7 @@ history-root {
outline: none;
}
.fake-full-width-bg(transparent);
&:hover {
background-color: @file-tree-item-hover-bg;