From fe48233fa9e8cdc8c0b7e288f7ef17093923dc94 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sat, 15 Nov 2014 14:32:09 +0000 Subject: [PATCH] Fixed card highlighting. Also made last selector more general in plugin card. --- resources/report/css/style.css | 3 --- resources/report/html/loot-plugin-card.html | 5 ++++- 2 files changed, 4 insertions(+), 4 deletions(-) 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 - +