| Index: runtime/bin/vmservice/client/lib/src/elements/nav_bar.html
|
| diff --git a/runtime/bin/vmservice/client/lib/src/elements/nav_bar.html b/runtime/bin/vmservice/client/lib/src/elements/nav_bar.html
|
| index 915b6476a9e0b65f53048619df75fca0528df029..b15368d4ac6f2809dd332e3b1737163223489b3a 100644
|
| --- a/runtime/bin/vmservice/client/lib/src/elements/nav_bar.html
|
| +++ b/runtime/bin/vmservice/client/lib/src/elements/nav_bar.html
|
| @@ -175,15 +175,17 @@
|
| float: right;
|
| margin: 0;
|
| }
|
| - li button {
|
| + button {
|
| margin: 3px;
|
| padding: 8px;
|
| }
|
| </style>
|
| + <!-- Disable until issues with history in Dartium are fixed
|
| <li>
|
| <button class="black" on-click="{{ back }}">◀</button>
|
| <button class="black" on-click="{{ forward }}">▶</button>
|
| </li>
|
| + -->
|
| </template>
|
| </polymer-element>
|
|
|
|
|