[4.0] Fix icon width in dropdowns etc#26056
Conversation
This simple PR updates the scss so that the styling for icomoon and fontawesome (icon- and fa-) are the same Can be tested on the actions dropdown with the batch button
| [class*=" icon-"]:not(.input-group-text), | ||
| [class^="fa-"]:not(.input-group-text), | ||
| [class*=" fa-"]:not(.input-group-text) | ||
| { |
|
The issue derives from: https://github.com/joomla/joomla-cms/blob/4.0-dev/administrator/templates/atum/scss/vendor/bootstrap/_dropdown.scss#L8-L13 It should probably be removed instead |
|
@C-Lodder you're the expert but are you sure its not because of the |
|
@brianteeman The The should be removed too but out of scope for the PR |
|
sorry I meant the margin-right 0.5 |
|
@C-Lodder I have updated it - can you confirm its ok now |
|
@brianteeman you should just be able to remove the width and revert your initial changes. It will no doubt effect something else in the CMS but that can be addressed later with a proper fix once found |
|
by doing both it avoids the chance of effects elsewhere doesnt it? |
|
Meh I suppose so |
|
Please resolve conflicting files so this PR can get tested at Worldwide Pizza, Bugs & Fun, October 19th |
|
@franz-wohlkoenig I really hope it will be tested and merged before then |
|
I have tested this item 🔴 unsuccessfully on 2f8e5be This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/26056. |
|
I have tested this item ✅ successfully on 2f8e5be This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/26056. |
|
I have tested this item 🔴 unsuccessfully on 2f8e5be php: Linux web10 4.1.42-vs2.3.8.6-beng #1 SMP Fri Jul 28 13:09:21 BST 2017 x86_64 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/26056. |
|
I have tested this item 🔴 unsuccessfully on 2f8e5be This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/26056. |
|
To everyone saying this did not work did you run "npm i" after applying the patch to rebuild the css |
|
strangely, actually i had npm i run. Now it's working. |
|
I have tested this item ✅ successfully on 2f8e5be This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/26056. |
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/26056. |
|
Thanks! |
|
Thanks |
|
IMHO, this should be reverted as it breaks a lot of stuff for quickicons and dashboards. |
|
Please test #26757 |
This simple PR updates the scss so that the styling for icomoon and fontawesome (icon- and fa-) are the same
Can be tested on the actions dropdown with the batch button
before
after