Hide recovery key when prompting for verification (#30471)
* Separate security_key_title from security_key_label since they differ in designs See https://www.figma.com/design/ZodBLtGnKmRTGJo5SGLnH3/ER-137--Excluding-Insecure-Devices?node-id=92-8818&t=02JILBe2n7sx7ljU-1 In parallel with this, I have updated security_key_title in localazy. * Hide recovery key on entry screen after login
This commit is contained in:
@@ -15,6 +15,23 @@ Please see LICENSE files in the repository root for full details.
|
||||
}
|
||||
|
||||
.mx_AccessSecretStorageDialog_primaryContainer {
|
||||
.mx_AccessSecretStorageDialog_recoveryKeyEntry {
|
||||
/*
|
||||
* Be specific here to avoid "margin: 9px" from _common.pcss
|
||||
*/
|
||||
:not(.mx_textinput):not(.mx_Field):not(.mx_no_textinput) {
|
||||
input {
|
||||
/*
|
||||
* From figma: https://www.figma.com/design/ZodBLtGnKmRTGJo5SGLnH3/ER-137--Excluding-Insecure-Devices?node-id=102-43729&t=QmewENUd7f6Tmw9U-1
|
||||
*/
|
||||
width: 448px;
|
||||
height: 70px;
|
||||
margin: 0px;
|
||||
border: 1px solid;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.mx_AccessSecretStorageDialog_recoveryKeyFeedback {
|
||||
&::before {
|
||||
content: "";
|
||||
|
||||
Reference in New Issue
Block a user