Commit d4a6fbc8 authored by Alex Danilo's avatar Alex Danilo Committed by Commit Bot

Move cr-button CSS to shared common.css

Bug: 992823
Change-Id: Ib1fa7a548291426068b4ecc156b10a0c1241337a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2040797Reviewed-by: default avatarLuciano Pacheco <lucmult@chromium.org>
Commit-Queue: Alex Danilo <adanilo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#739139}
parent 0477bf9c
...@@ -7,6 +7,11 @@ ...@@ -7,6 +7,11 @@
display: none !important; display: none !important;
} }
cr-button {
--active-bg: none; /* prevent dark-mode activation color */
box-shadow: none;
}
/* "chrome-menu" class overrides some standard menu.css styles, to make custom /* "chrome-menu" class overrides some standard menu.css styles, to make custom
menus in FileBrowser look like native ChromeOS menus. */ menus in FileBrowser look like native ChromeOS menus. */
......
...@@ -445,12 +445,6 @@ body[type='open-multi-file'].check-select .dialog-header { ...@@ -445,12 +445,6 @@ body[type='open-multi-file'].check-select .dialog-header {
flex: auto; flex: auto;
} }
/* TODO(adanilo) Move this to common.css */
cr-button {
--active-bg: none; /* prevent dark-mode activation color */
box-shadow: none;
}
.dialog-header cr-button, .dialog-header cr-button,
.dialog-header button { .dialog-header button {
--text-color: white; --text-color: white;
......
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