User tests: Successful: Unsuccessful:
Pull Request for Issue #37706.
I added a 0.25 rem distance to the left of the toolbar so that the focus border is not cut off.
Apply patch and in Cassiopeia Frontend in the Media Modal window the Upload Button should have a full focus border
No
Status | New | ⇒ | Pending |
Category | ⇒ | Repository NPM Change |
Labels |
Added:
NPM Resource Changed
?
|
Ok, thanks for the suggestion I changed it
I have tested this item
Fixes the focus border for me. :) thanks!
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
I have tested this item
Labels |
Added:
?
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-05-13 12:03:18 |
Closed_By | ⇒ | laoneo |
Thanks!
Sorry but this is not correct as it wont work on an rtl site and it's so generic that it will have an impact everywhere.
Pretty sure that the correct fix is to change the padding in the subhead class below
joomla-cms/build/media_source/templates/site/cassiopeia/scss/blocks/_toolbar.scss
Lines 1 to 12 in d43e5a5
changing from
padding: 10px 0
to simplypadding: 10px
should do it