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

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

Issue 661103002: DevTools: make web component anchor handling go the generic route. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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) 2014 The Chromium Authors. All rights reserved. 2 * Copyright (c) 2014 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 6
7 .outline-disclosure { 7 .outline-disclosure {
8 line-height: normal; 8 line-height: normal;
9 } 9 }
10 10
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 to { background-color: inherit; } 249 to { background-color: inherit; }
250 } 250 }
251 251
252 @-webkit-keyframes elements-tree-element-pick-node-animation-2 { 252 @-webkit-keyframes elements-tree-element-pick-node-animation-2 {
253 from { background-color: rgb(255, 210, 126); } 253 from { background-color: rgb(255, 210, 126); }
254 to { background-color: inherit; } 254 to { background-color: inherit; }
255 } 255 }
256 256
257 .pick-node-mode { 257 .pick-node-mode {
258 cursor: pointer; 258 cursor: pointer;
259 } 259 }
260
261 .webkit-html-attribute-value a {
262 cursor: default !important;
263 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698