File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363.input-group input : focus , .input-group select : focus { border-color : # 1e90ff ; }
6464
6565/* Password input wrapper */
66- .password-input-wrapper { position : relative; }
67- .password-input-wrapper input { padding-right : 44 px ; }
68- .password-toggle { position : absolute; right : 12 px ; top : 50% ; transform : translateY (-50% ); background : none; border : none; cursor : pointer; color : # 6b7280 ; padding : 4px ; border-radius : 4px ; display : flex; align-items : center; justify-content : center; }
66+ .password-input-wrapper { position : relative; display : flex; align-items : center; }
67+ .password-input-wrapper input { padding-right : 40 px ; flex : 1 ; }
68+ .password-toggle { position : absolute; right : 10 px ; top : 50% ; transform : translateY (-50% ); background : none; border : none; cursor : pointer; color : # 6b7280 ; padding : 4px ; border-radius : 4px ; display : flex; align-items : center; justify-content : center; width : 24 px ; height : 24 px ; z-index : 10 ; }
6969.password-toggle : hover { color : # 1e90ff ; background : # f8fbff ; }
7070.password-toggle : focus { outline : 2px solid # 1e90ff ; outline-offset : 1px ; }
7171
You can’t perform that action at this time.
0 commit comments