Skip to content

Commit 863e014

Browse files
committed
style: disable text selection on tab labels
1 parent ff6c7a7 commit 863e014

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

anycode/components/toolbar/Toolbar.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
overflow: hidden;
2525
padding-left: 8px;
2626
padding-right: 4px;
27+
user-select: none;
28+
-webkit-user-select: none;
2729
}
2830

2931
.tab:hover .tab-close-button {

0 commit comments

Comments
 (0)