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 {
|
||||
padding: 12px;
|
||||
width: max-content;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.tooltiptext.tagdropdown {
|
||||
@@ -224,11 +225,13 @@ input {
|
||||
.tooltip:hover .infotext {
|
||||
display: block;
|
||||
opacity: 1;
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
.tooltip:active .infotext {
|
||||
display: block;
|
||||
opacity: 1;
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
.tagentryparent {
|
||||
|
||||
Reference in New Issue
Block a user