diff --git a/resources/report/css/style.css b/resources/report/css/style.css
index faf160c2..b74b3ab0 100644
--- a/resources/report/css/style.css
+++ b/resources/report/css/style.css
@@ -189,9 +189,6 @@ td input {
-webkit-user-select: none;
cursor: move;
}
-.highlight {
- outline: 3px solid #69aaff;
-}
#applySortButton {
box-shadow: none;
outline: none;
diff --git a/resources/report/html/loot-plugin-card.html b/resources/report/html/loot-plugin-card.html
index 3acebac5..301156ff 100644
--- a/resources/report/html/loot-plugin-card.html
+++ b/resources/report/html/loot-plugin-card.html
@@ -42,6 +42,9 @@ loot-clear-metadata
transition: 0.6s;
transform-style: preserve-3d;
}
+ :host(.highlight) #wrapper {
+ outline: 3px solid #69aaff;
+ }
:host([data-active=false]) #activeTick {
visibility: hidden;
}
@@ -160,7 +163,7 @@ loot-clear-metadata
-
+