diff --git a/extensions/odoo_theme/static/style.scss b/extensions/odoo_theme/static/style.scss index 364e05e3a..ad7f67169 100644 --- a/extensions/odoo_theme/static/style.scss +++ b/extensions/odoo_theme/static/style.scss @@ -300,10 +300,9 @@ header { .o_main_toc, .o_page_toc_nav { - a, .o_toc_entry_wrapper { + .o_toc_entry_wrapper { display: flex; align-items: baseline; - width: 100%; border-radius: $border-radius 0 0 $border-radius; } @@ -344,7 +343,6 @@ header { &:not(.toctree-l1) .o_toc_entry_wrapper { > i[class^="i-"] { transition: rotate, .3s; - cursor: pointer; font-size: .75rem; &[aria-expanded="true"] { @@ -366,7 +364,9 @@ header { } > a { + display: block; padding-left: 1.25rem; + border-radius: $border-radius 0 0 $border-radius; } } }