| Index: chrome/browser/resources/settings/settings_shared_css.html
|
| diff --git a/chrome/browser/resources/settings/settings_shared_css.html b/chrome/browser/resources/settings/settings_shared_css.html
|
| index bf1b2d71a5a9687b4844493f7eb3de35ea4c78fb..a0c75642ed79472afd0d355326810feac5e28f9a 100644
|
| --- a/chrome/browser/resources/settings/settings_shared_css.html
|
| +++ b/chrome/browser/resources/settings/settings_shared_css.html
|
| @@ -204,6 +204,10 @@
|
| flex: 1;
|
| }
|
|
|
| + .list-item > label span[disabled] {
|
| + opacity: .65; /* TODO(michaelpg): check this value with bettes. */
|
| + }
|
| +
|
| .list-item > paper-icon-item {
|
| padding: 0;
|
| }
|
|
|