Fix thumbnail hover

Signed-off-by: James Ketrenos <james_git@ketrenos.com>
This commit is contained in:
James Ketr 2018-09-12 15:54:31 -07:00
parent cf4102373b
commit e6cb556ebf

View File

@ -39,14 +39,16 @@
font-size: 0.6em; font-size: 0.6em;
} }
:host:hover > div { :host(:hover) > div {
opacity: 1; opacity: 1;
} }
</style> </style>
<div> <div class="layout vertical start">
[[item.name]] <div>[[item.name]]</div>
<div>[[item.taken]]</div>
<div>[[item.pathname]]</div>
</div> </div>
</template> </template>