AccessSecretStorageDialog: various fixes (#30093)
* AccessSecretStorageDialog: clear notice when input is empty * AccessSecretStorageDialog: Simplify logic for calculating feedback No functional changes, just simplification * AccessSecretStorageDialog: use the right icon Should be a ! in a circle, not an X. Also requires use of `Flex` to fix the vertical alignment. * AccessSecretStorageDialog: fix resizing when key is correct * AccessSecretStorageDialog: remove confirmation on dialog close Per discussion on https://github.com/element-hq/element-web/issues/30024, we don't want this any more.
This commit is contained in:
committed by
GitHub
parent
073606207e
commit
3e8599bba0
@@ -32,7 +32,7 @@ Please see LICENSE files in the repository root for full details.
|
||||
color: $alert;
|
||||
|
||||
&::before {
|
||||
mask-image: url("@vector-im/compound-design-tokens/icons/close.svg");
|
||||
mask-image: url("@vector-im/compound-design-tokens/icons/error-solid.svg");
|
||||
background-color: $alert;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user