From b3b6e1c6585792289fc41593ae13b0a6cc7734ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20S=C3=A9chet?= Date: Mon, 10 Jun 2024 11:44:21 +0200 Subject: [PATCH] fix: add BEM class on links icons --- src/lib/nav.html | 12 ++++++------ src/lib/nav.scss | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/lib/nav.html b/src/lib/nav.html index abc62a0..79744aa 100644 --- a/src/lib/nav.html +++ b/src/lib/nav.html @@ -19,22 +19,22 @@ diff --git a/src/lib/nav.scss b/src/lib/nav.scss index 6f9a472..c47c5b5 100644 --- a/src/lib/nav.scss +++ b/src/lib/nav.scss @@ -189,15 +189,15 @@ align-self: center; padding: var(--space-small); - - img { - width: 2em; - filter: invert(100%); - } } &--link { display: flex; } + + &--link-icon { + width: 2em; + filter: invert(100%); + } }