Skip to content

Commit 052d0eb

Browse files
committed
style tweaks
1 parent e53a040 commit 052d0eb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/pages/Sidebar/containers/TabsList/TabsList.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
margin-top: 5px;
99
min-height: 80px;
10+
11+
user-select: none;
1012
}
1113

1214
.NewTabButtonContainer.Dark {

src/pages/Sidebar/containers/TabsList/react-contextmenu.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
text-align: left;
1616
transition: opacity 250ms ease !important;
1717
z-index: 10000000;
18+
19+
user-select: none;
1820
}
1921

2022
.react-contextmenu.Dark {

0 commit comments

Comments
 (0)