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

Unified Diff: chrome_linux64/resources/inspector/tabbedPane.css

Issue 14690006: Update reference builds to r197396. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 7 years, 8 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: chrome_linux64/resources/inspector/tabbedPane.css
===================================================================
--- chrome_linux64/resources/inspector/tabbedPane.css (revision 197568)
+++ chrome_linux64/resources/inspector/tabbedPane.css (working copy)
@@ -83,46 +83,26 @@
border-bottom: none;
}
-.tabbed-pane-header-tab-close-button {
+.tabbed-pane-header-tab .close-button-gray {
position: relative;
- bottom: 0;
- opacity: 0;
- padding-left: 3px;
- font-size: 14px;
- color: rgb(80, 80, 80);
- line-height: 12px;
+ top: 2px;
+ left: 1px;
+ margin-left: 2px;
+ margin-top: -3px;
+ visibility: hidden;
}
-.tabbed-pane-header-tab:hover .tabbed-pane-header-tab-close-button {
- opacity: 0.5;
+.tabbed-pane-header-tab:hover .close-button-gray,
+.tabbed-pane-header-tab.selected .close-button-gray {
+ visibility: visible;
}
-.tabbed-pane-header-tab:hover .tabbed-pane-header-tab-close-button:hover {
- opacity: 1.0;
-}
-
-.tabbed-pane-header-tab:hover .tabbed-pane-header-tab-close-button:active {
- opacity: 0.7;
-}
-
-.tabbed-pane-header-tab.selected .tabbed-pane-header-tab-close-button {
- opacity: 0.5;
-}
-
-.tabbed-pane-header-tab.selected .tabbed-pane-header-tab-close-button:hover {
- opacity: 1.0;
-}
-
-.tabbed-pane-header-tab.selected .tabbed-pane-header-tab-close-button:active {
- opacity: 0.7;
-}
-
.tabbed-pane-header-tabs-drop-down-container {
float: left;
position: relative;
font-size: 16px;
vertical-align: bottom;
- top: 3px;
+ top: 1px;
padding-left: 3px;
}
« no previous file with comments | « chrome_linux64/resources/inspector/scriptsPanel.css ('k') | chrome_linux64/resources/inspector/timelinePanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698