disable/default icon control
This commit is contained in:
7
public/akaunting-js/generalAction.js
vendored
7
public/akaunting-js/generalAction.js
vendored
@ -385,4 +385,11 @@ document.querySelectorAll('[data-truncate]').forEach((truncate) => {
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
//disable/enable icons ejected from data-truncate
|
||||
document.querySelectorAll('[data-index-icon]').forEach((defaultText) => {
|
||||
defaultText.parentElement.parentElement.parentElement.appendChild(defaultText);
|
||||
});
|
||||
//disable/enable icons ejected from data-truncate
|
||||
|
||||
//margue animation for truncated text
|
||||
|
Reference in New Issue
Block a user