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

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

Issue 1171893005: DevTools: unify theming for checkbox components. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/emulation/responsiveDesignView.css
diff --git a/Source/devtools/front_end/emulation/responsiveDesignView.css b/Source/devtools/front_end/emulation/responsiveDesignView.css
index 00edefc201128a69b6078e18d14be4f630a2792e..4f2e55dc395d0e035e3bb9bc8e956a3282eec4b9 100644
--- a/Source/devtools/front_end/emulation/responsiveDesignView.css
+++ b/Source/devtools/front_end/emulation/responsiveDesignView.css
@@ -241,30 +241,6 @@
opacity: 0.7;
}
-.responsive-design-toolbar input[type='checkbox'] {
- -webkit-appearance: none;
- margin: 0 5px auto 2px;
- border: 1px solid rgb(45, 45, 45);
- border-radius: 3px;
- background-color: rgb(102, 102, 102);
- position: relative;
- top: 1px;
-}
-
-.responsive-design-toolbar input[type='checkbox']:after {
- content: '';
- line-height: 10px;
- position: absolute;
- cursor: pointer;
- width: 12px;
- height: 12px;
- background: none;
-}
-
-.responsive-design-toolbar input[type='checkbox']:checked:after {
- background: rgb(220, 220, 220);
-}
-
.responsive-design-toolbar input.error-input {
color: red !important;
text-decoration: line-through;
@@ -308,18 +284,6 @@ div.responsive-design-icon:disabled {
}
} /* media */
-.responsive-design-toolbar input[type='checkbox']:after {
- -webkit-mask-image: url(Images/toolbarButtonGlyphs.png);
- -webkit-mask-size: 352px 144px;
- -webkit-mask-position: -128px -110px;
-}
-
-@media (-webkit-min-device-pixel-ratio: 1.5) {
- .responsive-design-toolbar input[type='checkbox']:after {
- -webkit-mask-image: url(Images/toolbarButtonGlyphs_2x.png);
- }
-} /* media */
-
.responsive-design-icon-resolution {
-webkit-mask-position: 0 0;
}

Powered by Google App Engine
This is Rietveld 408576698