File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ import EnumField from './enum';
1919import IntegerField from './integer' ;
2020import NumberField from './number' ;
2121import ObjectField from './object' ;
22- import PasswordField from './password' ;
2322import StringField from './string' ;
2423import SelectField from './select' ;
2524import ColorStringField from './color-string' ;
@@ -31,7 +30,6 @@ export {
3130 IntegerField ,
3231 NumberField ,
3332 ObjectField ,
34- PasswordField ,
3533 StringField ,
3634 SelectField ,
3735 ColorStringField ,
Original file line number Diff line number Diff line change 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 ;
198202 & ::-webkit-scrollbar {
199203 width : 13px ;
200204 height : 13px ;
201-
205+
202206 background-color : transparent;
203207 }
204208
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 }
You can’t perform that action at this time.
0 commit comments