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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sources/addSourceMapURLDialog.css

Issue 2223123003: DevTools: Add custom CPU throttling option to timeline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressing caseq comments. 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/front_end/sources/addSourceMapURLDialog.css
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/addSourceMapURLDialog.css b/third_party/WebKit/Source/devtools/front_end/sources/addSourceMapURLDialog.css
deleted file mode 100644
index 5cfc08318e0dee039758829ada070aba87436153..0000000000000000000000000000000000000000
--- a/third_party/WebKit/Source/devtools/front_end/sources/addSourceMapURLDialog.css
+++ /dev/null
@@ -1,48 +0,0 @@
-/*
- * Copyright (c) 2015 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-:host {
- padding: 10px;
-}
-
-.widget {
- align-items: center;
-}
-
-label {
- white-space: nowrap;
-}
-
-input[type=text] {
- font-size: inherit;
- height: 24px;
- padding-left: 2px;
- margin: 0 5px;
-}
-
-input[type="search"]:focus,
-input[type="text"]:focus {
- outline: none;
-}
-
-button {
- background-image: linear-gradient(hsl(0, 0%, 93%), hsl(0, 0%, 93%) 38%, hsl(0, 0%, 87%));
- border: 1px solid hsla(0, 0%, 0%, 0.25);
- border-radius: 2px;
- box-shadow: 0 1px 0 hsla(0, 0%, 0%, 0.08), inset 0 1px 2px hsla(0, 100%, 100%, 0.75);
- color: hsl(0, 0%, 27%);
- font-size: 12px;
- margin: 0 6px 0 6px;
- text-shadow: 0 1px 0 hsl(0, 0%, 94%);
- min-height: 2em;
- padding-left: 10px;
- padding-right: 10px;
-}
-
-button:active {
- background-color: rgb(215, 215, 215);
- background-image: linear-gradient(to bottom, rgb(194, 194, 194), rgb(239, 239, 239));
-}

Powered by Google App Engine
This is Rietveld 408576698