Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1799)

Unified Diff: chrome/browser/resources/inspect/inspect.css

Issue 1284643005: Get rid of a couple references to IDR_WARNING (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/extensions/extensions.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « chrome/browser/resources/extensions/extensions.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698