From 573763a7db9ef881c4ddff1206d09f48088a74be Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Mon, 10 Nov 2014 12:12:11 +0000 Subject: [PATCH] Fixed bad CSS in . --- resources/report/html/loot-plugin-item.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/report/html/loot-plugin-item.html b/resources/report/html/loot-plugin-item.html index e885eabb..5a0f4258 100644 --- a/resources/report/html/loot-plugin-item.html +++ b/resources/report/html/loot-plugin-item.html @@ -11,7 +11,7 @@ :host([data-dummy=false]) #dummyPlugin, :host([data-edits=false]) #hasUserEdits, :host([data-global-priority=false]) #hasGlobalPriority, - :host #hasPriority:not([title^=Priority]) { + :host #hasPriority:not([label^=Priority]) { visibility: hidden; } :host a {