aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/assets/css/core/_svg.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/assets/css/core/_svg.scss')
-rw-r--r--app/src/main/assets/css/core/_svg.scss16
1 files changed, 12 insertions, 4 deletions
diff --git a/app/src/main/assets/css/core/_svg.scss b/app/src/main/assets/css/core/_svg.scss
index 862865e2..8534954f 100644
--- a/app/src/main/assets/css/core/_svg.scss
+++ b/app/src/main/assets/css/core/_svg.scss
@@ -43,10 +43,18 @@ $share: '<svg xmlns="http://www.w3.org/2000/svg" fill="#{$text}" viewBox="0 0 24
$more_horiz: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0z"/><path fill="#{$text}" d="M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"/></svg>';
-.sp_MP2OtCXORz9_2x[data-sigil="story-popup-context-init"],
-.sp_MP2OtCXORz9_2x[data-sigil="story-popup-context"],
-.sp_NIWBacTn8LF_2x[data-sigil="story-popup-context-init"],
-.sp_NIWBacTn8LF_2x[data-sigil="story-popup-context"]{
+$menus: ".sp_89zNula0Qh5_2x",
+".sp_MP2OtCXORz9_2x",
+".sp_NIWBacTn8LF_2x";
+
+$menu_collector: ();
+
+@each $menu in $menus {
+ $menu_collector: append($menu_collector, unquote('#{$menu}[data-sigil="story-popup-context-init"]'), 'comma');
+ $menu_collector: append($menu_collector, unquote('#{$menu}[data-sigil="story-popup-context"]'), 'comma');
+}
+
+#{$menu_collector} {
@include background-svg($more_horiz);
background-position: center !important;
} \ No newline at end of file