Commit 00283c09 authored by tsergeant's avatar tsergeant Committed by Commit bot

MD WebUI: Explicitly set text color in cr-action-menu

This fixes an issue where the menu would appear blank in MD Downloads
and Bookmarks.

BUG=708892
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation

Review-Url: https://codereview.chromium.org/2804623005
Cr-Commit-Position: refs/heads/master@{#462930}
parent d0b7b3b7
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
background-color: white; background-color: white;
border: none; border: none;
box-shadow: 0 2px 6px var(--paper-grey-500); box-shadow: 0 2px 6px var(--paper-grey-500);
color: inherit;
margin: 0; margin: 0;
outline: none; outline: none;
padding: 8px 0; padding: 8px 0;
...@@ -23,7 +22,7 @@ ...@@ -23,7 +22,7 @@
background: none; background: none;
border: none; border: none;
box-sizing: border-box; box-sizing: border-box;
color: inherit; color: var(--paper-grey-900);
font: inherit; font: inherit;
min-height: 32px; min-height: 32px;
padding: 0 24px; padding: 0 24px;
......
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