mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fixed card highlighting.
Also made last <content> selector more general in plugin card.
This commit is contained in:
@@ -189,9 +189,6 @@ td input {
|
||||
-webkit-user-select: none;
|
||||
cursor: move;
|
||||
}
|
||||
.highlight {
|
||||
outline: 3px solid #69aaff;
|
||||
}
|
||||
#applySortButton {
|
||||
box-shadow: none;
|
||||
outline: none;
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user