From 4f6b36147b7e7c24ad83dd6adfd1ab240eb3b9fa Mon Sep 17 00:00:00 2001 From: Martin Brennan Date: Thu, 10 Oct 2024 17:18:32 +1000 Subject: [PATCH] UX: Remove AdminPageSubheader style override (#828) In this core commit https://github.com/discourse/discourse/pull/29149 we are changing the subheader title to H2 and making the size smaller, this style override is no longer needed. --- assets/stylesheets/modules/llms/common/ai-llms-editor.scss | 7 ------- 1 file changed, 7 deletions(-) diff --git a/assets/stylesheets/modules/llms/common/ai-llms-editor.scss b/assets/stylesheets/modules/llms/common/ai-llms-editor.scss index 22faf6b6..734c1b94 100644 --- a/assets/stylesheets/modules/llms/common/ai-llms-editor.scss +++ b/assets/stylesheets/modules/llms/common/ai-llms-editor.scss @@ -58,13 +58,6 @@ } [class*="ai-llms-list-editor"] { - .admin-page-subheader { - h3 { - font-size: var(--font-up-2); - margin: 0; - font-weight: bold; - } - } h3 { font-weight: normal; margin: 0;