From e51153185fcfeccf2f0f8d2e2fcd99989977fa2d Mon Sep 17 00:00:00 2001 From: chapoi <101828855+chapoi@users.noreply.github.com> Date: Mon, 16 Feb 2026 17:20:49 +0100 Subject: [PATCH] UX: hide topic layout btn on Horizon (#37847) This button is not hooked up in any way to the Horizon topic cards. Hiding for now, until we repurpose for low-context/high-context switching --- themes/horizon/scss/hiddenstuff.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/horizon/scss/hiddenstuff.scss b/themes/horizon/scss/hiddenstuff.scss index 39c6f8f998f..a8317cec9a3 100644 --- a/themes/horizon/scss/hiddenstuff.scss +++ b/themes/horizon/scss/hiddenstuff.scss @@ -3,7 +3,8 @@ .sidebar__panel-switch-button, .notifications-button-footer .reason .text, .pinned-button .reason .text, -.more-topics__browse-more { +.more-topics__browse-more, +.topic-list-layout-trigger { display: none; }