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

Side by Side Diff: runtime/observatory/lib/src/elements/css/shared.css

Issue 2271083002: Converted Observatory icdata-view element (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Fixed layout & text Created 4 years, 4 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 /* Global styles */ 1 /* Global styles */
2 * { 2 * {
3 margin: 0; 3 margin: 0;
4 padding: 0; 4 padding: 0;
5 font: 400 14px 'Montserrat', sans-serif; 5 font: 400 14px 'Montserrat', sans-serif;
6 color: #333; 6 color: #333;
7 box-sizing: border-box; 7 box-sizing: border-box;
8 } 8 }
9 9
10 body { 10 body {
(...skipping 832 matching lines...) Expand 10 before | Expand all | Expand 10 after
843 margin-left: 0.25em; 843 margin-left: 0.25em;
844 margin-right: 0.25em; 844 margin-right: 0.25em;
845 } 845 }
846 846
847 heap-snapshot .tree-item > .name { 847 heap-snapshot .tree-item > .name {
848 display: inline; 848 display: inline;
849 margin-left: 0.5em; 849 margin-left: 0.5em;
850 } 850 }
851 851
852 852
853 /* icdata-ref */
854
855 icdata-ref > a[href]:hover {
856 text-decoration: underline;
857 }
858
859 icdata-ref > a[href] {
860 color: #0489c3;
861 text-decoration: none;
862 }
863
864 icdata-ref > a[href] * {
865 color: inherit;
866 }
867
853 /* inbound-reference */ 868 /* inbound-reference */
854 869
855 inbound-reference > a[href]:hover { 870 inbound-reference > a[href]:hover {
856 text-decoration: underline; 871 text-decoration: underline;
857 } 872 }
858 inbound-reference > a[href] { 873 inbound-reference > a[href] {
859 color: #0489c3; 874 color: #0489c3;
860 text-decoration: none; 875 text-decoration: none;
861 } 876 }
862 877
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after
1356 1371
1357 vm-connect-target > button.delete-button:hover { 1372 vm-connect-target > button.delete-button:hover {
1358 background: #ff0000; 1373 background: #ff0000;
1359 } 1374 }
1360 1375
1361 /* vm-connect */ 1376 /* vm-connect */
1362 1377
1363 vm-connect ul { 1378 vm-connect ul {
1364 list-style-type: none; 1379 list-style-type: none;
1365 } 1380 }
OLDNEW
« no previous file with comments | « runtime/observatory/lib/src/elements/context_view.dart ('k') | runtime/observatory/lib/src/elements/icdata_view.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698