mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user