Przeglądaj źródła

Disable Touches in Android for Expansions

Yoginth 7 lat temu
rodzic
commit
421834f256
2 zmienionych plików z 3 dodań i 2 usunięć
  1. 1 1
      public/css/gitote.min.css
  2. 2 1
      public/less/_base.less

Plik diff jest za duży
+ 1 - 1
public/css/gitote.min.css


+ 2 - 1
public/less/_base.less

@@ -594,7 +594,8 @@ footer {
 	&.expansion {
 		cursor: pointer;
 	    letter-spacing: .2px;
-	    user-select: none;
+		user-select: none;
+		-webkit-user-select: none;
 	    display: inline-block;
 	    position: relative;
 	    z-index: 1;