| Index: chrome/browser/resources/inspect/inspect.css
|
| diff --git a/chrome/browser/resources/inspect/inspect.css b/chrome/browser/resources/inspect/inspect.css
|
| index 60c3592db4e8bf9e4ae44327c3177a65572cf011..b173b1afdf955d6ef09924d0ace0d2bf85df75cd 100644
|
| --- a/chrome/browser/resources/inspect/inspect.css
|
| +++ b/chrome/browser/resources/inspect/inspect.css
|
| @@ -282,16 +282,6 @@ img {
|
| margin-left: 15px;
|
| }
|
|
|
| -.warning {
|
| - background-image: -webkit-image-set(url(chrome://theme/IDR_WARNING) 1x,
|
| - url(chrome://theme/IDR_WARNING@2x) 2x);
|
| - background-position: 0 center;
|
| - background-repeat: no-repeat;
|
| - background-size: 24px 21px;
|
| - margin-top: 5px;
|
| - padding-left: 25px;
|
| -}
|
| -
|
| #port-forwarding-config::backdrop {
|
| background-color: rgba(255, 255, 255, 0.75);
|
| }
|
|
|