Skip to content

Commit 8eb3b42

Browse files
committed
Remove comments that were for quick, personal reference
1 parent 43fcb00 commit 8eb3b42

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/css/custom.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,20 +267,18 @@ html[data-theme="dark"] .tooltip-glossary {
267267
opacity: 0;
268268
position: absolute;
269269
right: 0;
270-
transform: translateY(-10px); /* Moves up initially */
270+
transform: translateY(-10px);
271271
transition: opacity 0.3s ease-out, transform 0.3s ease-out;
272-
visibility: hidden; /* Prevents accidental hover issues */
272+
visibility: hidden;
273273
z-index: 1;
274274
}
275275

276-
/* When hovering, show the dropdown with fade-in & slide down */
277276
.supportDropdown:hover .supportDropdownContent {
278277
visibility: visible;
279278
opacity: 1;
280279
transform: translateY(0);
281280
}
282281

283-
/* Add a delay before showing the dropdown */
284282
.supportDropdownContent {
285283
transition-delay: 0.1s;
286284
}

0 commit comments

Comments
 (0)