From cc8be4054c43037c6f4c140b343104ea6f1234e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Volds=C3=A6ter?= <ole.voldsater@uib.no> Date: Mon, 22 Feb 2021 14:54:45 +0100 Subject: [PATCH] =?UTF-8?q?re=20meta#270=20ny=20pil=20p=C3=A5=20b=C3=B8yni?= =?UTF-8?q?ngsknapp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Header.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/components/Header.vue b/src/components/Header.vue index 51a941de..467e7857 100644 --- a/src/components/Header.vue +++ b/src/components/Header.vue @@ -130,10 +130,6 @@ details { margin-top: 10px; } -details[open] summary:after { - content: "▼"; -} - details > summary { position: relative; max-width: 80px; @@ -146,7 +142,7 @@ details > summary { } details > summary:after { - content: "▶"; + content: "⌄"; font-weight: bold; position: absolute; right: 0; -- GitLab