filemanager: Add explicit context-menu button

This commit is contained in:
Johannes Zellner
2021-03-03 14:22:21 +01:00
parent 244d84e168
commit f1625ed345
2 changed files with 17 additions and 0 deletions

View File

@@ -1818,6 +1818,19 @@ tag-input {
border: 2px solid transparent;
}
.context-menu-action {
display: none;
}
tr:hover .context-menu-action {
display: inline-block;
}
tr.entry-selected .context-menu-action {
display: inline-block;
color: white;
}
.entry-hovered {
border: 2px solid $brand-primary;
}