Skip to content

Commit

Permalink
update: 選択済みユーザーのバツボタンの大きさ変更
Browse files Browse the repository at this point in the history
  • Loading branch information
nusohiro committed Feb 5, 2024
1 parent 772b944 commit cc2accb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/members/new.js.erb
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ function addMember({ userId, userName }) {
const selectedMembers = $('#principals_for_selected_member')
const cancelButton = `
<button onclick="cancelSelect(this); return false;" class="cancel-button">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<line x1="12" y1="4" x2="4" y2="12"></line>
<line x1="4" y1="4" x2="12" y2="12"></line>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" width="12" height="12" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<line x1="9" y1="3" x2="3" y2="9"></line>
<line x1="3" y1="3" x2="9" y2="9"></line>
</svg>
</button>
`
Expand Down

0 comments on commit cc2accb

Please sign in to comment.