| Index: third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css b/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
|
| index de3b2591229063bf884fc30dbd49241dcff33903..60e47f711921bc915202cb47780dba48d4ac9865 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
|
| @@ -187,12 +187,10 @@ input[type="text"]:focus {
|
| }
|
|
|
| .editing {
|
| - -webkit-user-select: text;
|
| box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2),
|
| 0 2px 4px rgba(0, 0, 0, 0.2),
|
| 0 2px 6px rgba(0, 0, 0, 0.1);
|
| background-color: white;
|
| - -webkit-user-modify: read-write-plaintext-only;
|
| text-overflow: clip !important;
|
| padding-left: 2px;
|
| margin-left: -2px;
|
|
|