This commit is contained in:
+2
@@ -133,6 +133,7 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
-webkit-tap-highlight-color: transparent;
|
-webkit-tap-highlight-color: transparent;
|
||||||
|
touch-action: manipulation; /* kill double-tap-to-zoom on rapid taps */
|
||||||
transition: transform 0.08s ease, filter 0.15s ease, opacity 0.15s ease;
|
transition: transform 0.08s ease, filter 0.15s ease, opacity 0.15s ease;
|
||||||
box-shadow: 0 8px 20px -8px rgba(0, 0, 0, 0.6);
|
box-shadow: 0 8px 20px -8px rgba(0, 0, 0, 0.6);
|
||||||
|
|
||||||
@@ -163,6 +164,7 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
-webkit-tap-highlight-color: transparent;
|
-webkit-tap-highlight-color: transparent;
|
||||||
|
touch-action: manipulation; /* kill double-tap-to-zoom on rapid taps */
|
||||||
transition: transform 0.08s ease, filter 0.15s ease;
|
transition: transform 0.08s ease, filter 0.15s ease;
|
||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
background-clip: text;
|
background-clip: text;
|
||||||
|
|||||||
Reference in New Issue
Block a user