Adjust conversation header context menu styling

This commit is contained in:
trevor-signal 2023-06-05 20:08:52 -04:00 committed by GitHub
parent 62e290eb9e
commit 6f3b56c6fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7489,33 +7489,17 @@ button.module-image__border-overlay:focus {
width: 12px;
@include light-theme {
&:dir(ltr) {
@include color-svg(
'../images/icons/v3/chevron/chevron-right.svg',
$color-gray-75
);
}
&:dir(rtl) {
@include color-svg(
'../images/icons/v3/chevron/chevron-left.svg',
$color-gray-75
);
}
@include color-svg(
'../images/icons/v3/chevron/chevron-right.svg',
$color-gray-75
);
color: $color-gray-90;
}
@include dark-theme {
&:dir(ltr) {
@include color-svg(
'../images/icons/v3/chevron/chevron-right.svg',
$color-gray-15
);
}
&:dir(rtl) {
@include color-svg(
'../images/icons/v3/chevron/chevron-left.svg',
$color-gray-15
);
}
@include color-svg(
'../images/icons/v3/chevron/chevron-right.svg',
$color-gray-15
);
color: $color-gray-02;
}
}