Skip to content

Commit

Permalink
Improved behavior of tab closing icon
Browse files Browse the repository at this point in the history
  • Loading branch information
klaudiosinani committed Apr 20, 2018
1 parent 19311b5 commit a14c564
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,20 @@ exports.decorateConfig = config => {
border: 0;
}
.tab_icon {
color: ${secondary};
color: ${background};
width: 15px;
height: 15px;
}
.tab_icon:hover {
background-color: ${secondary};
background-color: ${background};
}
.tab_shape {
color: ${secondary};
width: 7px;
height: 7px;
}
.tab_shape:hover {
color: ${secondary};
}
.tab_active {
background-color: ${activeTab};
Expand Down

0 comments on commit a14c564

Please sign in to comment.