Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(238)

Side by Side Diff: runtime/observatory/lib/src/elements/ports.html

Issue 2164903003: Converted Observatory library-nav-menu element (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Added missing file into observatory_sources.gypi Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <link rel="import" href="../../../../packages/polymer/polymer.html"> 1 <link rel="import" href="../../../../packages/polymer/polymer.html">
2 <link rel="import" href="nav_bar.html">
3
4 2
5 <polymer-element name="ports-page"> 3 <polymer-element name="ports-page">
6 <template> 4 <template>
7 <link rel="stylesheet" href="css/shared.css"> 5 <link rel="stylesheet" href="css/shared.css">
8 <style> 6 <style>
9 ul li:hover:not(.selected) { 7 ul li:hover:not(.selected) {
10 background-color: #FFF3E3; 8 background-color: #FFF3E3;
11 } 9 }
12 .selected { 10 .selected {
13 background-color: #0489c3; 11 background-color: #0489c3;
(...skipping 21 matching lines...) Expand all
35 <any-service-ref ref="{{ port['handler'] }}"></any-service-ref> 33 <any-service-ref ref="{{ port['handler'] }}"></any-service-ref>
36 </div> 34 </div>
37 </div> 35 </div>
38 </template> 36 </template>
39 </div> 37 </div>
40 <hr> 38 <hr>
41 <view-footer></view-footer> 39 <view-footer></view-footer>
42 </div> 40 </div>
43 </template> 41 </template>
44 </polymer-element> 42 </polymer-element>
OLDNEW
« no previous file with comments | « runtime/observatory/lib/src/elements/persistent_handles.html ('k') | runtime/observatory/lib/src/elements/script_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698