User tests: Successful: Unsuccessful:
Pull Request for Issue #33443 .
This Pull Request modifies administrator/templates/atum/scss/vendor/bootstrap/_dropdown.scss.
The issue was that if the dropdown menu contains only a single button, then there would be not border radius for the button. This was caused because if a dropdown menu contained only a single button, it would have both the classes first as well as last, hence overriding the border-radius property that has been set in template-rtl.scss and removing border radius from bottom and top respectively.
In this pull request a check has been added to see if the element contains both first and last classes, if it does then the style won't be applied.
Save & Close dropdown menu and hover over Save & New.Save & New has the border radius for all 4 corners.Check if other dropdown menus are fine ( Before & After results will be same for this one).
Home.Save & Close dropdown menu and hover over Save & New and Save as Copy.Save & New has the border radius for top corners and Save as Copy has border radius for bottom corners.Nope.
| Status | New | ⇒ | Pending |
| Category | ⇒ | Administration Templates (admin) NPM Change |
| Labels |
Added:
NPM Resource Changed
?
|
||
I have tested this item
I have tested this item
| Status | Pending | ⇒ | Ready to Commit |
RTC
| Status | Ready to Commit | ⇒ | Fixed in Code Base |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-05-03 08:15:06 |
| Closed_By | ⇒ | chmst | |
| Labels |
Added:
?
|
||
Thanks!
I've updated the branch to latest 4.0-dev to get rid of the unrelated javascript-cs error in drone.