Skip to content

Commit

Permalink
Make selected columns' quick actions (and context menu) permanent ins…
Browse files Browse the repository at this point in the history
…tead of hoverable
  • Loading branch information
diocas committed Nov 14, 2022
1 parent 35614f8 commit 66a3ed6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -882,13 +882,13 @@ export default defineComponent({
.hoverable-quick-actions.files-table {
@media (pointer: fine) {
tr {
tr:not([class*='oc-table-highlighted']) {
.resource-table-edit-name,
.resource-table-actions div:first-child {
visibility: hidden;
}
}
tr:hover {
tr:not([class*='oc-table-highlighted']):hover {
.resource-table-edit-name,
.resource-table-actions div:first-child {
visibility: visible;
Expand Down

0 comments on commit 66a3ed6

Please sign in to comment.