[REF] odoo_theme: replace values with variables in SCSS files
X-original-commit: c82d95b17c
This commit is contained in:
parent
5c344d726f
commit
19f90800c3
@ -93,7 +93,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@mixin o-content-tab-selected {
|
@mixin o-content-tab-selected {
|
||||||
font-weight: 700;
|
font-weight: $fw_bold;
|
||||||
background: $doc-paper;
|
background: $doc-paper;
|
||||||
border-bottom: 1px solid $doc-paper;
|
border-bottom: 1px solid $doc-paper;
|
||||||
border-left: 1px solid $gray-light;
|
border-left: 1px solid $gray-light;
|
||||||
|
@ -1125,8 +1125,8 @@ header {
|
|||||||
&:hover {
|
&:hover {
|
||||||
&:not([aria-selected="true"]) {
|
&:not([aria-selected="true"]) {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background: hsl(317deg, 16%, 90%);
|
background: tint-color($o-violet-dark, 80%);
|
||||||
color: #7A436B;
|
color: $o-violet-dark;
|
||||||
transition: color .15s, background .15s;
|
transition: color .15s, background .15s;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user