mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-25 04:36:46 +00:00
Modernize forward message modal
* ModalHost is replaced with Modal. * The CSS is simplified down to unify the theme palette
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
|
||||
&__back-button {
|
||||
@include button-reset;
|
||||
|
||||
border-radius: 4px;
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
@@ -68,16 +69,7 @@
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
background: $color-gray-45;
|
||||
&::before {
|
||||
background-color: $color-ultramarine;
|
||||
}
|
||||
}
|
||||
&:active {
|
||||
background: $color-gray-45;
|
||||
&::before {
|
||||
background-color: $color-ultramarine;
|
||||
}
|
||||
box-shadow: 0 0 0 2px $color-ultramarine;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user