[DOCS] Modify dropdowns css
This commit is contained in:
parent
e614b8f69a
commit
2320329a51
24
docs/_static/css/custom.css
vendored
24
docs/_static/css/custom.css
vendored
@ -102,6 +102,30 @@ ul#navbar-main-elements > li:hover {
|
|||||||
top: 5px;
|
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 */
|
/* Second level items */
|
||||||
#bd-docs-nav > div > ul > li > ul {
|
#bd-docs-nav > div > ul > li > ul {
|
||||||
|
Loading…
Reference in New Issue
Block a user