Skip to content

Commit

Permalink
Merge pull request #6775 from owncloud/bugfix-rename-still-clickable-…
Browse files Browse the repository at this point in the history
…on-mobile

Bugfix invisible rename is clickable on mobile
  • Loading branch information
kulmann authored Apr 25, 2022
2 parents 420dfdc + 07e9254 commit 7b14372
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions changelog/unreleased/bugfix-rename-still-clickable-on-mobile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Bugfix: Rename is clickable on mobile

We've fixed a bug where the quick rename button was clickable,
even so it wasn't visible.

https://github.com/owncloud/web/issues/6767
https://github.com/owncloud/web/pull/6775
Original file line number Diff line number Diff line change
Expand Up @@ -701,13 +701,13 @@ export default defineComponent({
.resource-table {
&-resource-wrapper {
&:hover > .resource-table-edit-name {
opacity: 1;
visibility: visible;
}
}
&-edit-name {
display: inline-flex;
vertical-align: super;
opacity: 0;
visibility: hidden;
}
&-people {
position: absolute;
Expand Down

0 comments on commit 7b14372

Please sign in to comment.