Chromium Code Reviews| 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..e539243621bf4d5e7f295701c20cee7c3ce20581 100644 |
| --- a/chrome/browser/resources/settings/md_select_css.html |
| +++ b/chrome/browser/resources/settings/md_select_css.html |
| @@ -26,6 +26,14 @@ |
| width: 200px; |
| } |
| + /* Mirroring paper-dropdown-menu disabled style */ |
|
dschuyler
2016/10/11 00:12:41
nit: period at the end
style. */
dpapad
2016/10/11 00:31:48
Done.
|
| + .md-select[disabled] { |
| + border-bottom: 1px dashed var(--secondary-text-color); |
| + color: var(--secondary-text-color); |
| + opacity: 0.33; |
| + pointer-events: none; |
| + } |
| + |
| :host-context([dir=rtl]) .md-select { |
| background-position-x: 3%; |
| } |