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

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

Issue 1599603002: [DevTools] Device Mode toolbar updates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 11 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 72fb6612c54d31dfe96ba50e4f7f25591eab424b..e45ca46b39b26849af9bf9286caaf2f1d58ec4c1 100644
--- a/third_party/WebKit/Source/devtools/front_end/emulation/deviceModeToolbar.css
+++ b/third_party/WebKit/Source/devtools/front_end/emulation/deviceModeToolbar.css
@@ -8,8 +8,8 @@
background: hsl(0, 0%, 100%);
border: none;
padding: 2px 0;
- width: 39px !important;
- margin: 0 3px;
+ width: 34px !important;
+ margin: 0 2px;
text-align: center;
box-shadow: 0px 0px 1px 0px hsla(0, 0%, 0%, 0.13);
border-radius: 1px;
@@ -26,6 +26,7 @@
.device-mode-size-input:disabled {
background: transparent;
+ box-shadow: none;
-webkit-user-select: none;
}
@@ -33,21 +34,3 @@
margin: 0 1px;
font-size: 16px;
}
-
-.device-mode-device-select {
- background: none;
- box-shadow: none;
- border: none;
- outline: none;
- padding: 0 2px;
- -webkit-appearance: menulist;
- margin: 0;
- width: 120px;
-}
-
-.device-mode-checkbox {
- width: 120px;
- display: flex;
- flex-direction: row;
- justify-content: center;
-}

Powered by Google App Engine
This is Rietveld 408576698