Commit 37c35241 authored by Dan Beam's avatar Dan Beam Committed by Commit Bot

WebUI Dark Mode: fix up empty list message in light/dark

Screenshots: https://imgur.com/a/EwqTzly

R=hcarmona@chromium.org
BUG=936524

Change-Id: I5ed3a43dc4273c1179eddca56a8138cf394c10a6
Reviewed-on: https://chromium-review.googlesource.com/c/1496246Reviewed-by: default avatarHector Carmona <hcarmona@chromium.org>
Commit-Queue: Dan Beam <dbeam@chromium.org>
Auto-Submit: Dan Beam <dbeam@chromium.org>
Cr-Commit-Position: refs/heads/master@{#636676}
parent 8d9df63b
...@@ -2,15 +2,15 @@ ...@@ -2,15 +2,15 @@
<link rel="import" href="chrome://resources/cr_components/managed_footnote/managed_footnote.html"> <link rel="import" href="chrome://resources/cr_components/managed_footnote/managed_footnote.html">
<link rel="import" href="chrome://resources/cr_elements/cr_container_shadow_behavior.html"> <link rel="import" href="chrome://resources/cr_elements/cr_container_shadow_behavior.html">
<link rel="import" href="chrome://resources/cr_elements/shared_style_css.html">
<link rel="import" href="chrome://resources/html/cr.html"> <link rel="import" href="chrome://resources/html/cr.html">
<link rel="import" href="chrome://resources/html/i18n_behavior.html"> <link rel="import" href="chrome://resources/html/i18n_behavior.html">
<link rel="import" href="chrome://resources/polymer/v1_0/iron-a11y-announcer/iron-a11y-announcer.html"> <link rel="import" href="chrome://resources/polymer/v1_0/iron-a11y-announcer/iron-a11y-announcer.html">
<link rel="import" href="item.html"> <link rel="import" href="item.html">
<link rel="import" href="shared_style.html">
<dom-module id="extensions-item-list"> <dom-module id="extensions-item-list">
<template> <template>
<style include="cr-shared-style"> <style include="shared-style">
.items-container, .items-container,
#content-wrapper { #content-wrapper {
--extensions-card-width: 400px; --extensions-card-width: 400px;
...@@ -35,6 +35,10 @@ ...@@ -35,6 +35,10 @@
text-align: center; text-align: center;
} }
:host-context([dark]) .empty-list-message {
color: var(--cr-secondary-text-color);
}
.items-container { .items-container {
--grid-gutter: 12px; --grid-gutter: 12px;
--max-columns: 3; --max-columns: 3;
......
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