Chromium Code Reviews| 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 8b4b3825d6db6c3653c0bcacd616e95f4d541224..cb6a228a0ef8cd3fdf642ab29774bf973acf2825 100644 |
| --- a/chrome/browser/resources/settings/settings_shared_css.html |
| +++ b/chrome/browser/resources/settings/settings_shared_css.html |
| @@ -78,10 +78,6 @@ |
| -webkit-margin-start: 4px; |
| } |
| - [is='action-link'], |
| - [is='action-link']:active, |
| - [is='action-link']:hover, |
| - [is='action-link']:visited, |
| .primary-button, |
| .tertiary-button, |
| a[href] { |
| @@ -95,8 +91,7 @@ |
| }; |
| } |
| - a[href], |
| - [is='action-link']:hover { |
| + a[href] { |
| text-decoration: none; |
| } |
| @@ -221,10 +216,11 @@ |
| } |
| /* This button has no ink ripple. */ |
| - .list-item.list-button { |
| - @apply(--settings-actionable); |
| + .list-button[is='action-link'] { |
|
Dan Beam
2017/01/24 05:25:33
why can't this be .list-item [is='action-link']?
scottchen
2017/01/24 19:39:12
I'm thinking there could be cases in which action-
|
| + min-height: inherit; |
| + display: flex; |
| align-items: center; |
| - color: var(--google-blue-500); |
| + flex: 1; |
| font-weight: 500; |
| } |