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

Side by Side Diff: Source/devtools/front_end/inspectorStyle.css

Issue 512003003: DevTools: Show preview in console of ES6 Map, Set, WeakMap and WeakSet entries. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix LocalJSON object description Created 6 years, 3 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 | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved.
3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> 3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org>
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 8 *
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 1138 matching lines...) Expand 10 before | Expand all | Expand 10 after
1149 .console-group-messages .outline-disclosure li .selection { 1149 .console-group-messages .outline-disclosure li .selection {
1150 margin-left: -6px; 1150 margin-left: -6px;
1151 margin-right: -6px; 1151 margin-right: -6px;
1152 } 1152 }
1153 1153
1154 .console-group-messages .add-attribute { 1154 .console-group-messages .add-attribute {
1155 display: none; 1155 display: none;
1156 } 1156 }
1157 1157
1158 .console-formatted-object, 1158 .console-formatted-object,
1159 .console-formatted-map,
1160 .console-formatted-set,
1159 .console-formatted-node, 1161 .console-formatted-node,
1160 .console-formatted-array { 1162 .console-formatted-array {
1161 position: relative; 1163 position: relative;
1162 display: inline-block; 1164 display: inline-block;
1163 vertical-align: top; 1165 vertical-align: top;
1164 color: inherit; 1166 color: inherit;
1165 } 1167 }
1166 1168
1167 .console-formatted-node:hover { 1169 .console-formatted-node:hover {
1168 background-color: rgba(56, 121, 217, 0.1); 1170 background-color: rgba(56, 121, 217, 0.1);
1169 } 1171 }
1170 1172
1171 .console-formatted-object .section, 1173 .console-formatted-object .section,
1174 .console-formatted-map .section,
1175 .console-formatted-set .section,
1172 .console-formatted-node .section, 1176 .console-formatted-node .section,
1173 .console-formatted-array .section { 1177 .console-formatted-array .section {
1174 position: static; 1178 position: static;
1175 } 1179 }
1176 1180
1177 .console-formatted-object .section > .header::before { 1181 .console-formatted-object .section > .header::before {
1178 margin-top: 0; 1182 margin-top: 0;
1179 } 1183 }
1180 1184
1181 .console-formatted-object .properties, 1185 .console-formatted-object .properties,
1186 .console-formatted-map .properties,
1187 .console-formatted-set .properties,
1182 .console-formatted-node .properties { 1188 .console-formatted-node .properties {
1183 padding-left: 0 !important; 1189 padding-left: 0 !important;
1184 } 1190 }
1185 1191
1186 .console-formatted-number, 1192 .console-formatted-number,
1187 .console-formatted-boolean { 1193 .console-formatted-boolean {
1188 color: rgb(28, 0, 207); 1194 color: rgb(28, 0, 207);
1189 } 1195 }
1190 1196
1191 .console-formatted-string, 1197 .console-formatted-string,
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
1728 right: 8px; 1734 right: 8px;
1729 display: none; 1735 display: none;
1730 } 1736 }
1731 1737
1732 .section .properties li.hovered .delete-button { 1738 .section .properties li.hovered .delete-button {
1733 display: inline; 1739 display: inline;
1734 } 1740 }
1735 1741
1736 .section .properties .name, 1742 .section .properties .name,
1737 .event-properties .name, 1743 .event-properties .name,
1738 .console-formatted-object .name { 1744 .console-object-preview .name {
1739 color: rgb(136, 19, 145); 1745 color: rgb(136, 19, 145);
1740 } 1746 }
1741 1747
1742 .section .properties .dimmed { 1748 .section .properties .dimmed {
1743 opacity: 0.6; 1749 opacity: 0.6;
1744 } 1750 }
1745 1751
1746 .section .properties .value.error { 1752 .section .properties .value.error {
1747 color: red; 1753 color: red;
1748 } 1754 }
(...skipping 1030 matching lines...) Expand 10 before | Expand all | Expand 10 after
2779 } 2785 }
2780 2786
2781 body.inactive select.chrome-select, 2787 body.inactive select.chrome-select,
2782 .chrome-select:disabled { 2788 .chrome-select:disabled {
2783 background-image: -webkit-image-set(url(Images/chromeDisabledSelect.png) 1x, url(Images/chromeDisabledSelect_2x.png) 2x), linear-gradient(#f1f1f1, #f1f1f1 3 8%, #e6e6e6); 2789 background-image: -webkit-image-set(url(Images/chromeDisabledSelect.png) 1x, url(Images/chromeDisabledSelect_2x.png) 2x), linear-gradient(#f1f1f1, #f1f1f1 3 8%, #e6e6e6);
2784 border-color: rgba(80, 80, 80, 0.2); 2790 border-color: rgba(80, 80, 80, 0.2);
2785 box-shadow: 0 1px 0 rgba(80, 80, 80, 0.08), 2791 box-shadow: 0 1px 0 rgba(80, 80, 80, 0.08),
2786 inset 0 1px 2px rgba(255, 255, 255, 0.75); 2792 inset 0 1px 2px rgba(255, 255, 255, 0.75);
2787 color: #aaa; 2793 color: #aaa;
2788 } 2794 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698