Commit 46c1a4a2 authored by dpapad's avatar dpapad Committed by Commit Bot

WebUI: Enable a few more scrollbars to follow system's light/dark theme.

In this CL updating chrome://management and chrome://browser-switch.

Launch Chrome with the following flags to experience dark scrollbars.
--enable-features=WebUIDarkMode,CSSColorSchemeUARendering \
--force-dark-mode

Bug: 1142291
Change-Id: Ib5abc4a5bca883b01a796890f18320db2349e1a8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2536795Reviewed-by: default avatarJohn Lee <johntlee@chromium.org>
Commit-Queue: dpapad <dpapad@chromium.org>
Auto-Submit: dpapad <dpapad@chromium.org>
Cr-Commit-Position: refs/heads/master@{#827951}
parent 6f6fced7
......@@ -2,6 +2,7 @@
<html dir="$i18n{textdirection}" lang="$i18n{language}">
<head>
<meta charset="utf-8">
<meta name="color-scheme" content="light dark">
<title>$i18n{title}</title>
<style>
......
......@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=yes">
<meta name="color-scheme" content="light dark">
<title>$i18n{title}</title>
<link rel="stylesheet" href="chrome://resources/css/md_colors.css">
......
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