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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/tabbedPane.css

Issue 2716683006: DevTools: add entry points for command menu (Closed)
Patch Set: no wrap/scroll Created 3 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/front_end/ui/tabbedPane.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/tabbedPane.css b/third_party/WebKit/Source/devtools/front_end/ui/tabbedPane.css
index 467cbb2a34cfb5093be46080c829d626b0addc6e..76015691b0da2e4e5899343cb0a40b64df8f5278 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/tabbedPane.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/tabbedPane.css
@@ -45,14 +45,6 @@
background-color: lightgray;
}
-.tabbed-pane-placeholder {
- font-size: 14px;
- text-align: center;
- margin-top: 20px;
- text-shadow: rgba(255, 255, 255, 0.75) 0 1px 0;
- white-space: pre;
-}
-
.tabbed-pane-header {
display: flex;
flex: 0 0 27px;

Powered by Google App Engine
This is Rietveld 408576698