Skip to content

Commit

Permalink
Update checkbox sizing for html render
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckh committed Jan 17, 2018
1 parent ccc94ae commit fc19846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions polymer-quill-styles-html.html
Original file line number Diff line number Diff line change
Expand Up @@ -467,13 +467,13 @@
/* Use bigger checkbox */
.markdown-html ul[data-checked="false"] > li::before {
content: '\2E3A';
font-size: 1.0rem;
font-size: 1.1rem;
}

/* Use check instead of checkbox checked */
.markdown-html ul[data-checked="true"] li::before {
content: '\2713';
font-size: 1.0rem;
font-size: 1.1rem;
}

</style>
Expand Down

0 comments on commit fc19846

Please sign in to comment.