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

Side by Side Diff: pkg/analyzer/doc/support/style.css

Issue 1817913002: Generate the task model graph as an HTML file and put it in the doc directory. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Copy support files into local directory Created 4 years, 8 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
« no previous file with comments | « pkg/analyzer/doc/support/dart.js ('k') | pkg/analyzer/doc/support/web_app.dart.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 *, *:before, *:after {
2 -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: bor der-box;
3 }
4 button {
5 position: fixed;
6 padding: 10px;
7 top: 5px;
8 left: 5px;
9 opacity: 0.8;
10 display: none;
11 }
12 g > * {
13 transition-property: stroke, stroke-width, transform, fill, font-size;
14 transition-duration: .2s;
15 }
16 g.active > text {
17 fill: blue;
18 font-size: 100%;
19 }
20 g.active > polygon, g.active > ellipse, g.active > path {
21 stroke: blue;
22 stroke-width: 3px !important;
23 }
24 g.active.edge > polygon {
25 fill: blue;
26 }
27 html, body { margin:10px; padding:0; }
28 svg { height:100%; width:100%; }
29 svg.zoom {height: inherit; width: inherit;}
OLDNEW
« no previous file with comments | « pkg/analyzer/doc/support/dart.js ('k') | pkg/analyzer/doc/support/web_app.dart.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698