ouidade 3 lat temu
rodzic
commit
ef6405e72a

+ 1 - 0
web/themes/custom/eql/css-compiled/styles.css

@@ -1983,6 +1983,7 @@ a {
       align-self: baseline;
       width: 70%; }
     #header-top .region-header-top-left ul {
+      background-color: white;
       font-size: 1rem;
       list-style: none;
       display: flex;

+ 1 - 7
web/themes/custom/eql/scss/pages/_basededonnees.scss

@@ -143,13 +143,7 @@
                                     background-color: $white;
                                     margin-bottom: 1rem;
                                     &:hover{
-                                        background-color: $blue-light;
-                                        .field--name-field-mots-clefs{
-                                            // &::after{
-                                            //     content: url("../images/pictos/noun_Arrow_3771902.svg");
-                                                
-                                            // }
-                                        }    
+                                        background-color: $blue-light;    
                                     }
                                 }
         

+ 1 - 0
web/themes/custom/eql/scss/partials/_header.scss

@@ -73,6 +73,7 @@
         }
 
         ul{
+            background-color: $white;
             font-size: 1rem;
             list-style: none;
             display: flex;