halleyx-ui-framework 11.6.25 → 11.6.27

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.
@@ -107,7 +107,18 @@ input[type='password'] {
107
107
  align-items: center;
108
108
  // background: white;
109
109
  position: relative;
110
-
110
+ .singleBorder {
111
+ border: none !important;
112
+ border-bottom: 1px solid var(--hlx-border-color) !important;
113
+ }
114
+ // .singleBorder:hover {
115
+ // border: none !important;
116
+ // border-bottom: 1px solid var(--hlx-color-primary) !important;
117
+ // }
118
+ .singleBorder:focus-within {
119
+ border: none !important;
120
+ border-bottom: 1px solid var(--hlx-color-primary) !important;
121
+ }
111
122
  .readOnly.singleBorder:hover {
112
123
  border-bottom: 1px solid var(--hlx-border-color) !important;
113
124
  input {