Skip to content

Commit a951605

Browse files
committed
fix right-click img tags
Signed-off-by: Simon L <[email protected]>
1 parent 4908d87 commit a951605

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

core/css/apps.scss

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1214,6 +1214,23 @@ $outter-margin: math.div($popoveritem-height - $popovericon-size, 2);
12141214
}
12151215
}
12161216

1217+
.popovermenu {
1218+
&:not(.fileActionsMenu) {
1219+
li {
1220+
> button,
1221+
> a,
1222+
> .menuitem {
1223+
/* DEPRECATED! old img in popover fallback
1224+
* TODO: to remove */
1225+
> img {
1226+
width: $popoveritem-height;
1227+
height: $popoveritem-height;
1228+
}
1229+
}
1230+
}
1231+
}
1232+
}
1233+
12171234
/* CONTENT LIST ------------------------------------------------------------ */
12181235
.app-content-list {
12191236
position: -webkit-sticky;

0 commit comments

Comments
 (0)