| 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..fc3897744479edd15d33b5506db0e1bfea305f16 100644
|
| --- a/ui/webui/resources/cr_elements/shared_style_css.html
|
| +++ b/ui/webui/resources/cr_elements/shared_style_css.html
|
| @@ -41,6 +41,24 @@
|
| @apply(--cr-actionable);
|
| }
|
|
|
| + button[is='paper-icon-button-light'].subpage-arrow {
|
| + background-image: url(../images/arrow_right.svg);
|
| + }
|
| +
|
| + button[is='paper-icon-button-light'].icon-external {
|
| + background-image: url(../images/open_in_new.svg);
|
| + }
|
| +
|
| + .subpage-arrow,
|
| + .icon-external {
|
| + display: none;
|
| + }
|
| +
|
| + [actionable] :-webkit-any(.subpage-arrow, .icon-external),
|
| + [actionable]:-webkit-any(.subpage-arrow, .icon-external) {
|
| + display: block;
|
| + }
|
| +
|
| [scrollable] {
|
| border-color: transparent;
|
| border-style: solid;
|
|
|