FIX Lock translations inputs for non translatable datas
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2025-06-17 16:16:09 +02:00
parent 5eb37595fa
commit 9f616c2f45

View File

@ -802,6 +802,16 @@ select[data-enpassusermodified='yes'] {
}
}
/* -----------------------------------------------------------
LOCK DATAS TRANSLATIONS ELEMENTS ON ARTISANS PAGES FOR NL
-----------------------------------------------------------*/
.wpml-current-language--nl {
#acf-group_67581cdaf3262,
.acf-field-670fc5666c4f3 {
@apply pointer-events-none cursor-not-allowed opacity-50;
}
}
/* -----------------------------------------------------------
Admin styles
-----------------------------------------------------------*/