mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 10:28:03 +01:00
Update staged link preview styles
This commit is contained in:
@@ -494,8 +494,8 @@ button.CompositionInput__link-preview__close-button {
|
||||
-webkit-mask: none;
|
||||
@include mixins.rounded-corners;
|
||||
align-items: center;
|
||||
backdrop-filter: blur(32px);
|
||||
background: variables.$color-white-alpha-80;
|
||||
backdrop-filter: blur(12px);
|
||||
background: rgba(variables.$color-gray-05, 0.8);
|
||||
display: flex;
|
||||
height: 20px;
|
||||
justify-content: center;
|
||||
@@ -503,20 +503,26 @@ button.CompositionInput__link-preview__close-button {
|
||||
top: 6px;
|
||||
width: 20px;
|
||||
|
||||
@include mixins.dark-theme {
|
||||
background-color: rgba(variables.$color-gray-75, 0.8);
|
||||
-webkit-mask: none;
|
||||
}
|
||||
|
||||
&::before {
|
||||
@include mixins.color-svg(
|
||||
'../images/icons/v3/x/x.svg',
|
||||
variables.$color-gray-75
|
||||
variables.$color-black-alpha-50
|
||||
);
|
||||
|
||||
@include mixins.dark-theme {
|
||||
background-color: variables.$color-white-alpha-55;
|
||||
}
|
||||
|
||||
& {
|
||||
content: '';
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
@include mixins.dark-theme {
|
||||
background-color: variables.$color-gray-05;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user