Commit 5da5d047 authored by Dan Beam's avatar Dan Beam Committed by Commit Bot

Fix <textarea> rendering bug on about:flags in dark mode

R=rbpotter@chromium.org
BUG=970161

Change-Id: If94827f9e3b0c17450c0ed6caed2b7ecb707151f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1643991
Auto-Submit: Dan Beam <dbeam@chromium.org>
Commit-Queue: Rebekah Potter <rbpotter@chromium.org>
Reviewed-by: default avatarRebekah Potter <rbpotter@chromium.org>
Cr-Commit-Position: refs/heads/master@{#666065}
parent 122ce48f
......@@ -334,6 +334,7 @@ textarea {
background: var(--input-background);
border-radius: 3px;
box-sizing: border-box;
color: inherit;
font-size: .8125rem;
margin: 0;
min-height: 3em;
......
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