Status quote button (#35822)

This commit is contained in:
Echo 2025-08-20 12:09:57 +02:00 committed by GitHub
parent 54da7ff12b
commit 8268323d7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 574 additions and 89 deletions

View file

@ -2856,10 +2856,43 @@ a.account__display-name {
&:focus,
&:hover,
&:active {
background: var(--dropdown-border-color);
outline: 0;
&:not(:disabled) {
background: var(--dropdown-border-color);
outline: 0;
}
}
}
button:disabled {
color: $dark-text-color;
cursor: default;
}
}
.reblog-button {
&__item {
width: 280px;
button {
display: flex;
align-items: center;
gap: 8px;
white-space: inherit;
}
div {
display: flex;
flex-direction: column;
}
&.active:not(.disabled) {
color: $highlight-text-color;
}
}
&__meta {
font-weight: 400;
}
}
.inline-account {