fix(post): prioritize 'failed' state over 'pending'

This commit is contained in:
plebeius.eth
2024-05-07 16:08:02 +02:00
parent 1a57d3ae53
commit fc459d9533
2 changed files with 10 additions and 11 deletions
-1
View File
@@ -77,7 +77,6 @@
}
.postDesktop .postNumLink a:hover, .postDesktop .postNumLink span:hover, .replyDesktop .postNumLink a:hover, .replyDesktop .postNumLink span:hover {
cursor: pointer;
color: var(--button-desktop-text-color-hover);
}