From 3c0de95e41b3333af06bac43a1824be10246ac1c Mon Sep 17 00:00:00 2001 From: Jeder Date: Mon, 4 Sep 2023 12:07:57 +0200 Subject: [PATCH] Remove underline from "More" menu --- packages/client/src/components/MkLaunchPad.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/client/src/components/MkLaunchPad.vue b/packages/client/src/components/MkLaunchPad.vue index af1cb4e37..e26105622 100644 --- a/packages/client/src/components/MkLaunchPad.vue +++ b/packages/client/src/components/MkLaunchPad.vue @@ -139,6 +139,10 @@ function close() { display: grid; grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); + > a { + text-decoration: none; + } + > * { position: relative; display: flex; @@ -153,7 +157,6 @@ function close() { &:focus-visible { color: var(--accent); background: var(--accentedBg); - text-decoration: none; } > .icon {