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

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: only using latin1 in css 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/Widget.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..e95167225448ef4e1f6738b5aa11f1294776b827 100644
--- a/Source/devtools/front_end/ui/toolbar.css
+++ b/Source/devtools/front_end/ui/toolbar.css
@@ -123,8 +123,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 +203,7 @@ select.toolbar-item {
}
.toolbar-item.checkbox {
- margin: auto 6px auto 0;
- height: auto;
- display: flex;
+ padding-right: 5px;
}
.toolbar-item > .glyph {
@@ -450,7 +448,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 +471,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;
}
« no previous file with comments | « 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