Skip to content

Commit

Permalink
GHI-#56 Disable tab dragging placeholder line
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Mar 5, 2017
1 parent 1310b12 commit 031da28
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion styles/tabs.less
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ copyright Copyright (C) 2016 +
.close-icon:before {
color: @text-color-subtle;
}

.close-icon:hover:before {
color: @text-color-highlight;
}
Expand Down Expand Up @@ -135,6 +135,10 @@ copyright Copyright (C) 2016 +
transform: scale(1);
opacity: 1;
}

.placeholder {
display: none;
}
}

.platform-darwin {
Expand Down

0 comments on commit 031da28

Please sign in to comment.