Tap highlight color CSS property should be added to remove blue tap box in mobile view. #2984
Replies: 8 comments
-
|
I was about to start a discussion regarding this and I found your idea. Thank you very much! |
Beta Was this translation helpful? Give feedback.
-
|
any progress or forgotten :) @layer base {
html {
-webkit-tap-highlight-color: transparent;
}
} |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
Much needed. Using tailwind with ionic framework gives two overlapped animations with ionic's platform specific animations. |
Beta Was this translation helpful? Give feedback.
-
|
Hey all! I've just opened a pull request to remove the highlight by default: #9050. |
Beta Was this translation helpful? Give feedback.
-
|
+1 ahahha |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Use to remove blue tap box over Button/Link in CSS. Tailwind doesn't provide any class to alter this.
-webkit-tap-highlight-color: transparent;Beta Was this translation helpful? Give feedback.
All reactions