mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 20:03:25 +01:00
Top level Reaction/Raise Hand buttons and remove More Options
This commit is contained in:
@@ -31,8 +31,8 @@
|
||||
|
||||
div {
|
||||
@include color-svg($icon, $icon-color);
|
||||
height: 22px;
|
||||
width: 22px;
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -88,6 +88,26 @@
|
||||
);
|
||||
}
|
||||
|
||||
&--raise-hand {
|
||||
$icon: '../images/icons/v3/raise_hand/raise_hand-light.svg';
|
||||
&--on {
|
||||
@include calling-button-icon-highlighted($icon);
|
||||
}
|
||||
&--off {
|
||||
@include calling-button-icon-regular($icon);
|
||||
}
|
||||
}
|
||||
|
||||
&--react {
|
||||
$icon: '../images/icons/v3/heart/heart-plus.svg';
|
||||
&--on {
|
||||
@include calling-button-icon-highlighted($icon);
|
||||
}
|
||||
&--off {
|
||||
@include calling-button-icon-regular($icon);
|
||||
}
|
||||
}
|
||||
|
||||
&--ring {
|
||||
$icon: '../images/icons/v3/bell/bell-slash-fill.svg';
|
||||
&--on {
|
||||
|
||||
Reference in New Issue
Block a user