Fix thumbnail hover
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
This commit is contained in:
parent
cf4102373b
commit
e6cb556ebf
@ -39,14 +39,16 @@
|
||||
font-size: 0.6em;
|
||||
}
|
||||
|
||||
:host:hover > div {
|
||||
:host(:hover) > div {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<div>
|
||||
[[item.name]]
|
||||
<div class="layout vertical start">
|
||||
<div>[[item.name]]</div>
|
||||
<div>[[item.taken]]</div>
|
||||
<div>[[item.pathname]]</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user