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

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

Issue 1688113002: Devtools: Add device frames to device mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/emulation/EmulatedDevices.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/emulation/deviceModeView.css
diff --git a/third_party/WebKit/Source/devtools/front_end/emulation/deviceModeView.css b/third_party/WebKit/Source/devtools/front_end/emulation/deviceModeView.css
index 7351960afbc912116598f214d4fafec136d4df40..08659edb00ae23a623ef7a7f6a70bd6621b93c74 100644
--- a/third_party/WebKit/Source/devtools/front_end/emulation/deviceModeView.css
+++ b/third_party/WebKit/Source/devtools/front_end/emulation/deviceModeView.css
@@ -133,6 +133,10 @@
height: 100%;
}
+.device-mode-outline-image:not(.hidden) + .device-mode-screen-area {
+ box-shadow: none;
+}
+
.device-mode-resizer {
position: absolute;
display: flex;
@@ -266,6 +270,7 @@
.device-mode-ruler-top {
flex: 0 0 20px;
+ z-index: 1;
}
.device-mode-ruler-left {
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/emulation/EmulatedDevices.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698