mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 02:08:57 +00:00
[signalapp/Signal-Desktop#7453] Update conversation list styles when dragging
Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com> Co-authored-by: Brian Harder <briankharder@gmail.com>
This commit is contained in:
@@ -5069,18 +5069,30 @@ button.module-calling-participants-list__contact {
|
||||
}
|
||||
}
|
||||
|
||||
&:hover:not(:disabled, &--disabled, &--is-selected),
|
||||
&:hover:not(:disabled, &--disabled, &--is-selected) {
|
||||
background-color: light-dark(
|
||||
variables.$color-gray-05,
|
||||
variables.$color-gray-75
|
||||
);
|
||||
#{$unread-indicator} {
|
||||
border-color: light-dark(
|
||||
variables.$color-gray-05,
|
||||
variables.$color-gray-75
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@include mixins.keyboard-mode {
|
||||
&:focus:not(:disabled, &--disabled, &--is-selected) {
|
||||
@include mixins.light-theme {
|
||||
background-color: variables.$color-gray-05;
|
||||
background-color: light-dark(
|
||||
variables.$color-gray-05,
|
||||
variables.$color-gray-75
|
||||
);
|
||||
#{$unread-indicator} {
|
||||
border-color: variables.$color-gray-05;
|
||||
}
|
||||
}
|
||||
@include mixins.dark-theme {
|
||||
background-color: variables.$color-gray-75;
|
||||
#{$unread-indicator} {
|
||||
border-color: variables.$color-gray-75;
|
||||
border-color: light-dark(
|
||||
variables.$color-gray-05,
|
||||
variables.$color-gray-75
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user