halleyx-ui-framework 11.6.27 → 11.6.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -101,6 +101,36 @@ input[type='datetime-local']:before {
101
101
  input[type='password'] {
102
102
  font-family: Verdana;
103
103
  }
104
+ .isSwitchError:checked + .slider {
105
+ background: var(--hlx-color-error) !important;
106
+ border: 1px solid var(--hlx-color-error) !important;
107
+ }
108
+ .isSwitchError + .slider {
109
+ background: var(--hlx-border-color) !important;
110
+ border: 1px solid var(--hlx-color-error) !important;
111
+ }
112
+ .isSwitchError:checked:disabled + .slider {
113
+ background: var(--hlx-border-color) !important;
114
+ border: 1px solid var(--hlx-color-error) !important;
115
+ }
116
+ .isCheckMarkError {
117
+ border: 1px solid var(--hlx-color-error) !important;
118
+ }
119
+ .isCheckMarkError.select-all-theme {
120
+ border: 1px solid var(--hlx-color-error) !important;
121
+ background: var(--hlx-color-error) !important;
122
+ }
123
+ input:checked ~ .isCheckMarkError {
124
+ border: 1px solid var(--hlx-color-error) !important;
125
+ background: var(--hlx-color-error) !important;
126
+ }
127
+ .isRadioError {
128
+ border: 1px solid var(--hlx-color-error) !important;
129
+ &:after {
130
+ background: var(--hlx-color-error) !important;
131
+ }
132
+ }
133
+
104
134
  .input-container {
105
135
  display: flex;
106
136
  flex-direction: column;