Remove hover background color from vfsPath

This commit is contained in:
Hadi Nategh 2022-08-10 13:47:26 +02:00
parent 611aae7b34
commit 1dedad6a3e

View File

@ -1394,10 +1394,6 @@ div.et2_vfsPath ul.scrollable li {
cursor: url(images/mouse_scroll_lr.svg) 20 1, pointer;
}
li.vfsPath.et2_clickable:last-child:hover {
background: #c0c0c054;
}
li.vfsPath.et2_clickable:first-child {
font-weight: bold;
}