diff --git a/web/themes/custom/eql/css-compiled/styles.css b/web/themes/custom/eql/css-compiled/styles.css index e116f4e..ecaa990 100644 --- a/web/themes/custom/eql/css-compiled/styles.css +++ b/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; diff --git a/web/themes/custom/eql/scss/pages/_basededonnees.scss b/web/themes/custom/eql/scss/pages/_basededonnees.scss index 1bb1a75..1c90ff7 100644 --- a/web/themes/custom/eql/scss/pages/_basededonnees.scss +++ b/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; } } diff --git a/web/themes/custom/eql/scss/partials/_header.scss b/web/themes/custom/eql/scss/partials/_header.scss index 5f578d4..bd06054 100644 --- a/web/themes/custom/eql/scss/partials/_header.scss +++ b/web/themes/custom/eql/scss/partials/_header.scss @@ -73,6 +73,7 @@ } ul{ + background-color: $white; font-size: 1rem; list-style: none; display: flex;