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

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

Issue 201293007: DevTools: Remove step into selection experiment (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaselined Created 6 years, 9 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
« no previous file with comments | « Source/devtools/front_end/SourcesPanel.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2279 matching lines...) Expand 10 before | Expand all | Expand 10 after
2290 bottom: 0; 2290 bottom: 0;
2291 left: 0; 2291 left: 0;
2292 right: 0; 2292 right: 0;
2293 } 2293 }
2294 2294
2295 .source-frame-eval-expression { 2295 .source-frame-eval-expression {
2296 outline: 1px solid rgb(163, 41, 34); 2296 outline: 1px solid rgb(163, 41, 34);
2297 background-color: rgb(255, 255, 194); 2297 background-color: rgb(255, 255, 194);
2298 } 2298 }
2299 2299
2300 .source-frame-stepin-mark {
2301 cursor: pointer;
2302 text-decoration: underline;
2303 }
2304
2305 .source-frame-stepin-mark-highlighted {
2306 font-weight: 800;
2307 cursor: pointer;
2308 text-decoration: underline;
2309 }
2310
2311 .workers-list { 2300 .workers-list {
2312 list-style: none; 2301 list-style: none;
2313 margin: 0; 2302 margin: 0;
2314 padding: 0; 2303 padding: 0;
2315 } 2304 }
2316 2305
2317 .resource-content-unavailable { 2306 .resource-content-unavailable {
2318 color: rgb(50%, 50%, 50%); 2307 color: rgb(50%, 50%, 50%);
2319 font-style: italic; 2308 font-style: italic;
2320 font-size: 14px; 2309 font-size: 14px;
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
2845 } 2834 }
2846 2835
2847 .root-view > .split-view > .split-view-sidebar { 2836 .root-view > .split-view > .split-view-sidebar {
2848 position: relative; 2837 position: relative;
2849 } 2838 }
2850 2839
2851 select.drop-down-menu { 2840 select.drop-down-menu {
2852 border: none; 2841 border: none;
2853 -webkit-appearance: none; 2842 -webkit-appearance: none;
2854 } 2843 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/SourcesPanel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698