Skip to content

Commit

Permalink
Merge pull request #17 from 06b/DeprecationWarningPatch
Browse files Browse the repository at this point in the history
Fix Deprecation warning in Chrome
  • Loading branch information
jenil authored Oct 10, 2018
2 parents eefea2b + fa7b195 commit d721d9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/chota.css
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ select {
background: #f3f3f6 no-repeat 100%;
background-size: 1ex;
background-origin: content-box;
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='40' fill='#555'><polygon points='0,0 60,0 30,40'/></svg>");
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='40' fill='%23555'><polygon points='0,0 60,0 30,40'/></svg>");
}
[type="checkbox"],
[type="radio"] {
Expand Down
Loading

0 comments on commit d721d9d

Please sign in to comment.