From 90702efb1bad51cdb486ca57a620952ddd5ac62e Mon Sep 17 00:00:00 2001
From: shamalainen <sebastian@hamse.fi>
Date: Tue, 16 Mar 2021 11:05:12 +0200
Subject: [PATCH] Update menu link button styles

---
 src/components/navigation/menu-item/menu-item.scss | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/src/components/navigation/menu-item/menu-item.scss b/src/components/navigation/menu-item/menu-item.scss
index 0788c05e..0bb263a2 100644
--- a/src/components/navigation/menu-item/menu-item.scss
+++ b/src/components/navigation/menu-item/menu-item.scss
@@ -28,10 +28,6 @@
   }
 }
 
-:host(.hy-menu-item--mobile[depth='1']:not(.hy-menu-item--alternative)) a {
-  @include font-weight($bold);
-}
-
 // Sidenav.
 :host(.hy-menu-item--sidenav) {
   display: flex;
@@ -228,14 +224,15 @@
   align-items: center;
   background: linear-gradient(270deg, var(--grayscale-background-box) 0%, var(--grayscale-light) 100%);
   border-bottom: 0;
-  border-left: 1px dotted var(--brand-main-light);
+  border-left: 1px solid var(--brand-main-light);
   border-right: 0;
   border-top: 0;
   cursor: pointer;
-  display: var(--menu-item-display);
+  display: flex;
   justify-content: center;
+  margin-left: 6px;
   padding: 0;
-  width: 50px;
+  width: 48px;
 
   svg {
     fill: var(--brand-main-light);
-- 
GitLab