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

Unified Diff: Source/devtools/front_end/ui/splitWidget.css

Issue 1176343002: DevTools: make toolbar button click targets square (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review comments addressed Created 5 years, 6 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 | « Source/devtools/front_end/ui/Toolbar.js ('k') | Source/devtools/front_end/ui/tabbedPane.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/ui/splitWidget.css
diff --git a/Source/devtools/front_end/ui/splitWidget.css b/Source/devtools/front_end/ui/splitWidget.css
index b32d0009e158363bd6f71a957a3a857ed94c9c2d..77edeb18081b1cd5d4d2849a664d3f5b2c22bf53 100644
--- a/Source/devtools/front_end/ui/splitWidget.css
+++ b/Source/devtools/front_end/ui/splitWidget.css
@@ -108,6 +108,10 @@
background-color: rgba(0, 0, 0, 0.6);
}
+.shadow-split-widget button.sidebar-show-hide-button:hover {
+ background-color: black;
+}
+
.shadow-split-widget button.sidebar-show-hide-button:disabled {
background-color: rgba(0, 0, 0, 0.35);
}
@@ -120,8 +124,8 @@
.shadow-split-widget button.left-sidebar-show-hide-button,
.shadow-split-widget button.top-sidebar-show-hide-button {
- top: 3px;
- left: 4px;
+ top: 5px;
+ left: 5px;
}
:host-context(.material) .shadow-split-widget button.left-sidebar-show-hide-button,
@@ -136,8 +140,8 @@
}
.shadow-split-widget button.right-sidebar-show-hide-button {
- top: 3px;
- right:2px;
+ top: 5px;
+ right:4px;
}
:host-context(.material) .shadow-split-widget button.right-sidebar-show-hide-button {
« no previous file with comments | « Source/devtools/front_end/ui/Toolbar.js ('k') | Source/devtools/front_end/ui/tabbedPane.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698