Skip to content

Commit

Permalink
[4.0] Atum content quicklinks (#36030)
Browse files Browse the repository at this point in the history
This is a partial replacement to part of the merged PR #32336

It does exactly the same thing but by using css logical properties we avoid the need to maintain both an LTR and an RTL version

There is no visual change.
  • Loading branch information
brianteeman authored Nov 28, 2021
1 parent 1ccff58 commit 2fdc848
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions administrator/templates/atum/scss/blocks/_quickicons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,5 @@

#content .menu-quicktask {
position: absolute;

[dir=ltr] & {
right: 1.25rem;
}

[dir=rtl] & {
left: 1.25rem;
}
inset-inline-end: 1.25rem;
}

0 comments on commit 2fdc848

Please sign in to comment.