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:
parent
88501ecef9
commit
bfefc2d74e
6 changed files with 83 additions and 12 deletions
|
|
@ -85,3 +85,10 @@ header {
|
|||
opacity: 1;
|
||||
pointer-events: inherit;
|
||||
}
|
||||
|
||||
.icon {
|
||||
vertical-align: middle;
|
||||
fill: currentColor;
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue