Fix close button on forgot password flow (#12732)
* Fix close button on forgot password flow The 'x' had escaped out the right of the button for some reason * Add test that actually opens the dialog in question * Actually screenshot the right thing * Unnecessary screenshot
This commit is contained in:
parent
2f953f1d0f
commit
06117695bc
8 changed files with 141 additions and 17 deletions
|
@ -522,6 +522,8 @@ legend {
|
|||
content: "";
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
left: 0;
|
||||
top: 0;
|
||||
position: absolute;
|
||||
mask-image: url("@vector-im/compound-design-tokens/icons/close.svg");
|
||||
mask-repeat: no-repeat;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue