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

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

Issue 1613233005: Merge to 2623 "[DevTools] Fix various bugs in Device Mode." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2623
Patch Set: 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 e45ca46b39b26849af9bf9286caaf2f1d58ec4c1..03556bb33f61047ec298f202b574961303d737b1 100644
--- a/third_party/WebKit/Source/devtools/front_end/emulation/deviceModeToolbar.css
+++ b/third_party/WebKit/Source/devtools/front_end/emulation/deviceModeToolbar.css
@@ -21,7 +21,7 @@
}
.device-mode-size-input.error-input {
- outline: auto 2px red;
+ outline: auto 2px red !important;
}
.device-mode-size-input:disabled {
@@ -34,3 +34,7 @@
margin: 0 1px;
font-size: 16px;
}
+
+.device-mode-empty-toolbar-element {
+ width: 0;
+}

Powered by Google App Engine
This is Rietveld 408576698