Skip to content

Commit

Permalink
Use default design for checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Gared committed Oct 22, 2023
1 parent 9d5333c commit da5c2eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@
margin: 5px;
}

#autoAddBookmarkCheckbox {
position: relative;
opacity: 1;
pointer-events: initial;
}

.bookmarkPadId {
font-size: 15px;
font-weight: bold;
Expand Down
2 changes: 1 addition & 1 deletion templates/modals.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<br/>
<div>
<input id="autoAddBookmarkCheckbox" type="checkbox"/>
<span id="addBookmarksAutomatically" data-l10n-id="ep_bookmark.addBookmarksAutomatically">Add bookmarks automatically</span>
<label for="autoAddBookmarkCheckbox" data-l10n-id="ep_bookmark.addBookmarksAutomatically" aria-label="Add bookmarks automatically">Add bookmarks automatically</label>
</div>
<br/>
<div>
Expand Down

0 comments on commit da5c2eb

Please sign in to comment.