Skip to content

Commit

Permalink
Make poketab icon visible in single tab view (klaudiosinani#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
inside-hakumai committed Dec 19, 2018
1 parent 48ca9bc commit 436d0be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,12 @@ exports.decorateConfig = config => {
.tabs_nav .tabs_list {
border-bottom: 0;
}
.tabs_nav .tabs_title::before {
content: url("file://${tabContent}");
position: absolute;
right: 10px;
top: -4px;
}
.tabs_nav .tabs_title,
.tabs_nav .tabs_list .tab_tab {
color: ${secondary};
Expand Down

0 comments on commit 436d0be

Please sign in to comment.