Less to replace Font Awesome icons on editor buttons

xF2 Template Modification Less to replace Font Awesome icons on editor buttons

DareSec

Inforc3r
Staff member
Administrator
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
May 25, 2019
Messages
1,382
Points
523

Reputation:

DareDevil submitted a new resource:

Less to replace Font Awesome icons on editor buttons - replace Font Awesome icons on editor buttons

1589282062663-png.png

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...
 
Top