update img expand hover strategy

This commit is contained in:
axolotle
2022-07-06 16:15:54 +02:00
parent 254ea2815b
commit 92af23580e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
<div id="app"></div>
<template id="expand-image-tmp">
<div class="node-view-img-wrapper">
<div class="node-view-img-wrapper on-hover">
<img>
<button aria-label="Agrandir" type="button" class="btn btn-expand btn-depart rounded-pill">
+1 -1
View File
@@ -2,7 +2,7 @@
display: inline-block;
position: relative;
&:not(:hover) .btn-expand {
&.on-hover:not(:hover) .btn-expand {
display: none;
}