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

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

Issue 2649973004: DevTools: align tabbed pane close tab buttons. (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 0b98b26c07477bfd22175c99e5fc0a760b1b9feb..1b14d72b53c065d9d27954271cd21046b7da3b35 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/tabbedPane.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/tabbedPane.css
@@ -126,12 +126,7 @@
}
.tabbed-pane-header-tab .tabbed-pane-close-button {
- display: inline-block;
- position: relative;
- top: 2px;
- left: 1px;
- margin-left: 2px;
- margin-top: -3px;
+ margin: 0 -3px 0 4px;
visibility: hidden;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698