| Index: ui/webui/resources/cr_elements/shared_style_css.html
|
| diff --git a/ui/webui/resources/cr_elements/shared_style_css.html b/ui/webui/resources/cr_elements/shared_style_css.html
|
| index 0c318c9a835d47eb53ebcd82939758a7620207fb..6199ea4778ee9189c4ef4b66699812420ab43b3c 100644
|
| --- a/ui/webui/resources/cr_elements/shared_style_css.html
|
| +++ b/ui/webui/resources/cr_elements/shared_style_css.html
|
| @@ -102,9 +102,6 @@
|
| [scrollable].can-scroll:not(.scrolled-to-bottom) {
|
| border-bottom-color: var(--google-grey-300);
|
| }
|
| - [scrollable] iron-list > * {
|
| - @apply(--cr-actionable);
|
| - }
|
| [scrollable] iron-list > :not(.no-outline):focus {
|
| @apply(--cr-list-item-focus);
|
| @apply(--cr-selectable-focus);
|
|
|