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

Unified Diff: third_party/WebKit/Source/devtools/front_end/emulation/deviceModeToolbar.css

Issue 2875193002: DevTools: update text inputs to new style (Closed)
Patch Set: ac Created 3 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: third_party/WebKit/Source/devtools/front_end/emulation/deviceModeToolbar.css
diff --git a/third_party/WebKit/Source/devtools/front_end/emulation/deviceModeToolbar.css b/third_party/WebKit/Source/devtools/front_end/emulation/deviceModeToolbar.css
index 6a90a479a53ed7b33324209fc07e7763590cca9d..a7cb71f19cedf2451f91c269b381eb34c92c1ab2 100644
--- a/third_party/WebKit/Source/devtools/front_end/emulation/deviceModeToolbar.css
+++ b/third_party/WebKit/Source/devtools/front_end/emulation/deviceModeToolbar.css
@@ -5,16 +5,10 @@
*/
.device-mode-size-input {
- background: hsl(0, 0%, 100%);
- border: none;
- padding: 2px 0;
- width: 34px !important;
+ width: 41px;
+ max-height: 18px;
margin: 0 2px;
text-align: center;
- box-shadow: 0px 0px 1px 0px hsla(0, 0%, 0%, 0.13);
- border-radius: 1px;
- height: 18px;
- color: hsl(210, 16%, 22%);
}
.device-mode-size-input:focus::-webkit-input-placeholder {
@@ -23,7 +17,6 @@
.device-mode-size-input:disabled {
background: transparent;
- box-shadow: none;
-webkit-user-select: none;
opacity: 0.6;
}

Powered by Google App Engine
This is Rietveld 408576698