Et2LinkEntry: Fix required color was not visible

This commit is contained in:
nathan 2024-10-21 10:34:45 -06:00
parent 7ff70b75dd
commit 547fac56d0
2 changed files with 2 additions and 0 deletions

View File

@ -394,6 +394,7 @@ export class Et2LinkEntry extends Et2InputWidget(LitElement)
@change=${this.handleAppChange}
></et2-link-apps>
<et2-link-search
exportparts="combobox:control"
?placeholder=${this.placeholder}
?required=${this.required}
?disabled=${this.disabled}

View File

@ -36,6 +36,7 @@
--primary-color: #26537C;
--primary-background-color: #4177a2;
--highlight-background-color: rgba(153, 204, 255, .4);
--required-background-color: #ffffd0;
--label-color: #000000;
/* For fixed width labels - use class 'et2-label-fixed'*/