Skip to content

Commit

Permalink
site: nicer close icon
Browse files Browse the repository at this point in the history
  • Loading branch information
kapouer committed Jan 3, 2020
1 parent b638fec commit a78fb08
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/html/ui/site.css
Expand Up @@ -26,7 +26,6 @@ body {
font-size: 14px;
line-height: 1.4285em;
color: rgba(0, 0, 0, 0.87);
font-smoothing: antialiased;
}
.hidden,[hidden] {
display:none !important;
Expand Down Expand Up @@ -229,8 +228,8 @@ i.icon.up::before {

i.icon.delete::before,
i.icon.close::before {
background-image: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 352 512"><path d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"/></svg>');
content:'';
font-size:2em;
content:'×';
}

/*******************************
Expand Down

0 comments on commit a78fb08

Please sign in to comment.