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

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, 7 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 292d36fc84e5e08b512b638401e521cd0a9cc5da..1cab0beb5284e48ffc3402e7ce4150b82ee5aaf7 100644
--- a/third_party/WebKit/Source/devtools/front_end/emulation/deviceModeToolbar.css
+++ b/third_party/WebKit/Source/devtools/front_end/emulation/deviceModeToolbar.css
@@ -5,14 +5,10 @@
*/
.device-mode-size-input {
- background: hsl(0, 0%, 100%);
- border: none;
- padding: 2px 0;
- width: 34px !important;
+ width: 40px !important;
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%);
}
@@ -23,8 +19,9 @@
.device-mode-size-input:disabled {
background: transparent;
- box-shadow: none;
-webkit-user-select: none;
+ opacity: 0.6;
+ border: none;
einbinder 2017/05/18 22:11:37 nit: leave border: none where it was for blaming.
luoe 2017/05/23 23:40:21 This border: none isn't a move from Line 9, but an
einbinder 2017/05/24 19:58:32 Oh I misread the box-shadow none. My bad.
}
.device-mode-x {

Powered by Google App Engine
This is Rietveld 408576698