Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4174)

Unified Diff: chrome/browser/resources/settings/md_select_css.html

Issue 2400483002: MD Settings: Adjust <select> focus color and bottom border radius. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/md_select_css.html
diff --git a/chrome/browser/resources/settings/md_select_css.html b/chrome/browser/resources/settings/md_select_css.html
index 28e235dcd1948a9e8ea0c3a3491169fda576a47f..2a28fc246293ed6ab3fb2ec5b7800f026fac61e6 100644
--- a/chrome/browser/resources/settings/md_select_css.html
+++ b/chrome/browser/resources/settings/md_select_css.html
@@ -9,6 +9,8 @@
background-size: 0.9em;
border-bottom: 1px solid var(--paper-grey-300);
border-left: none;
+ /* Override Mac's default border-radius */
+ border-radius: 0;
border-right: none;
border-top: none;
color: var(--primary-text-color);
@@ -25,7 +27,7 @@
}
.md-select-underline {
- border-top: 2px solid var(--paper-indigo-500);
+ border-top: 2px solid var(--google-blue-500);
display: block;
position: relative;
top: -1px;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698