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

Unified Diff: Source/devtools/front_end/toolbox/responsiveDesignView.css

Issue 732603002: DevTools: align more status bar button usages. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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/splitView.css ('k') | Source/devtools/front_end/ui/StatusBarButton.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/toolbox/responsiveDesignView.css
diff --git a/Source/devtools/front_end/toolbox/responsiveDesignView.css b/Source/devtools/front_end/toolbox/responsiveDesignView.css
index f822e37c0a429b305d2714e990477bd8d45240ae..3aebee83e8daf3e38f3c6a1c8bc93a10a6774456 100644
--- a/Source/devtools/front_end/toolbox/responsiveDesignView.css
+++ b/Source/devtools/front_end/toolbox/responsiveDesignView.css
@@ -107,10 +107,6 @@
opacity: 1;
}
-.responsive-design-page-scale-container .status-bar-item .glyph.shadow {
- background-color: black !important;
-}
-
@media (-webkit-min-device-pixel-ratio: 1.5) {
.responsive-design-page-scale-container .responsive-design-page-scale-button.status-bar-item > .glyph {
-webkit-mask-image: url(Images/responsiveDesign_2x.png);
@@ -153,11 +149,6 @@
padding-top: 1px;
}
-.responsive-design-section .status-bar-item .glyph.shadow {
- background-color: black !important;
-}
-
-
.responsive-design-section-decorator {
height: 2px;
margin-left: -2px;
@@ -465,7 +456,7 @@
-webkit-mask-position: -128px -48px;
}
-.responsive-design-toolbar button.responsive-design-toggle-media-inspector.toggled-on .glyph:not(.shadow) {
+.responsive-design-toolbar button.responsive-design-toggle-media-inspector.toggled-on .glyph {
background-color: rgb(105, 194, 236) !important;
}
« no previous file with comments | « Source/devtools/front_end/splitView.css ('k') | Source/devtools/front_end/ui/StatusBarButton.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698