temporary: disable follow button until supported
This commit is contained in:
parent
455679a525
commit
22d6c5b90a
2 changed files with 6 additions and 6 deletions
|
@ -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) {
|
||||
|
|
|
@ -166,7 +166,7 @@
|
|||
</ul>
|
||||
<div class="profile-actions">
|
||||
{#if $account && profile.fqn !== $account.fqn}
|
||||
<Button filled label="{lang.string('profile.follow')} {profile.nickname}" class="profile-btn-follow">
|
||||
<Button filled disabled label="{lang.string('profile.follow')} {profile.nickname}" class="profile-btn-follow">
|
||||
{lang.string('profile.follow')}
|
||||
</Button>
|
||||
{/if}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue