Skip to content

Commit

Permalink
feat(angular)!: change dialog actions: replace row-reverse with justi…
Browse files Browse the repository at this point in the history
…fy-content end to fix a11y (#451)

Co-authored-by: anastasiia_glushkova <[email protected]>
  • Loading branch information
glushkova91 and anastasiia_glushkova authored Jan 29, 2024
1 parent a6403f7 commit 2e48742
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
</form>

<cat-dialog-actions>
<cat-button variant="filled" color="primary">Primary</cat-button>
<cat-button>Secondary</cat-button>
<cat-button variant="text" class="cat-mr-auto">Tertiary</cat-button>
<cat-button>Secondary</cat-button>
<cat-button variant="filled" color="primary">Primary</cat-button>
</cat-dialog-actions>
</cat-dialog>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}

.cat-dialog-actions-end {
flex-direction: row-reverse;
justify-content: end;
}

.cat-dialog-actions-space-between {
Expand Down

0 comments on commit 2e48742

Please sign in to comment.