Add close cross for tabs (#58)

* Add .DS_Store to gitignore

* Add SVG icon component

* Add button for closing a tab (re: #40)

* Use external icon sheet for icons
This commit is contained in:
Johan Brook 2016-07-07 01:39:26 +02:00 committed by Guillermo Rauch
parent 88501ecef9
commit bfefc2d74e
6 changed files with 83 additions and 12 deletions

View file

@ -85,3 +85,10 @@ header {
opacity: 1;
pointer-events: inherit;
}
.icon {
vertical-align: middle;
fill: currentColor;
width: 1em;
height: 1em;
}