mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Add arrow controls
This commit is contained in:
@@ -42,4 +42,16 @@
|
||||
@include color-svg('../images/x.svg', white);
|
||||
}
|
||||
}
|
||||
|
||||
&.previous {
|
||||
&:before {
|
||||
@include color-svg('../images/back.svg', white);
|
||||
}
|
||||
}
|
||||
|
||||
&.next {
|
||||
&:before {
|
||||
@include color-svg('../images/forward.svg', white);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user