@stainless-api/docs-ui 0.1.0-beta.16 → 0.1.0-beta.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -409,13 +409,17 @@
|
|
|
409
409
|
}
|
|
410
410
|
|
|
411
411
|
.stldocs-dropdown-menu {
|
|
412
|
+
--stldocs-dropdown-menu-border-radius: 8px;
|
|
413
|
+
--stldocs-dropdown-menu-background-color: var(--stldocs-color-bg);
|
|
414
|
+
--stldocs-dropdown-menu-border-color: var(--stldocs-color-hairline);
|
|
415
|
+
|
|
412
416
|
position: absolute;
|
|
413
417
|
right: 0;
|
|
414
418
|
bottom: 100%;
|
|
415
419
|
z-index: var(--stldocs-z-index-theme-select);
|
|
416
|
-
background: var(--stldocs-color
|
|
417
|
-
border: 1px solid var(--stldocs-color
|
|
418
|
-
border-radius: var(--stldocs-
|
|
420
|
+
background: var(--stldocs-dropdown-menu-background-color);
|
|
421
|
+
border: 1px solid var(--stldocs-dropdown-menu-border-color);
|
|
422
|
+
border-radius: var(--stldocs-dropdown-menu-border-radius);
|
|
419
423
|
margin-bottom: 4px;
|
|
420
424
|
padding: 0;
|
|
421
425
|
width: 100%;
|