| 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;
|
| }
|
|
|
|
|