Skip to content

Commit

Permalink
fix right-click img tags
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <szaimen@e.mail.de>
  • Loading branch information
szaimen committed Feb 24, 2023
1 parent 4908d87 commit a951605
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions core/css/apps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1214,6 +1214,23 @@ $outter-margin: math.div($popoveritem-height - $popovericon-size, 2);
}
}

.popovermenu {
&:not(.fileActionsMenu) {
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

0 comments on commit a951605

Please sign in to comment.