Select object if user clicks anywhere on object name for browser (#9649)

Fixes #9647
This commit is contained in:
Kaan Kabalak
2020-06-22 11:03:24 -07:00
committed by GitHub
parent c54e3b4ea3
commit f706a5b4c8
4 changed files with 52 additions and 35 deletions

View File

@@ -105,7 +105,7 @@ div.fesl-row {
.fesl-item-name {
a {
cursor: default;
cursor: pointer;
}
}
@@ -114,12 +114,6 @@ div.fesl-row {
----------------------------*/
&[data-type=folder] {
.list-type(#a1d6dd, '\f07b');
.fesl-item-name {
a {
cursor: pointer;
}
}
}
&[data-type=pdf] {.list-type(#fa7775, '\f1c1'); }
&[data-type=zip] { .list-type(#427089, '\f1c6'); }