Skip to content

Commit

Permalink
be
Browse files Browse the repository at this point in the history
  • Loading branch information
getrebuild committed Nov 15, 2023
1 parent 0cf832c commit 70149bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/web/assets/js/list-fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ $(document).ready(() => {
$item.addClass('hide')
}
})
})
}, 200)
})

setTimeout(() => $input[0].focus(), 20)
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/web/general/list-fields.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
outline: 0 none;
background-color: transparent;
}
.sortable-box-title .search-input > input:focus {
border-color: #4285f4;
}
</style>
</head>
<body class="dialog">
Expand Down

0 comments on commit 70149bb

Please sign in to comment.