Skip to content

Commit d3d6437

Browse files
committed
[UI] Minor CSS Chromium compatibility fix.
1 parent c42cbb7 commit d3d6437

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/ui/popup.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ body {
1111
border-bottom: 0.06em solid #eee;
1212
display: flex;
1313
-moz-user-select: none;
14+
user-select: none;
1415
}
1516

1617

src/ui/ui.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ input[type="checkbox"] {
167167

168168
.presets {
169169
-moz-user-select: none;
170+
user-select: none;
170171
}
171172
.sites {
172173
border: 0;

0 commit comments

Comments
 (0)