Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 84389e8

Browse files
authored
Merge pull request atom#1878 from atom/PR-tabs-selectable
make title texts in PR details tabs not selectable
2 parents 1439973 + 358efdc commit 84389e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

styles/issueish-detail-view.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@
156156
font-weight: 600;
157157
color: mix(@text-color, @app-background-color, 75%);
158158
cursor: default;
159+
user-select: none;
159160
}
160161

161162
&-tab-icon {

0 commit comments

Comments
 (0)