[4.0] Use icon to fix space in Help button#27333
Conversation
|
This can't be the correct solution. The entire point of using fontawesome was that it would replace the old icon- fonts and in many/most cases you will see that the icon- fonts are mapped to the fontawesome fonts. |
|
Well that is not the case at the moment as icons in the toolbar except for Help and Action are |
|
I am referring to this file |
|
So PR is fine as it and map |
|
We have recently found out, that although they are indeed mapped, there are differences in padding. |
|
Then we have to fix that in css. Just changing an icon is a bandaid solution |
|
I'd check that the base styling |
|
Then all the other icons in the toolbar will have to be changed instead of this one only. |
|
@Quy The whole of core should be using |
|
My experience of the issue is indeed in Firefox, not Safari for example (Macintosh) |
|
Closing. It will be fixed in #27657. |
* circle * ellipsis * Revert "ellipsis" This reverts commit 8212d77 * "ellipsis" * exclamation * exclamation * bulk replace * vue * sql * scss changes for .fa { * adding .fas & .far to .fa, .fab * ran npm ci * fixed font size issue * updated -eye and -eye-slash * Revert "updated -eye and -eye-slash" This reverts commit beb3771 * change fa-css-prefix to fas issue #27333 * quickicons * Update administrator/templates/atum/scss/_variables.scss revert as it refers to the icon content itself not the calling class Co-Authored-By: Quy <quy@fluxbb.org> * Revert "ran npm ci" to remove package-lock.json This reverts commit 217f924 * revert _header.scss * revert conflict * reapply fas fix * reapply fas fix for _header.scss * media folder icons * media folder icon in toolbar * open eye * open eye * Add missing fas class for quickicons * Add missing fas and fab classes to inactive tables * remove .fa and .far * remove more .fa and .far * resolve conflict * accidently removed lines * try again Co-authored-by: Quy <quy@fluxbb.org> Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
* circle * ellipsis * Revert "ellipsis" This reverts commit 8212d77 * "ellipsis" * exclamation * exclamation * bulk replace * vue * sql * scss changes for .fa { * adding .fas & .far to .fa, .fab * ran npm ci * fixed font size issue * updated -eye and -eye-slash * Revert "updated -eye and -eye-slash" This reverts commit beb3771 * change fa-css-prefix to fas issue joomla#27333 * quickicons * Update administrator/templates/atum/scss/_variables.scss revert as it refers to the icon content itself not the calling class Co-Authored-By: Quy <quy@fluxbb.org> * Revert "ran npm ci" to remove package-lock.json This reverts commit 217f924 * revert _header.scss * revert conflict * reapply fas fix * reapply fas fix for _header.scss * media folder icons * media folder icon in toolbar * open eye * open eye * Add missing fas class for quickicons * Add missing fas and fab classes to inactive tables * remove .fa and .far * remove more .fa and .far * resolve conflict * accidently removed lines * try again Co-authored-by: Quy <quy@fluxbb.org> Co-authored-by: Richard Fath <richard67@users.noreply.github.com>


Pull Request for Issue #25854 .
Summary of Changes
Change the help button to use
icon-instead offa-to be consistent with the other buttons.Actionsbutton has the same issue. There isn't an equivalent icon for it so it will be handled in a separate PR.Testing Instructions
Go to Content > Articles
See space at the bottom of the Help button.
Actual result