code refactoring
This commit is contained in:
parent
d64353d656
commit
7df0f85d64
3
public/akaunting-js/generalAction.js
vendored
3
public/akaunting-js/generalAction.js
vendored
@ -368,7 +368,7 @@ function marqueeAnimation(truncate) {
|
|||||||
// offsetwidth = width of the text, clientWidth = width of parent text (div)
|
// offsetwidth = width of the text, clientWidth = width of parent text (div)
|
||||||
// because some index page has icons, we use two time parent element
|
// because some index page has icons, we use two time parent element
|
||||||
|
|
||||||
if (truncate.children.length < 1 && truncate.offsetWidth > truncate.parentElement.clientWidth || truncate.offsetWidth > truncate.parentElement.parentElement.parentElement.clientWidth) {
|
if (truncate.children.length < 1 && truncate.offsetWidth > truncate.parentElement.clientWidth || truncate.offsetWidth > truncate.parentElement.parentElement.parentElement.clientWidth) {
|
||||||
truncate.addEventListener('mouseover', function () {
|
truncate.addEventListener('mouseover', function () {
|
||||||
truncate.parentElement.style.animationPlayState = 'running';
|
truncate.parentElement.style.animationPlayState = 'running';
|
||||||
|
|
||||||
@ -429,6 +429,7 @@ document.querySelectorAll('[data-index-icon]').forEach((defaultText) => {
|
|||||||
|
|
||||||
if (icon_parents_element.classList.contains('flex')) {
|
if (icon_parents_element.classList.contains('flex')) {
|
||||||
icon_parents_element.appendChild(defaultText);
|
icon_parents_element.appendChild(defaultText);
|
||||||
|
icon_parents_element.classList.remove('truncate');
|
||||||
} else {
|
} else {
|
||||||
if (icon_parents_element.classList.contains('overflow-x-hidden')) {
|
if (icon_parents_element.classList.contains('overflow-x-hidden')) {
|
||||||
icon_parents_element.parentElement.appendChild(defaultText);
|
icon_parents_element.parentElement.appendChild(defaultText);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user