Skip to content

[4.0] Fix icon width in dropdowns etc#26056

Merged
wilsonge merged 10 commits intojoomla:4.0-devfrom
brianteeman:sxm22
Oct 19, 2019
Merged

[4.0] Fix icon width in dropdowns etc#26056
wilsonge merged 10 commits intojoomla:4.0-devfrom
brianteeman:sxm22

Conversation

@brianteeman
Copy link
Contributor

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

image

after

image

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
@joomla-cms-bot joomla-cms-bot added NPM Resource Changed This Pull Request can't be tested by Patchtester PR-4.0-dev labels Aug 28, 2019
[class*=" icon-"]:not(.input-group-text),
[class^="fa-"]:not(.input-group-text),
[class*=" fa-"]:not(.input-group-text)
{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move to previous line.

@C-Lodder
Copy link
Member

@brianteeman
Copy link
Contributor Author

@C-Lodder you're the expert but are you sure its not because of the
*margin-right: .3em;

@C-Lodder
Copy link
Member

@brianteeman The * before a property is a IE hack...specifically for IE7 if I rightly remember.

The should be removed too but out of scope for the PR

@brianteeman
Copy link
Contributor Author

sorry I meant the margin-right 0.5

@brianteeman
Copy link
Contributor Author

@C-Lodder I have updated it - can you confirm its ok now

@C-Lodder
Copy link
Member

C-Lodder commented Aug 28, 2019

@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

@brianteeman
Copy link
Contributor Author

by doing both it avoids the chance of effects elsewhere doesnt it?

@C-Lodder
Copy link
Member

Meh I suppose so

@ghost
Copy link

ghost commented Sep 2, 2019

Please resolve conflicting files so this PR can get tested at Worldwide Pizza, Bugs & Fun, October 19th

@brianteeman
Copy link
Contributor Author

@franz-wohlkoenig I really hope it will be tested and merged before then

@Nilesh5995
Copy link

I have tested this item 🔴 unsuccessfully on 2f8e5be

Testing in the chrome browser.
It looks like shown in before image. Link - https://user-images.githubusercontent.com/1296369/63854445-17e98200-c995-11e9-843a-9f9b68b7f7d4.png


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/26056.

@ahghatol
Copy link

I have tested this item ✅ successfully on 2f8e5be

Worked


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/26056.

@riishede
Copy link

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
dbserver: mysql
dbversion: 5.6.32-1~dotdeb+7.1
dbcollation: latin1_swedish_ci
dbconnectioncollation: utf8mb4_general_ci
phpversion: 7.2.16
server: Apache
sapi_name: cgi-fcgi
version: Joomla! 4.0.0-beta1-dev Development [ Amani ] 17-October-2019 20:21 GMT
useragent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:69.0) Gecko/20100101 Firefox/69.0


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/26056.

@Schmidie64
Copy link
Contributor

I have tested this item 🔴 unsuccessfully on 2f8e5be

After activating the patch, no change can be detected.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/26056.

@brianteeman
Copy link
Contributor Author

To everyone saying this did not work did you run "npm i" after applying the patch to rebuild the css

@Schmidie64
Copy link
Contributor

strangely, actually i had npm i run. Now it's working.

@Schmidie64
Copy link
Contributor

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.

@Quy
Copy link
Contributor

Quy commented Oct 19, 2019

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/26056.

@joomla-cms-bot joomla-cms-bot added the RTC This Pull Request is Ready To Commit label Oct 19, 2019
@wilsonge wilsonge merged commit 81dd7dd into joomla:4.0-dev Oct 19, 2019
@wilsonge
Copy link
Contributor

Thanks!

@joomla-cms-bot joomla-cms-bot removed the RTC This Pull Request is Ready To Commit label Oct 19, 2019
@wilsonge wilsonge added this to the Joomla 4.0 milestone Oct 19, 2019
@brianteeman
Copy link
Contributor Author

Thanks

@infograf768
Copy link
Member

infograf768 commented Oct 21, 2019

IMHO, this should be reverted as it breaks a lot of stuff for quickicons and dashboards.
See #26741

@infograf768
Copy link
Member

Please test #26757

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

NPM Resource Changed This Pull Request can't be tested by Patchtester

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants