Chromium Code Reviews| 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 bdbfcdcb8386bed851a09ec482fc43346d501d35..dec1c8228730ca44860a256261b6a93845479de0 100644 |
| --- a/ui/webui/resources/cr_elements/shared_style_css.html |
| +++ b/ui/webui/resources/cr_elements/shared_style_css.html |
| @@ -41,6 +41,14 @@ |
| @apply(--cr-actionable); |
| } |
| + [actionable] button[is='paper-icon-button-light'].subpage-arrow { |
| + background-image: url(../images/arrow_right.svg); |
| + } |
| + |
| + [actionable] button[is='paper-icon-button-light'].icon-external { |
| + background-image: url(../images/open_in_new.svg); |
| + } |
|
Dan Beam
2016/12/09 00:11:38
sorry, but you're propagating this.
this implemen
stevenjb
2016/12/09 00:57:52
The [actionable] seems unnecessary/unwanted. Dave,
dschuyler
2016/12/09 01:15:52
The reason it was initially done is that the issue
stevenjb
2016/12/09 01:29:30
I think we should address 655292 separately, and e
|
| + |
| [scrollable] { |
| border-color: transparent; |
| border-style: solid; |