mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Make outgoing View Once timestamp/timer visible in all themes
This commit is contained in:
committed by
Ken Powers
parent
f7568810ea
commit
816605e29a
@@ -1126,9 +1126,21 @@
|
||||
color: $color-white;
|
||||
}
|
||||
}
|
||||
.module-message__metadata__date--incoming-with-tap-to-view-expired {
|
||||
.module-message__metadata__date.module-message__metadata__date--incoming-with-tap-to-view-expired {
|
||||
color: $color-gray-75;
|
||||
|
||||
@include dark-theme {
|
||||
color: $color-white-alpha-80;
|
||||
}
|
||||
}
|
||||
.module-message__metadata__date.module-message__metadata__date--outgoing-with-tap-to-view-expired {
|
||||
color: $color-gray-75;
|
||||
|
||||
@include dark-theme {
|
||||
color: $color-white-alpha-80;
|
||||
}
|
||||
}
|
||||
|
||||
.module-message__metadata__date--with-sticker {
|
||||
@include ios-theme {
|
||||
color: $color-gray-60;
|
||||
@@ -1366,8 +1378,19 @@ $timer-icons: '55', '50', '45', '40', '35', '30', '25', '20', '15', '10', '05',
|
||||
background-color: $color-gray-25;
|
||||
}
|
||||
}
|
||||
.module-expire-timer--incoming-with-tap-to-view-expired {
|
||||
.module-expire-timer.module-expire-timer--incoming-with-tap-to-view-expired {
|
||||
background-color: $color-gray-75;
|
||||
|
||||
@include dark-theme {
|
||||
background-color: $color-white-alpha-80;
|
||||
}
|
||||
}
|
||||
.module-expire-timer.module-expire-timer--outgoing-with-tap-to-view-expired {
|
||||
background-color: $color-gray-75;
|
||||
|
||||
@include dark-theme {
|
||||
background-color: $color-white-alpha-80;
|
||||
}
|
||||
}
|
||||
.module-expire-timer--with-sticker {
|
||||
@include ios-theme {
|
||||
|
||||
Reference in New Issue
Block a user