fix: keep gold btn-primary plate on topic Reply button

The topic-sidebar-tools flattening override was hitting the Reply
button (btn-primary) too, turning it grey. Exclude btn-primary so
Reply keeps the theme's gold plate.

Fixes #34
This commit is contained in:
2026-07-19 10:14:02 +02:00
parent 80e811e3b0
commit b2116f7037
+2 -1
View File
@@ -314,7 +314,8 @@ li[component="post"] [component="post/downvote"] {
}
}
.topic-sidebar-tools .btn,
// keep the gold .btn-primary plate on Reply; only flatten the tool buttons
.topic-sidebar-tools .btn:not(.btn-primary),
[component="topic/navigator"] {
background: rgba(255, 255, 255, 0.018) !important;
border-color: rgba(194, 163, 90, 0.1) !important;