[DOCS] Modify dropdowns css

This commit is contained in:
Bartlomiej Bielawa 2023-09-11 17:07:28 +02:00 committed by GitHub
parent e614b8f69a
commit 2320329a51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,6 +102,30 @@ ul#navbar-main-elements > li:hover {
top: 5px;
}
/* Moving dropdown arrows to the left */
details.sd-dropdown .sd-summary-up,
details.sd-dropdown .sd-summary-down {
left: 10px;
}
/* Ttile is at the same place for both open and close states */
details.sd-dropdown:not([open]).sd-card {
padding: 0px;
}
/* Ttile is at the same place for both open and close states */
details.sd-dropdown[open].sd-card {
padding: 0px;
}
/* Move title 40px away from the arrow */
details.sd-dropdown .sd-summary-title {
padding-left: 40px;
}
/* Second level items */
#bd-docs-nav > div > ul > li > ul {