| Index: Source/devtools/front_end/inspectorStyle.css
|
| diff --git a/Source/devtools/front_end/inspectorStyle.css b/Source/devtools/front_end/inspectorStyle.css
|
| index d2e556c856f8d3557b2e2dc6302725aaf47063be..12bb327df527bff673c1101e1e5ff04903114aed 100644
|
| --- a/Source/devtools/front_end/inspectorStyle.css
|
| +++ b/Source/devtools/front_end/inspectorStyle.css
|
| @@ -253,28 +253,6 @@ ol.outline-disclosure:focus li.selected * {
|
| font-style: italic;
|
| }
|
|
|
| -.editing {
|
| - -webkit-user-select: text;
|
| - box-shadow: rgba(0, 0, 0, .5) 3px 3px 4px;
|
| - outline: 1px solid rgb(66%, 66%, 66%) !important;
|
| - background-color: white;
|
| - -webkit-user-modify: read-write-plaintext-only;
|
| - text-overflow: clip !important;
|
| - padding-left: 2px;
|
| - margin-left: -2px;
|
| - padding-right: 2px;
|
| - margin-right: -2px;
|
| - margin-bottom: -1px;
|
| - padding-bottom: 1px;
|
| - opacity: 1.0 !important;
|
| -}
|
| -
|
| -.editing,
|
| -.editing * {
|
| - color: #222 !important;
|
| - text-decoration: none !important;
|
| -}
|
| -
|
| .child-editing {
|
| color: #222 !important;
|
| text-decoration: none !important;
|
|
|