[REF] odoo_theme: replace values with variables in SCSS files
This commit is contained in:
parent
7fa153594d
commit
c82d95b17c
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user