fix: use body color for brackets around inline action buttons

Wrap copy-error and failed-publish bracket characters in spans so they use body text color instead of inheriting the action button color.
This commit is contained in:
Tommaso Casaburi
2026-06-06 23:15:29 +07:00
parent 404a464310
commit bc67e961fc
4 changed files with 14 additions and 7 deletions
+4 -1
View File
@@ -672,10 +672,13 @@
}
.failedDeletePostAction {
color: var(--button-desktop-text-color);
font-weight: 400;
}
.failedDeletePostBracket {
color: var(--body-font-color);
}
.failedDeletePostButton {
all: unset;
font: inherit;