Skip to content

Commit a415357

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

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

core/css/apps.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/css/apps.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/css/apps.scss

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

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

0 commit comments

Comments
 (0)