halleyx-ui-framework 11.3.16 → 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.
- package/dist/cjs/index.css +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/es/index.css +1 -1
- package/dist/es/index.js +1 -1
- package/dist/src/assets/styles/inputfields.scss +4 -4
- package/dist/umd/index.css +1 -1
- package/dist/umd/index.umd.js +1 -1
- package/dist/umd/index.umd.js.map +1 -1
- package/package.json +1 -1
|
@@ -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
|
}
|