Skip to content

Commit a29b76f

Browse files
committed
1 parent b256a48 commit a29b76f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/css/common.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
font-style: normal;
1111
font-weight: normal;
1212
line-height: 1;
13+
user-select: none;
14+
-moz-user-select: none;
15+
-webkit-user-select: none;
1316
vertical-align: middle;
1417
}
1518
body {

src/css/popup.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ p {
134134
}
135135
#switch {
136136
margin: 8px 0;
137-
user-select: none;
138137
}
139138
#switch .fa {
140139
color: #0046ff;

0 commit comments

Comments
 (0)