Skip to content

Commit

Permalink
Merge pull request #37007 from nextcloud/backport/36847/stable25
Browse files Browse the repository at this point in the history
[stable25] fix right-click img tags
  • Loading branch information
szaimen authored Mar 2, 2023
2 parents c92fd66 + 64f8d04 commit fe56f5a
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 2 deletions.
13 changes: 13 additions & 0 deletions core/css/apps.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/css/apps.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions core/css/apps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1224,6 +1224,21 @@ $outter-margin: math.div($popoveritem-height - $popovericon-size, 2);
}
}

.popovermenu {
li {
> button,
> a,
> .menuitem {
/* DEPRECATED! old img in popover fallback
* TODO: to remove */
> img {
width: $popoveritem-height;
height: $popoveritem-height;
}
}
}
}

/* CONTENT LIST ------------------------------------------------------------ */
.app-content-list {
position: -webkit-sticky;
Expand Down
13 changes: 13 additions & 0 deletions core/css/server.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fe56f5a

Please sign in to comment.