Commit 273ecd1c authored by David O'Regan's avatar David O'Regan

Merge branch 'psimyn-master-patch-72163' into 'master'

Dark scrollbars in dark mode

See merge request gitlab-org/gitlab!80870
parents 2e3f4401 be177229
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
= render 'layouts/startup_css', { startup_filename: local_assigns.fetch(:startup_filename, nil) } = render 'layouts/startup_css', { startup_filename: local_assigns.fetch(:startup_filename, nil) }
- if user_application_theme == 'gl-dark' - if user_application_theme == 'gl-dark'
%meta{ name: 'color-scheme', content: 'dark light' }
= stylesheet_link_tag_defer "application_dark" = stylesheet_link_tag_defer "application_dark"
= yield :page_specific_styles = yield :page_specific_styles
= stylesheet_link_tag_defer "application_utilities_dark" = stylesheet_link_tag_defer "application_utilities_dark"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment