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

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

Issue 2406993002: MD Settings: Add style for disabled <select>. (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 708d5aabd0984e31d191bacb31bc89a7b8e64060..2d6de26ad9151a31df59d1d9287bab64ffd78e48 100644
--- a/chrome/browser/resources/settings/md_select_css.html
+++ b/chrome/browser/resources/settings/md_select_css.html
@@ -26,6 +26,13 @@
width: 200px;
}
+ .md-select[disabled] {
dschuyler 2016/10/10 23:56:26 Please make a comment about where these values cam
dpapad 2016/10/11 00:05:11 Done.
+ border-bottom: 1px dashed #737373;
dschuyler 2016/10/10 23:56:26 Maybe the 737373 could be replace with a var() may
dpapad 2016/10/11 00:05:11 Done, thanks for the suggestion, I was suspecting
+ color: #737373;
+ opacity: 0.33;
+ pointer-events: none;
+ }
+
:host-context([dir=rtl]) .md-select {
background-position-x: 3%;
}
« 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