ソースを参照

added moz-user-select (for Waterfox classic)

Gildas 5 年 前
コミット
6ed0773592
1 ファイル変更1 行追加0 行削除
  1. 1 0
      common/ui/content/content-infobar-web.js

+ 1 - 0
common/ui/content/content-infobar-web.js

@@ -103,6 +103,7 @@
 					background-image: url(${IMAGE_ICON});
 					border-radius: 16px;
 					user-select: none;
+					-moz-user-select: none;
 					opacity: .7;
 					cursor: pointer;
 					padding-left: 0;