Skip to content

Commit ba6018c

Browse files
committed
Put support button styles in alphabetical order
1 parent ea81435 commit ba6018c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/css/custom.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -259,17 +259,17 @@ html[data-theme="dark"] .tooltip-glossary {
259259
}
260260

261261
.supportDropdownContent {
262-
visibility: hidden; /* Prevents accidental hover issues */
263-
opacity: 0;
264-
transform: translateY(-10px); /* Moves up initially */
265-
transition: opacity 0.3s ease-out, transform 0.3s ease-out;
266-
position: absolute;
267-
right: 0;
268262
background-color: #f9f9f9;
269263
box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
270264
color: var(--ifm-color-emphasis-700);
271265
font-size: 14px;
272266
min-width: 303px;
267+
opacity: 0;
268+
position: absolute;
269+
right: 0;
270+
transform: translateY(-10px); /* Moves up initially */
271+
transition: opacity 0.3s ease-out, transform 0.3s ease-out;
272+
visibility: hidden; /* Prevents accidental hover issues */
273273
z-index: 1;
274274
}
275275

0 commit comments

Comments
 (0)