diff --git a/pos-module-common-styling/modules/common-styling/pos-module.json b/pos-module-common-styling/modules/common-styling/pos-module.json index 53ddba0..694b71a 100644 --- a/pos-module-common-styling/modules/common-styling/pos-module.json +++ b/pos-module-common-styling/modules/common-styling/pos-module.json @@ -1,5 +1,5 @@ { "machine_name": "common-styling", - "version": "1.38.1", + "version": "1.38.2", "name": "platformOS common styling" } \ No newline at end of file diff --git a/pos-module-common-styling/modules/common-styling/public/assets/style/pos-forms.css b/pos-module-common-styling/modules/common-styling/public/assets/style/pos-forms.css index d14b498..31bc83e 100644 --- a/pos-module-common-styling/modules/common-styling/public/assets/style/pos-forms.css +++ b/pos-module-common-styling/modules/common-styling/public/assets/style/pos-forms.css @@ -91,14 +91,17 @@ align-self: start; } - .pos-form :has([required]:not([type="radio"])) label:after, - .pos-form :has([required]:not([type="radio"])) label strong:after { + .pos-form fieldset:has([required]:not([type="radio"])) label:after, + .pos-form fieldset:has([required]:not([type="radio"])) label strong:after, + .pos-form .pos-form-fieldset:has([required]:not([type="radio"])) label:after, + .pos-form .pos-form-fieldset:has([required]:not([type="radio"])) label strong:after { color: var(--pos-color-important); content: " *"; } - .pos-form :has([required]) label:has(strong):after { + .pos-form fieldset:has([required]) label:has(strong):after, + .pos-form .pos-form-fieldset:has([required]) label:has(strong):after { display: none; }