From 06afcf73ec10287771b050f2d079415dd0496850 Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Thu, 16 Jul 2020 17:09:03 +0300 Subject: [PATCH] Corrected class name --- public/themes/arya-blue/theme.css | 2 +- public/themes/arya-green/theme.css | 2 +- public/themes/arya-orange/theme.css | 2 +- public/themes/arya-purple/theme.css | 2 +- public/themes/bootstrap4-dark-blue/theme.css | 2 +- public/themes/bootstrap4-dark-purple/theme.css | 2 +- public/themes/bootstrap4-light-blue/theme.css | 2 +- public/themes/bootstrap4-light-purple/theme.css | 2 +- public/themes/luna-amber/theme.css | 2 +- public/themes/luna-blue/theme.css | 2 +- public/themes/luna-green/theme.css | 2 +- public/themes/luna-pink/theme.css | 2 +- public/themes/md-dark-deeppurple/theme.css | 2 +- public/themes/md-dark-indigo/theme.css | 2 +- public/themes/md-light-deeppurple/theme.css | 2 +- public/themes/md-light-indigo/theme.css | 2 +- public/themes/mdc-dark-deeppurple/theme.css | 2 +- public/themes/mdc-dark-indigo/theme.css | 2 +- public/themes/mdc-light-deeppurple/theme.css | 2 +- public/themes/mdc-light-indigo/theme.css | 2 +- public/themes/nova-accent/theme.css | 2 +- public/themes/nova-alt/theme.css | 2 +- public/themes/nova-vue/theme.css | 2 +- public/themes/nova/theme.css | 2 +- public/themes/rhea/theme.css | 2 +- public/themes/saga-blue/theme.css | 2 +- public/themes/saga-green/theme.css | 2 +- public/themes/saga-orange/theme.css | 2 +- public/themes/saga-purple/theme.css | 2 +- public/themes/vela-blue/theme.css | 2 +- public/themes/vela-green/theme.css | 2 +- public/themes/vela-orange/theme.css | 2 +- public/themes/vela-purple/theme.css | 2 +- src/components/contextmenu/ContextMenu.vue | 7 ------- src/components/menu/Menu.vue | 4 ++-- src/components/tieredmenu/TieredMenu.vue | 4 ++-- 36 files changed, 37 insertions(+), 44 deletions(-) diff --git a/public/themes/arya-blue/theme.css b/public/themes/arya-blue/theme.css index d2101467b..2134e1855 100644 --- a/public/themes/arya-blue/theme.css +++ b/public/themes/arya-blue/theme.css @@ -3763,7 +3763,7 @@ outline-offset: 0; box-shadow: inset 0 0 0 1px #93cbf9; } -.p-tieredmenu.p-menu-overlay { +.p-tieredmenu.p-tieredmenu-overlay { background: #1e1e1e; border: 1px solid #383838; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); diff --git a/public/themes/arya-green/theme.css b/public/themes/arya-green/theme.css index 4d047b85f..3e492d78a 100644 --- a/public/themes/arya-green/theme.css +++ b/public/themes/arya-green/theme.css @@ -3763,7 +3763,7 @@ outline-offset: 0; box-shadow: inset 0 0 0 1px #a7d8a9; } -.p-tieredmenu.p-menu-overlay { +.p-tieredmenu.p-tieredmenu-overlay { background: #1e1e1e; border: 1px solid #383838; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); diff --git a/public/themes/arya-orange/theme.css b/public/themes/arya-orange/theme.css index a0c9cfde1..315ded940 100644 --- a/public/themes/arya-orange/theme.css +++ b/public/themes/arya-orange/theme.css @@ -3763,7 +3763,7 @@ outline-offset: 0; box-shadow: inset 0 0 0 1px #ffe284; } -.p-tieredmenu.p-menu-overlay { +.p-tieredmenu.p-tieredmenu-overlay { background: #1e1e1e; border: 1px solid #383838; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); diff --git a/public/themes/arya-purple/theme.css b/public/themes/arya-purple/theme.css index 7cbd5cb94..55ccfc136 100644 --- a/public/themes/arya-purple/theme.css +++ b/public/themes/arya-purple/theme.css @@ -3763,7 +3763,7 @@ outline-offset: 0; box-shadow: inset 0 0 0 1px #cf95d9; } -.p-tieredmenu.p-menu-overlay { +.p-tieredmenu.p-tieredmenu-overlay { background: #1e1e1e; border: 1px solid #383838; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); diff --git a/public/themes/bootstrap4-dark-blue/theme.css b/public/themes/bootstrap4-dark-blue/theme.css index af2ab0ec5..1975fce0d 100644 --- a/public/themes/bootstrap4-dark-blue/theme.css +++ b/public/themes/bootstrap4-dark-blue/theme.css @@ -3763,7 +3763,7 @@ outline-offset: 0; box-shadow: inset 0 0 0 0.15rem #e3f3fe; } -.p-tieredmenu.p-menu-overlay { +.p-tieredmenu.p-tieredmenu-overlay { background: #2a323d; border: 1px solid #3f4b5b; box-shadow: none; diff --git a/public/themes/bootstrap4-dark-purple/theme.css b/public/themes/bootstrap4-dark-purple/theme.css index 8c97247ac..eba8b4be5 100644 --- a/public/themes/bootstrap4-dark-purple/theme.css +++ b/public/themes/bootstrap4-dark-purple/theme.css @@ -3763,7 +3763,7 @@ outline-offset: 0; box-shadow: inset 0 0 0 0.15rem #f0e6f5; } -.p-tieredmenu.p-menu-overlay { +.p-tieredmenu.p-tieredmenu-overlay { background: #2a323d; border: 1px solid #3f4b5b; box-shadow: none; diff --git a/public/themes/bootstrap4-light-blue/theme.css b/public/themes/bootstrap4-light-blue/theme.css index 4b2ebc49d..ace7338fa 100644 --- a/public/themes/bootstrap4-light-blue/theme.css +++ b/public/themes/bootstrap4-light-blue/theme.css @@ -3763,7 +3763,7 @@ outline-offset: 0; box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5); } -.p-tieredmenu.p-menu-overlay { +.p-tieredmenu.p-tieredmenu-overlay { background: #ffffff; border: 1px solid rgba(0, 0, 0, 0.15); box-shadow: none; diff --git a/public/themes/bootstrap4-light-purple/theme.css b/public/themes/bootstrap4-light-purple/theme.css index 306a79b3e..41f85d4d0 100644 --- a/public/themes/bootstrap4-light-purple/theme.css +++ b/public/themes/bootstrap4-light-purple/theme.css @@ -3763,7 +3763,7 @@ outline-offset: 0; box-shadow: inset 0 0 0 0.15rem rgba(136, 60, 174, 0.5); } -.p-tieredmenu.p-menu-overlay { +.p-tieredmenu.p-tieredmenu-overlay { background: #ffffff; border: 1px solid rgba(0, 0, 0, 0.15); box-shadow: none; diff --git a/public/themes/luna-amber/theme.css b/public/themes/luna-amber/theme.css index bfca83417..aca19cb48 100644 --- a/public/themes/luna-amber/theme.css +++ b/public/themes/luna-amber/theme.css @@ -3729,7 +3729,7 @@ outline-offset: 0; box-shadow: inset 0 0 0 0.2rem white; } -.p-tieredmenu.p-menu-overlay { +.p-tieredmenu.p-tieredmenu-overlay { background: #252525; border: 1px solid #191919; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); diff --git a/public/themes/luna-blue/theme.css b/public/themes/luna-blue/theme.css index b8d36d423..836fc015e 100644 --- a/public/themes/luna-blue/theme.css +++ b/public/themes/luna-blue/theme.css @@ -3729,7 +3729,7 @@ outline-offset: 0; box-shadow: inset 0 0 0 0.2rem white; } -.p-tieredmenu.p-menu-overlay { +.p-tieredmenu.p-tieredmenu-overlay { background: #252525; border: 1px solid #191919; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); diff --git a/public/themes/luna-green/theme.css b/public/themes/luna-green/theme.css index 709027bc1..6c6a38a44 100644 --- a/public/themes/luna-green/theme.css +++ b/public/themes/luna-green/theme.css @@ -3729,7 +3729,7 @@ outline-offset: 0; box-shadow: inset 0 0 0 0.2rem white; } -.p-tieredmenu.p-menu-overlay { +.p-tieredmenu.p-tieredmenu-overlay { background: #252525; border: 1px solid #191919; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); diff --git a/public/themes/luna-pink/theme.css b/public/themes/luna-pink/theme.css index 18bb52e43..514e32064 100644 --- a/public/themes/luna-pink/theme.css +++ b/public/themes/luna-pink/theme.css @@ -3729,7 +3729,7 @@ outline-offset: 0; box-shadow: inset 0 0 0 0.2rem white; } -.p-tieredmenu.p-menu-overlay { +.p-tieredmenu.p-tieredmenu-overlay { background: #252525; border: 1px solid #191919; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); diff --git a/public/themes/md-dark-deeppurple/theme.css b/public/themes/md-dark-deeppurple/theme.css index cf89ac46c..0080abc7d 100644 --- a/public/themes/md-dark-deeppurple/theme.css +++ b/public/themes/md-dark-deeppurple/theme.css @@ -3775,7 +3775,7 @@ outline-offset: 0; box-shadow: none; } -.p-tieredmenu.p-menu-overlay { +.p-tieredmenu.p-tieredmenu-overlay { background: #2b2b2b; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); diff --git a/public/themes/md-dark-indigo/theme.css b/public/themes/md-dark-indigo/theme.css index c8065182b..be11208d3 100644 --- a/public/themes/md-dark-indigo/theme.css +++ b/public/themes/md-dark-indigo/theme.css @@ -3775,7 +3775,7 @@ outline-offset: 0; box-shadow: none; } -.p-tieredmenu.p-menu-overlay { +.p-tieredmenu.p-tieredmenu-overlay { background: #2b2b2b; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); diff --git a/public/themes/md-light-deeppurple/theme.css b/public/themes/md-light-deeppurple/theme.css index 974655010..880281fa0 100644 --- a/public/themes/md-light-deeppurple/theme.css +++ b/public/themes/md-light-deeppurple/theme.css @@ -3775,7 +3775,7 @@ outline-offset: 0; box-shadow: none; } -.p-tieredmenu.p-menu-overlay { +.p-tieredmenu.p-tieredmenu-overlay { background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); diff --git a/public/themes/md-light-indigo/theme.css b/public/themes/md-light-indigo/theme.css index 9bf23b870..dfbb9b006 100644 --- a/public/themes/md-light-indigo/theme.css +++ b/public/themes/md-light-indigo/theme.css @@ -3775,7 +3775,7 @@ outline-offset: 0; box-shadow: none; } -.p-tieredmenu.p-menu-overlay { +.p-tieredmenu.p-tieredmenu-overlay { background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); diff --git a/public/themes/mdc-dark-deeppurple/theme.css b/public/themes/mdc-dark-deeppurple/theme.css index 5be540e8a..1a4538f2b 100644 --- a/public/themes/mdc-dark-deeppurple/theme.css +++ b/public/themes/mdc-dark-deeppurple/theme.css @@ -3775,7 +3775,7 @@ outline-offset: 0; box-shadow: none; } -.p-tieredmenu.p-menu-overlay { +.p-tieredmenu.p-tieredmenu-overlay { background: #2b2b2b; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); diff --git a/public/themes/mdc-dark-indigo/theme.css b/public/themes/mdc-dark-indigo/theme.css index 278581986..fead159e0 100644 --- a/public/themes/mdc-dark-indigo/theme.css +++ b/public/themes/mdc-dark-indigo/theme.css @@ -3775,7 +3775,7 @@ outline-offset: 0; box-shadow: none; } -.p-tieredmenu.p-menu-overlay { +.p-tieredmenu.p-tieredmenu-overlay { background: #2b2b2b; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); diff --git a/public/themes/mdc-light-deeppurple/theme.css b/public/themes/mdc-light-deeppurple/theme.css index af65254ae..1fd8ecab5 100644 --- a/public/themes/mdc-light-deeppurple/theme.css +++ b/public/themes/mdc-light-deeppurple/theme.css @@ -3775,7 +3775,7 @@ outline-offset: 0; box-shadow: none; } -.p-tieredmenu.p-menu-overlay { +.p-tieredmenu.p-tieredmenu-overlay { background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); diff --git a/public/themes/mdc-light-indigo/theme.css b/public/themes/mdc-light-indigo/theme.css index 4ca3b3c61..06edabb99 100644 --- a/public/themes/mdc-light-indigo/theme.css +++ b/public/themes/mdc-light-indigo/theme.css @@ -3775,7 +3775,7 @@ outline-offset: 0; box-shadow: none; } -.p-tieredmenu.p-menu-overlay { +.p-tieredmenu.p-tieredmenu-overlay { background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); diff --git a/public/themes/nova-accent/theme.css b/public/themes/nova-accent/theme.css index 2888d6617..130fc5235 100644 --- a/public/themes/nova-accent/theme.css +++ b/public/themes/nova-accent/theme.css @@ -3717,7 +3717,7 @@ outline-offset: 0; box-shadow: inset 0 0 0 0.2rem #8dcdff; } -.p-tieredmenu.p-menu-overlay { +.p-tieredmenu.p-tieredmenu-overlay { background: #ffffff; border: 1px solid #c8c8c8; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); diff --git a/public/themes/nova-alt/theme.css b/public/themes/nova-alt/theme.css index 25fb9ae24..6b6d6145c 100644 --- a/public/themes/nova-alt/theme.css +++ b/public/themes/nova-alt/theme.css @@ -3729,7 +3729,7 @@ outline-offset: 0; box-shadow: inset 0 0 0 0.2rem #8dcdff; } -.p-tieredmenu.p-menu-overlay { +.p-tieredmenu.p-tieredmenu-overlay { background: #ffffff; border: 1px solid #c8c8c8; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); diff --git a/public/themes/nova-vue/theme.css b/public/themes/nova-vue/theme.css index c81eb75aa..a9bf5edc0 100644 --- a/public/themes/nova-vue/theme.css +++ b/public/themes/nova-vue/theme.css @@ -3729,7 +3729,7 @@ outline-offset: 0; box-shadow: inset 0 0 0 0.2rem #c2e9d8; } -.p-tieredmenu.p-menu-overlay { +.p-tieredmenu.p-tieredmenu-overlay { background: #ffffff; border: 1px solid #c8c8c8; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); diff --git a/public/themes/nova/theme.css b/public/themes/nova/theme.css index 9cafa8253..e39c0f97a 100644 --- a/public/themes/nova/theme.css +++ b/public/themes/nova/theme.css @@ -3729,7 +3729,7 @@ outline-offset: 0; box-shadow: inset 0 0 0 0.2rem #8dcdff; } -.p-tieredmenu.p-menu-overlay { +.p-tieredmenu.p-tieredmenu-overlay { background: #ffffff; border: 1px solid #c8c8c8; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); diff --git a/public/themes/rhea/theme.css b/public/themes/rhea/theme.css index 19d615649..e85624490 100644 --- a/public/themes/rhea/theme.css +++ b/public/themes/rhea/theme.css @@ -3717,7 +3717,7 @@ outline-offset: 0; box-shadow: inset 0 0 0 0.2rem #e4e9ec; } -.p-tieredmenu.p-menu-overlay { +.p-tieredmenu.p-tieredmenu-overlay { background: #ffffff; border: 1px solid #eaeaea; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); diff --git a/public/themes/saga-blue/theme.css b/public/themes/saga-blue/theme.css index 5f3bba39f..138cf3fdf 100644 --- a/public/themes/saga-blue/theme.css +++ b/public/themes/saga-blue/theme.css @@ -3763,7 +3763,7 @@ outline-offset: 0; box-shadow: inset 0 0 0 0.15rem #a6d5fa; } -.p-tieredmenu.p-menu-overlay { +.p-tieredmenu.p-tieredmenu-overlay { background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); diff --git a/public/themes/saga-green/theme.css b/public/themes/saga-green/theme.css index 2db5025af..b012501c5 100644 --- a/public/themes/saga-green/theme.css +++ b/public/themes/saga-green/theme.css @@ -3763,7 +3763,7 @@ outline-offset: 0; box-shadow: inset 0 0 0 0.15rem #b7e0b8; } -.p-tieredmenu.p-menu-overlay { +.p-tieredmenu.p-tieredmenu-overlay { background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); diff --git a/public/themes/saga-orange/theme.css b/public/themes/saga-orange/theme.css index bacbddc0b..05d5ad014 100644 --- a/public/themes/saga-orange/theme.css +++ b/public/themes/saga-orange/theme.css @@ -3763,7 +3763,7 @@ outline-offset: 0; box-shadow: inset 0 0 0 0.15rem #ffe69c; } -.p-tieredmenu.p-menu-overlay { +.p-tieredmenu.p-tieredmenu-overlay { background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); diff --git a/public/themes/saga-purple/theme.css b/public/themes/saga-purple/theme.css index e6bce9c04..7ffa0af95 100644 --- a/public/themes/saga-purple/theme.css +++ b/public/themes/saga-purple/theme.css @@ -3763,7 +3763,7 @@ outline-offset: 0; box-shadow: inset 0 0 0 0.15rem #df9eea; } -.p-tieredmenu.p-menu-overlay { +.p-tieredmenu.p-tieredmenu-overlay { background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); diff --git a/public/themes/vela-blue/theme.css b/public/themes/vela-blue/theme.css index 115bc9cc0..d5ae1478c 100644 --- a/public/themes/vela-blue/theme.css +++ b/public/themes/vela-blue/theme.css @@ -3763,7 +3763,7 @@ outline-offset: 0; box-shadow: inset 0 0 0 1px #93cbf9; } -.p-tieredmenu.p-menu-overlay { +.p-tieredmenu.p-tieredmenu-overlay { background: #1f2d40; border: 1px solid #304562; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); diff --git a/public/themes/vela-green/theme.css b/public/themes/vela-green/theme.css index 73685aed6..9e3d02df7 100644 --- a/public/themes/vela-green/theme.css +++ b/public/themes/vela-green/theme.css @@ -3763,7 +3763,7 @@ outline-offset: 0; box-shadow: inset 0 0 0 1px #a7d8a9; } -.p-tieredmenu.p-menu-overlay { +.p-tieredmenu.p-tieredmenu-overlay { background: #1f2d40; border: 1px solid #304562; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); diff --git a/public/themes/vela-orange/theme.css b/public/themes/vela-orange/theme.css index 30821495a..38a364a5e 100644 --- a/public/themes/vela-orange/theme.css +++ b/public/themes/vela-orange/theme.css @@ -3763,7 +3763,7 @@ outline-offset: 0; box-shadow: inset 0 0 0 1px #ffe284; } -.p-tieredmenu.p-menu-overlay { +.p-tieredmenu.p-tieredmenu-overlay { background: #1f2d40; border: 1px solid #304562; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); diff --git a/public/themes/vela-purple/theme.css b/public/themes/vela-purple/theme.css index 1328743e9..5af5b26f6 100644 --- a/public/themes/vela-purple/theme.css +++ b/public/themes/vela-purple/theme.css @@ -3763,7 +3763,7 @@ outline-offset: 0; box-shadow: inset 0 0 0 1px #cf95d9; } -.p-tieredmenu.p-menu-overlay { +.p-tieredmenu.p-tieredmenu-overlay { background: #1f2d40; border: 1px solid #304562; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); diff --git a/src/components/contextmenu/ContextMenu.vue b/src/components/contextmenu/ContextMenu.vue index 0041d3c6b..14269b6aa 100755 --- a/src/components/contextmenu/ContextMenu.vue +++ b/src/components/contextmenu/ContextMenu.vue @@ -196,13 +196,6 @@ export default { } } }, - computed: { - containerClass() { - return ['p-tieredmenu p-component', { - 'p-tieredmenu-dynamic p-menu-overlay': this.popup - }]; - } - }, components: { 'ContextMenuSub': ContextMenuSub } diff --git a/src/components/menu/Menu.vue b/src/components/menu/Menu.vue index 2cdf5f6c1..dc1084b01 100755 --- a/src/components/menu/Menu.vue +++ b/src/components/menu/Menu.vue @@ -174,7 +174,7 @@ export default { computed: { containerClass() { return ['p-menu p-component', { - 'p-menu-dynamic p-menu-overlay': this.popup + 'p-menu-overlay': this.popup }] } }, @@ -185,7 +185,7 @@ export default {