| Index: ui/webui/resources/cr_elements/network/cr_network_list_item.html
|
| diff --git a/ui/webui/resources/cr_elements/network/cr_network_list_item.html b/ui/webui/resources/cr_elements/network/cr_network_list_item.html
|
| index ab88ab1d17bea789fc4a35727c6a28103c40173a..52affb9aa67a4f577317f73266a09173e1b32180 100644
|
| --- a/ui/webui/resources/cr_elements/network/cr_network_list_item.html
|
| +++ b/ui/webui/resources/cr_elements/network/cr_network_list_item.html
|
| @@ -71,6 +71,10 @@
|
| margin: -8px 0;
|
| }
|
|
|
| + :host-context([dir=rtl]) #subpageDiv > button {
|
| + transform: scaleX(-1); /* Flip on the X axis (aka mirror). */
|
| + }
|
| +
|
| iron-icon {
|
| height: 24px;
|
| width: 24px;
|
| @@ -78,7 +82,7 @@
|
|
|
| cr-network-icon,
|
| iron-icon {
|
| - -webkit-padding-end: 8px;
|
| + -webkit-margin-end: 8px;
|
| }
|
|
|
| cr-policy-network-indicator {
|
|
|