discourse/app/assets/stylesheets/common/admin
Krzysztof Kotlarek 74f24d5973
FIX: bold sidebar header when admin sidebar is disabled (#26993)
Recently a bug was introduced when the admin sidebar section was made bold.

When the admin sidebar is disabled, we display the original sidebar in the admin panel. In that case, an incorrect CSS rule is executed.
```CSS
.admin-area .sidebar-wrapper {
  background-color: var(--d-sidebar-admin-background);
  .sidebar-section-header-text {
    font-weight: bold;
  }
}
```
Bug in this PR: https://github.com/discourse/discourse/pull/26801

To solve it, a custom CSS class with a panel key was added which will allow granular customisations.
2024-05-13 12:36:03 +10:00
..
admin_base.scss UX: First pass styling experimental objects typed setting editor (#26194) 2024-03-18 10:03:30 +08:00
admin_emojis.scss EXPERIMENTAL: restructure admin sidebar menu (#26047) 2024-03-13 10:18:08 +11:00
admin_intro.scss DEV: Use more css vars (#18561) 2022-10-12 16:05:42 +02:00
admin_report_chart.scss A11Y: disable non-essential CSS animations for reduced-motion users (#23571) 2023-09-14 17:31:43 -04:00
admin_report_counters.scss DEV: Use css var font sizes (#18518) 2022-10-12 15:31:59 +02:00
admin_report_inline_table.scss
admin_report_radar.scss DEV: Add support for radar charts when displaying reports. (#24274) 2023-11-08 10:48:12 -03:00
admin_report_stacked_chart.scss
admin_report_table.scss
admin_report.scss FEATURE: separate admin page for whats new and reports (#26216) 2024-03-20 14:23:18 +11:00
admin_reports.scss DEV: Remove unused scss (#16134) 2022-03-08 17:39:40 +01:00
admin_revamp.scss FIX: bold sidebar header when admin sidebar is disabled (#26993) 2024-05-13 12:36:03 +10:00
api.scss FEATURE: granular webhooks (#23070) 2023-10-09 03:35:31 +00:00
backups.scss UX: clean up some label and form inconsistencies, reduce excess bolding (#25701) 2024-02-15 11:27:51 -05:00
badges.scss DEV: Use css var font sizes (#18518) 2022-10-12 15:31:59 +02:00
customize_themes_show_schema.scss UX: adjust objects editor styles for full page layout (#26265) 2024-03-20 15:55:52 -04:00
customize-install-theme.scss UX: Improve the "install theme/component" modal on mobile (#20777) 2023-03-27 14:11:31 -04:00
customize.scss FEATURE: add language picker for theme translations in admin UI (#26150) 2024-03-18 12:00:28 -04:00
dashboard.scss UX: rename the word "Upgrade" to "Update" in the UI. (#26396) 2024-04-02 20:04:37 +05:30
emails.scss UX: improve use of space for readability of admin email modal (#19797) 2023-01-09 14:24:58 +01:00
json_schema_editor.scss FEATURE: Support collapsing array sections in JSON Schema field types (#20118) 2023-02-07 08:22:01 -05:00
mini_profiler.scss A11Y: Adjust contrast and font size for mini profiler widget (#22246) 2023-06-22 18:01:21 -04:00
penalty.scss UX: Set penalty history to sticky (#19933) 2023-01-23 07:14:23 -06:00
plugins.scss UX: Add CSS for admin plugin empty list CTA (#26949) 2024-05-09 12:46:41 +10:00
schema_field.scss UX: minor style adjustments for schema objects editor (#26444) 2024-04-01 12:43:19 -04:00
schema_theme_setting_editor.scss UX: Improve validation error message when saving theme objects setting (#26455) 2024-04-02 11:55:51 +08:00
settings.scss UX: Change the color of the overriden dot to be slightly visible in dark mode (#25782) 2024-02-21 12:49:20 +08:00
staff_logs.scss FEATURE: Allow watched words to be created as a group (#26632) 2024-04-29 15:50:55 +05:30
users.scss REFACTOR: user directories without <table>, second attempt (#20515) 2023-03-02 15:10:19 -05:00