halleyx-ui-framework 11.3.15 → 11.3.17

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.
@@ -108,8 +108,8 @@ input[type='password'] {
108
108
  // background: white;
109
109
  position: relative;
110
110
 
111
- .readOnly:hover {
112
- border: 1px solid var(--hlx-border-color) !important;
111
+ .readOnly.singleBorder:hover {
112
+ border-bottom: 1px solid var(--hlx-border-color) !important;
113
113
  input {
114
114
  cursor: default;
115
115
  }
@@ -186,8 +186,8 @@ input[type='password'] {
186
186
  .input-field.small:hover {
187
187
  border: 1px solid var(--hlx-color-primary);
188
188
  }
189
- .disabled:hover {
190
- border: 1px solid var(--hlx-border-color) !important;
189
+ .disabled.singleBorder:hover {
190
+ border-bottom: 1px solid var(--hlx-border-color) !important;
191
191
  input {
192
192
  cursor: not-allowed;
193
193
  }