diff --git a/core/css/apps.scss b/core/css/apps.scss index 1e33161580ad7..ed4da0892e1cc 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -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;