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

Unified Diff: third_party/WebKit/Source/devtools/front_end/audits/auditsPanel.css

Issue 2342193002: [DevTools] Migrate AuditsPanel away from SidebarTree. (Closed)
Patch Set: Created 4 years, 3 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
Index: third_party/WebKit/Source/devtools/front_end/audits/auditsPanel.css
diff --git a/third_party/WebKit/Source/devtools/front_end/audits/auditsPanel.css b/third_party/WebKit/Source/devtools/front_end/audits/auditsPanel.css
index d253cadc5d7231547805c535750ff2b304164941..c9a78ba231f677985224352de35949dbb626966f 100644
--- a/third_party/WebKit/Source/devtools/front_end/audits/auditsPanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/audits/auditsPanel.css
@@ -29,14 +29,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-.audits-sidebar-tree-item .icon {
- content: url(Images/resourcesTimeGraphIcon.png);
-}
-
-.audit-result-sidebar-tree-item .icon {
- content: url(Images/resourceDocumentIcon.png);
-}
-
.audit-launcher-view .audit-launcher-view-content {
padding: 0 0 0 16px;
white-space: nowrap;

Powered by Google App Engine
This is Rietveld 408576698