Modernize forward message modal

* ModalHost is replaced with Modal.
 * The CSS is simplified down to unify the theme palette
This commit is contained in:
hackerbirds
2023-06-15 22:52:29 +02:00
parent 91399deb26
commit 4ff36f46c4
3 changed files with 135 additions and 269 deletions

View File

@@ -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;
}
}