Skip to content

Commit c6d0b32

Browse files
committed
removed passwordfield from index and moved the
visibility toggle a bit more to the left to not overlap with the scroll bar
1 parent b42b8a0 commit c6d0b32

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

modules/st2-auto-form/fields/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import EnumField from './enum';
1919
import IntegerField from './integer';
2020
import NumberField from './number';
2121
import ObjectField from './object';
22-
import PasswordField from './password';
2322
import StringField from './string';
2423
import SelectField from './select';
2524
import ColorStringField from './color-string';
@@ -31,7 +30,6 @@ export {
3130
IntegerField,
3231
NumberField,
3332
ObjectField,
34-
PasswordField,
3533
StringField,
3634
SelectField,
3735
ColorStringField,

modules/st2-auto-form/style.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,10 @@
180180
color: black;
181181
}
182182

183+
&__wrapper-block &__button {
184+
right: 16px;
185+
}
186+
183187
&__text-field &__field,
184188
&__text-field &__field--secret {
185189
font-size: 13px;
@@ -198,7 +202,7 @@
198202
&::-webkit-scrollbar {
199203
width: 13px;
200204
height: 13px;
201-
205+
202206
background-color: transparent;
203207
}
204208

@@ -208,6 +212,7 @@
208212
background-color: rgba(117, 117, 117, .3);
209213
background-clip: padding-box;
210214

215+
211216
&:hover {
212217
background-color: rgba(117, 117, 117, .7);
213218
}

0 commit comments

Comments
 (0)