[Fix #929] Add a current-tab only print feature

This commit is contained in:
gregoirenovel 2017-11-23 18:00:13 +01:00
parent 3c5361a96f
commit db3e07820a
5 changed files with 98 additions and 2 deletions

View file

@ -104,6 +104,13 @@
font-weight: bold;
}
&.icon-only {
&::after {
margin-left: 2px;
color: $blue;
}
}
.dropdown-content {
display: none;
}