Adjust conversation header context menu styling
This commit is contained in:
parent
62e290eb9e
commit
6f3b56c6fa
1 changed files with 8 additions and 24 deletions
|
@ -7489,33 +7489,17 @@ button.module-image__border-overlay:focus {
|
||||||
width: 12px;
|
width: 12px;
|
||||||
|
|
||||||
@include light-theme {
|
@include light-theme {
|
||||||
&:dir(ltr) {
|
@include color-svg(
|
||||||
@include color-svg(
|
'../images/icons/v3/chevron/chevron-right.svg',
|
||||||
'../images/icons/v3/chevron/chevron-right.svg',
|
$color-gray-75
|
||||||
$color-gray-75
|
);
|
||||||
);
|
|
||||||
}
|
|
||||||
&:dir(rtl) {
|
|
||||||
@include color-svg(
|
|
||||||
'../images/icons/v3/chevron/chevron-left.svg',
|
|
||||||
$color-gray-75
|
|
||||||
);
|
|
||||||
}
|
|
||||||
color: $color-gray-90;
|
color: $color-gray-90;
|
||||||
}
|
}
|
||||||
@include dark-theme {
|
@include dark-theme {
|
||||||
&:dir(ltr) {
|
@include color-svg(
|
||||||
@include color-svg(
|
'../images/icons/v3/chevron/chevron-right.svg',
|
||||||
'../images/icons/v3/chevron/chevron-right.svg',
|
$color-gray-15
|
||||||
$color-gray-15
|
);
|
||||||
);
|
|
||||||
}
|
|
||||||
&:dir(rtl) {
|
|
||||||
@include color-svg(
|
|
||||||
'../images/icons/v3/chevron/chevron-left.svg',
|
|
||||||
$color-gray-15
|
|
||||||
);
|
|
||||||
}
|
|
||||||
color: $color-gray-02;
|
color: $color-gray-02;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue