Arreglo de estilo

This commit is contained in:
Nika Zhenya 2019-03-21 16:36:29 -06:00
parent c6457af989
commit b827e43614
1 changed files with 4 additions and 1 deletions

View File

@ -30,7 +30,10 @@ function mode (e) {
e.nodeName == 'P' || e.nodeName == 'SPAN' ||
e.nodeName == 'FIGCAPTION') {
if (!e.parentNode.classList.contains('hashover-content')) {
if (!e.parentNode.classList.contains('hashover-content') &&
!e.parentNode.classList.contains('hashover-form-links') &&
!e.classList.contains('hashover-form-links') &&
!e.parentNode.parentNode.classList.contains('hashover-formatting-table')) {
e.style.color = color;
}
}