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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/ui/bezierEditor.css

Issue 2299473002: DevTools: Move BezierEditor from elements/ to ui/ (Closed)
Patch Set: Created 4 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
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2015 The Chromium Authors. All rights reserved. 2 * Copyright (c) 2015 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 :host { 7 :host {
8 width: 270px; 8 width: 270px;
9 height: 350px; 9 height: 350px;
10 -webkit-user-select: none; 10 -webkit-user-select: none;
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 transform: scale(1.05); 186 transform: scale(1.05);
187 } 187 }
188 188
189 .bezier-header-active > svg.bezier-preset-modify { 189 .bezier-header-active > svg.bezier-preset-modify {
190 visibility: visible; 190 visibility: visible;
191 } 191 }
192 192
193 .bezier-preset-modify:active path { 193 .bezier-preset-modify:active path {
194 stroke: white; 194 stroke: white;
195 } 195 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698