- Joined
- May 25, 2019
- Messages
- 1,386
- Points
- 523
Reputation:
DareDevil submitted a new resource:
Less to replace Font Awesome icons on editor buttons - replace Font Awesome icons on editor buttons
Read more about this resource...
Less to replace Font Awesome icons on editor buttons - replace Font Awesome icons on editor buttons
![]()
To change the Font Awesome icons of the editor buttons, just add such code to extra.less.
Less:.editor-button-id(@buttonId; @fa-uid; @color: false) { .fr-toolbar { .fr-command { &[data-cmd="@{buttonId}"] { i:before { & when (iscolor(@color)) { color: @color; } & when (isurl(@fa-uid)) {...
Read more about this resource...