| Index: third_party/WebKit/Source/devtools/front_end/ui/inspectorStyle.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/inspectorStyle.css b/third_party/WebKit/Source/devtools/front_end/ui/inspectorStyle.css
|
| index 24933e5c31f5323bf018bfce224bbf8ea93897f3..a4f3557477b0edbd793571c008c2e86a00a84451 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/inspectorStyle.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/inspectorStyle.css
|
| @@ -60,26 +60,6 @@ body {
|
| font-family: 'Segoe UI', Tahoma, sans-serif;
|
| }
|
|
|
| -label:hover input {
|
| - box-shadow: 0 0 3px highlight;
|
| -}
|
| -
|
| -fieldset[disabled] label:hover input {
|
| - box-shadow: none;
|
| -}
|
| -
|
| -.object-popover-container {
|
| - display: inline-block;
|
| -}
|
| -
|
| -.error-message {
|
| - color: red;
|
| -}
|
| -
|
| -.-theme-with-dark-background .error-message {
|
| - color: hsl(0, 100%, 65%);
|
| -}
|
| -
|
| .panel {
|
| display: flex;
|
| overflow: hidden;
|
| @@ -107,16 +87,6 @@ iframe.panel.extension {
|
| height: 100%;
|
| }
|
|
|
| -.properties-accessor-property-name {
|
| - font-style: italic;
|
| -}
|
| -
|
| -.child-editing {
|
| - color: #222 !important;
|
| - text-decoration: none !important;
|
| - overflow: visible !important;
|
| -}
|
| -
|
| .drawer-toolbar {
|
| margin-right: -6px;
|
| }
|
|
|