From 4d514de8d1594546a3c57cf08e3fa41444f30d46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Thu, 2 Jan 2025 19:41:18 +0100 Subject: [PATCH] anchor: make sure button is unthemed #982 --- assets/css/theme.css | 2 ++ layouts/partials/version.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/css/theme.css b/assets/css/theme.css index fa8bc02e47..2a772a9cae 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -1826,6 +1826,8 @@ html[dir='rtl'] .expand[open] > .box-label > i.expander-icon { /* anchors */ .anchor { + -webkit-appearance: none; + appearance: none; background-color: transparent; color: var(--INTERNAL-MAIN-LINK-color); cursor: pointer; diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 808543ae46..436408cf00 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.2.1+7013a2f4f60e60e6ca132397efe6482cb73ab6dd \ No newline at end of file +7.2.1+7c335cc28ef92eb7c49b94db05addaba397a5df3 \ No newline at end of file