From 703fbcef52e6bfa4784ead6e47ae589ba6ea6505 Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Mon, 18 Dec 2017 18:37:32 +0200 Subject: [PATCH] ProfileMenu label had rounded borders. --- src/components/TopbarDesktop/TopbarDesktop.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/TopbarDesktop/TopbarDesktop.css b/src/components/TopbarDesktop/TopbarDesktop.css index 11ae3248..a52f7db4 100644 --- a/src/components/TopbarDesktop/TopbarDesktop.css +++ b/src/components/TopbarDesktop/TopbarDesktop.css @@ -21,6 +21,7 @@ &:hover { border-bottom: 4px solid var(--marketplaceColor); + border-radius: 0; text-decoration: none; } }