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

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

Issue 2716683006: DevTools: add entry points for command menu (Closed)
Patch Set: Created 3 years, 10 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 b0f12569b0e45b9bfb1bdb22ba11547eb11aff99..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,13 +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;
-}
-
.tabbed-pane-header {
display: flex;
flex: 0 0 27px;

Powered by Google App Engine
This is Rietveld 408576698