anchor: make sure button is unthemed #982

This commit is contained in:
Sören Weber 2025-01-02 19:41:18 +01:00
parent 7c335cc28e
commit 4d514de8d1
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D
2 changed files with 3 additions and 1 deletions

View file

@ -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;

View file

@ -1 +1 @@
7.2.1+7013a2f4f60e60e6ca132397efe6482cb73ab6dd
7.2.1+7c335cc28ef92eb7c49b94db05addaba397a5df3