Skip to content

Commit

Permalink
release v9
Browse files Browse the repository at this point in the history
  • Loading branch information
rsms committed Dec 9, 2019
1 parent 9b08901 commit dae7d59
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 12 deletions.
2 changes: 1 addition & 1 deletion _data/info.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 8
version: 9
6 changes: 3 additions & 3 deletions examples/raster.html
Original file line number Diff line number Diff line change
Expand Up @@ -737,9 +737,9 @@ <h4>Ordered &amp; unordered lists</h4>
<h4>Task list</h4>
<p>Leading paragraph</p>
<ul>
<li class="task-list-item"><input type="checkbox" disabled="">Buy milk</li>
<li class="task-list-item"><input type="checkbox" disabled="" checked="">Try Raster</li>
<li class="task-list-item"><input type="checkbox" disabled="">Call Mom</li>
<li class="task-list-item"><input type="checkbox" disabled>Buy milk</li>
<li class="task-list-item"><input type="checkbox" disabled checked>Try Raster</li>
<li class="task-list-item"><input type="checkbox" disabled>Call Mom</li>
<li>Regular list item</li>
</ul>
</c>
Expand Down
4 changes: 2 additions & 2 deletions raster.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion raster.debug.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions raster.dev.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion raster.grid.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion src/elements.css
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,11 @@ li.task-list-item {
height: var(--baseline);
display: inline-block;
position: relative;
border: none;
opacity:1;

--outlineSvgUrl: url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="1.75" y="1.75" width="14.5" height="14.5" rx="0.5" stroke="black" stroke-width="1.5"/></svg>');
--checkSvgUrl: url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.7 9.3L8.1 12.6L13.8 6.9L12.3 5.3L8.1 9.5L6.3 7.7L4.7 9.3Z" fill="black"/></svg>');
--checkSvgUrl: url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.7 9.3L8.1 12.6L13.8 6.9L12.3 5.3L8.1 9.5L6.3 7.7L4.7 9.3Z" fill="black"/></svg>');

&:before, &:after {
display: block;
Expand All @@ -303,6 +305,7 @@ li.task-list-item {
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
--webkit-touch-callout: none;
}

&:after {
Expand Down

0 comments on commit dae7d59

Please sign in to comment.