Skip to content

Commit

Permalink
캘린더리스트 체크박스 아웃라인 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
asheroh committed Jul 10, 2022
1 parent 76a21ec commit 6a7ff25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion runningmate/mateapp/templates/mateapp/calendar.html
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@
<div class="calendar_content">
<ul>
<li>
<input type="checkbox" class="calendar_cb" id="calendar_checkbox" style="accent-color: {{calendar.color}}; outline: 2px solid {{calendar.color}};">
<input type="checkbox" class="calendar_cb" id="calendar_checkbox" style="accent-color: {{calendar.color}};">
<label for="calendar_checkbox"></label>
</li>
<li>
Expand Down
2 changes: 2 additions & 0 deletions runningmate/runningmate/static/css/calender.css
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@
}

.calendar_cb {
width: 17px;
height: 17px;
margin-right: 15px;
border: none;
}
Expand Down

0 comments on commit 6a7ff25

Please sign in to comment.