We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9bd855 commit 9bd8a5fCopy full SHA for 9bd8a5f
packages/@adobe/spectrum-css-temp/components/checkbox/index.css
@@ -67,6 +67,8 @@ governing permissions and limitations under the License.
67
opacity: .0001;
68
z-index: 1;
69
70
+ /* prevent double click event due to browser waiting to fire double tap */
71
+ touch-action: manipulation;
72
cursor: default;
73
74
&:disabled {
packages/@adobe/spectrum-css-temp/components/toggle/index.css
@@ -56,6 +56,8 @@ governing permissions and limitations under the License.
56
57
58
59
60
61
62
63
&:checked + .spectrum-ToggleSwitch-switch {
0 commit comments