Skip to content

Commit 7e473e2

Browse files
committed
Fixed label background flickering when tapped on mobile webkit-based browsers.
1 parent 3ecbfab commit 7e473e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/01-atoms/label/label.scss

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
display: block;
1212
margin-bottom: ct-spacing();
13+
-webkit-tap-highlight-color: transparent;
1314

1415
@include ct-typography('label-regular');
1516

0 commit comments

Comments
 (0)