| 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 {
|
|
|