mirror of
https://github.com/odoo/documentation.git
synced 2026-01-02 09:49:17 +07:00
[REF] odoo_theme: move scrollbar styling to .o_side_nav-inner
X-original-commit: b9ca38215d
This commit is contained in:
committed by
Antoine Vandevenne (anv)
parent
42d0b475cc
commit
3bcdd860f0
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user