Fixed card highlighting.

Also made last <content> selector more general in plugin card.
This commit is contained in:
Oliver Hamlet
2014-11-15 14:50:48 +00:00
parent 514ac00700
commit fe48233fa9
2 changed files with 4 additions and 4 deletions
-3
View File
@@ -189,9 +189,6 @@ td input {
-webkit-user-select: none;
cursor: move;
}
.highlight {
outline: 3px solid #69aaff;
}
#applySortButton {
box-shadow: none;
outline: none;
+4 -1
View File
@@ -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
</core-toolbar>
<content select=".tag.add"></content>
<content select=".tag.remove"></content>
<content select="ul"></content>
<content></content>
</section>
<loot-plugin-editor id="editor" data="{{data}}"></loot-plugin-editor>
</div>