temporary: disable follow button until supported

This commit is contained in:
ari melody 2025-07-14 04:12:20 +01:00
parent 455679a525
commit 22d6c5b90a
Signed by: ari
GPG key ID: CF99829C92678188
2 changed files with 6 additions and 6 deletions

View file

@ -139,14 +139,14 @@
border-color: transparent;
}
a.filled:hover,
button.filled:hover {
a.filled:not(.disabled):hover,
button.filled:not(.disabled):hover {
color: color-mix(in srgb, var(--bg-800), white 10%);
background-color: color-mix(in srgb, var(--accent), white 20%);
}
a.filled:active,
button.filled:active {
a.filled:not(.disabled):active,
button.filled:not(.disabled):active {
color: color-mix(in srgb, var(--bg-800), black 10%);
background-color: color-mix(in srgb, var(--accent), black 20%);
}
@ -157,7 +157,7 @@
opacity: .5;
background: transparent;
border-color: transparent;
cursor: initial;
cursor: not-allowed;
}
.icon:not(:empty) {