Monday, January 7, 2019
2 changes · master
Resolved issues and error corrections
Website pop-up dialogs now place the primary action button in the expected corner, making important actions easier and more intuitive for users to choose. The update also includes small layout fixes to improve consistency and readability in affected website screens.
Original PR description
Modal primary button should be the one in the corner (left if buttons aligned left, right if buttons aligned right) as in the Bootstrap doc. More than a simple guideline, the user will intuitively click on the button in the corner as it is supposed to be the primary one. Plus some DOM fixes (o_technical_modal was missing, H2 was too big especially since BS4) task-1922120
The UPS delivery website modal now places the main action button in the expected corner position. This makes the dialog easier and more intuitive for customers to use, reducing the chance of clicking the wrong option.
Original PR description
Modal primary button should be the one in the corner (left if buttons aligned left, right if buttons aligned right) as in the Bootstrap doc. More than a simple guideline, the user will intuitively click on the button in the corner as it is supposed to be the primary one. task-1922120