mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
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:
parent
5ddcdfbe2b
commit
ea9a639734
2 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -468,6 +468,7 @@ history-root {
|
|||
outline: none;
|
||||
}
|
||||
|
||||
.fake-full-width-bg(transparent);
|
||||
&:hover {
|
||||
background-color: @file-tree-item-hover-bg;
|
||||
|
||||
|
|
Loading…
Reference in a new issue