Skip to content

Commit 8d17c78

Browse files
Revert "Accessibility: Easier to access Authorization (#10692)" (#10850)
This reverts commit 63aa7ad.
1 parent 3608eaa commit 8d17c78

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

src/style/_layout.scss

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -682,10 +682,7 @@
682682

683683
.scheme-container {
684684
margin: 0 0 20px 0;
685-
padding: 15px 0;
686-
position: sticky;
687-
top: 0;
688-
z-index: 9999;
685+
padding: 30px 0;
689686

690687
background: $scheme-container-background-color;
691688
box-shadow: 0 1px 2px 0 rgba($scheme-container-box-shadow-color, 0.15);
@@ -714,8 +711,7 @@
714711
font-weight: bold;
715712

716713
display: flex;
717-
align-items: center;
718-
column-gap: 10px;
714+
flex-direction: column;
719715

720716
margin: -20px 15px 0 0;
721717

src/style/_modal.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
bottom: 0;
1717
left: 0;
1818

19-
background: rgba($dialog-ux-backdrop-background-color, 0.5);
19+
background: rgba($dialog-ux-backdrop-background-color, 0.8);
2020
}
2121

2222
.modal-ux {

0 commit comments

Comments
 (0)