mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-04-17 11:30:08 +02:00
fixed infotext still appearing when hovering over hidden element
This commit is contained in:
@@ -202,6 +202,7 @@ input {
|
|||||||
.tooltip .infotext {
|
.tooltip .infotext {
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
width: max-content;
|
width: max-content;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltiptext.tagdropdown {
|
.tooltiptext.tagdropdown {
|
||||||
@@ -224,11 +225,13 @@ input {
|
|||||||
.tooltip:hover .infotext {
|
.tooltip:hover .infotext {
|
||||||
display: block;
|
display: block;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
pointer-events: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip:active .infotext {
|
.tooltip:active .infotext {
|
||||||
display: block;
|
display: block;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
pointer-events: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tagentryparent {
|
.tagentryparent {
|
||||||
|
|||||||
Reference in New Issue
Block a user