[REF] odoo_theme: move scrollbar styling to .o_side_nav-inner
X-original-commit: b9ca38215d
This commit is contained in:
parent
7c37474507
commit
974bc9624a
@ -225,6 +225,18 @@ header {
|
||||
padding-top: $padding-m;
|
||||
padding-left: $padding-m;
|
||||
}
|
||||
&::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar-track {
|
||||
background: $white;
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar-thumb {
|
||||
background-color: $o-violet-darker ;
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&.show {
|
||||
@ -299,19 +311,6 @@ header {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar-track {
|
||||
background: $white;
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar-thumb {
|
||||
background-color: $o-violet-darker ;
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.o_main_toc, .o_page_toc_nav {
|
||||
|
Loading…
Reference in New Issue
Block a user