mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fixed card icons being wrongly displayed.
This commit is contained in:
@@ -27,13 +27,13 @@
|
||||
:host([data-active=false]) #activeTick {
|
||||
visibility: hidden;
|
||||
}
|
||||
:host([data-bsa=false]) #loadsBSA {
|
||||
:host([data-bsa=false]) #icons #loadsBSA {
|
||||
display: none;
|
||||
}
|
||||
:host([data-dummy=false]) #dummyPlugin {
|
||||
:host([data-dummy=false]) #icons #dummyPlugin {
|
||||
display: none;
|
||||
}
|
||||
:host([data-edits=false]) #hasUserEdits {
|
||||
:host([data-edits=false]) #icons #hasUserEdits {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user