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

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

Issue 1164763004: DevTools: render category filters in a way that they don't clash. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: for landing 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/splitWidget.css ('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 d4c739f778ca4a785a8b6d37ae64c850e1eec171..829d9f3615c2a6e043384abbcdf43473bdb48ff2 100644
--- a/Source/devtools/front_end/ui/toolbar.css
+++ b/Source/devtools/front_end/ui/toolbar.css
@@ -124,7 +124,7 @@ button.toolbar-item {
}
:host-context(.material) button.toolbar-item:hover {
- background-color: rgba(105, 105, 105, 0.1);
+ background-color: #eee;
}
button.toolbar-item.toggled-on .glyph {
@@ -449,6 +449,10 @@ button.record-toolbar-item.toggled-on .glyph {
background-color: rgb(66, 129, 235);
}
+.filter-toolbar-item.toggled-shown {
+ background-color: rgba(105, 105, 105, 0.1);
+}
+
.filter-toolbar-item.toggled-active .glyph {
background-color: rgb(216, 0, 0);
}
« no previous file with comments | « Source/devtools/front_end/ui/splitWidget.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698