mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-14 23:18:54 +00:00
Fix sticker message metadata color in dark mode
This commit is contained in:
@@ -1196,7 +1196,11 @@ $message-padding-horizontal: 12px;
|
|||||||
user-select: none;
|
user-select: none;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
||||||
color: light-dark(variables.$color-gray-60, variables.$color-gray-25);
|
&,
|
||||||
|
&--outline-only-bubble,
|
||||||
|
&--sticker {
|
||||||
|
color: light-dark(variables.$color-gray-60, variables.$color-gray-25);
|
||||||
|
}
|
||||||
|
|
||||||
&--outgoing {
|
&--outgoing {
|
||||||
color: variables.$color-white-alpha-80;
|
color: variables.$color-white-alpha-80;
|
||||||
@@ -1206,14 +1210,6 @@ $message-padding-horizontal: 12px;
|
|||||||
color: light-dark(variables.$color-white, variables.$color-white-alpha-80);
|
color: light-dark(variables.$color-white, variables.$color-white-alpha-80);
|
||||||
}
|
}
|
||||||
|
|
||||||
&--outline-only-bubble {
|
|
||||||
color: light-dark(variables.$color-gray-60, variables.$color-gray-25);
|
|
||||||
}
|
|
||||||
|
|
||||||
&--sticker {
|
|
||||||
color: variables.$color-gray-60;
|
|
||||||
}
|
|
||||||
|
|
||||||
&--inline {
|
&--inline {
|
||||||
float: inline-end;
|
float: inline-end;
|
||||||
margin-top: -14px;
|
margin-top: -14px;
|
||||||
|
|||||||
Reference in New Issue
Block a user