[REF] odoo_theme: replace values with variables in SCSS files

This commit is contained in:
Elisabeth Dickinson 2022-06-22 13:06:19 +02:00 committed by Antoine Vandevenne (anv)
parent 7fa153594d
commit c82d95b17c
2 changed files with 3 additions and 3 deletions

View File

@ -93,7 +93,7 @@
}
@mixin o-content-tab-selected {
font-weight: 700;
font-weight: $fw_bold;
background: $doc-paper;
border-bottom: 1px solid $doc-paper;
border-left: 1px solid $gray-light;

View File

@ -1118,8 +1118,8 @@ header {
&:hover {
&:not([aria-selected="true"]) {
cursor: pointer;
background: hsl(317deg, 16%, 90%);
color: #7A436B;
background: tint-color($o-violet-dark, 80%);
color: $o-violet-dark;
transition: color .15s, background .15s;
border-radius: 0;
}