mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 15:49:55 +08:00
74f24d5973
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. |
||
---|---|---|
.. | ||
images | ||
javascripts | ||
stylesheets |