Bachir Soussi Chiadmi 7 년 전
부모
커밋
bb01a49df6
2개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 1
      sites/all/themes/custom/edlptheme/assets/dist/styles/app.min.css
  2. 2 1
      sites/all/themes/custom/edlptheme/assets/styles/app.scss

+ 2 - 1
sites/all/themes/custom/edlptheme/assets/dist/styles/app.min.css

@@ -1836,7 +1836,8 @@ footer {
   footer .block-block-edlp-entrees {
     pointer-events: none;
     display: inline-block; }
-    body.path-productions footer .block-block-edlp-entrees {
+    body.path-productions footer .block-block-edlp-entrees,
+    body.path-agenda footer .block-block-edlp-entrees {
       display: none; }
     footer .block-block-edlp-entrees ul {
       margin: 0;

+ 2 - 1
sites/all/themes/custom/edlptheme/assets/styles/app.scss

@@ -829,7 +829,8 @@ footer{
 
   .block-block-edlp-entrees{
     pointer-events: none;
-    body.path-productions & {display:none}
+    body.path-productions &,
+    body.path-agenda & {display:none}
 
     display: inline-block;
     // vertical-align: top;