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

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

Issue 1172643002: DevTools: migrate sidebar pane's titleElement to use Toolbar. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaselined 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
Index: Source/devtools/front_end/ui/toolbar.css
diff --git a/Source/devtools/front_end/ui/toolbar.css b/Source/devtools/front_end/ui/toolbar.css
index 829d9f3615c2a6e043384abbcdf43473bdb48ff2..ca4f0eaee61c6d8bc46301814f25362121418521 100644
--- a/Source/devtools/front_end/ui/toolbar.css
+++ b/Source/devtools/front_end/ui/toolbar.css
@@ -19,6 +19,10 @@
align-items: center;
}
+.toolbar-shadow.with-border {
+ border-bottom: 1px solid #ddd;
+}
+
:host-context(.material) .toolbar-shadow {
height: 28px;
}
@@ -123,8 +127,8 @@ button.toolbar-item {
width: 32px;
}
-:host-context(.material) button.toolbar-item:hover {
- background-color: #eee;
+.toolbar-item:hover {
+ background-color: rgba(110, 110, 110, 0.1);
}
button.toolbar-item.toggled-on .glyph {
@@ -203,9 +207,7 @@ select.toolbar-item {
}
.toolbar-item.checkbox {
- margin: auto 6px auto 0;
- height: auto;
- display: flex;
+ padding-right: 5px;
}
.toolbar-item > .glyph {
@@ -450,7 +452,7 @@ button.record-toolbar-item.toggled-on .glyph {
}
.filter-toolbar-item.toggled-shown {
- background-color: rgba(105, 105, 105, 0.1);
+ background-color: #eee;
}
.filter-toolbar-item.toggled-active .glyph {
@@ -473,10 +475,15 @@ button.record-toolbar-item.toggled-on .glyph {
-webkit-mask-position: -160px -120px;
}
-.element-state-toolbar-item .glyph {
+.pin-toolbar-item .glyph {
-webkit-mask-position: -256px -120px;
}
+.pin-toolbar-item.toggled-on,
+.animation-toolbar-item.toggled-on {
+ background-color: #eee;
+}
+
.animation-toolbar-item .glyph {
-webkit-mask-position: -192px -120px;
}
« Source/devtools/front_end/ui/Widget.js ('K') | « Source/devtools/front_end/ui/Widget.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698