Add -webkit-tap-highlight-color for smoother touch experience (#4630) * Add interactable outline color CSS variables Introduces --interactable-outline-color and --interactable-outline-color-faint variables to the body style, both set to transparent for future use in styling interactive elements. * Update global styles and remove unused CSS variables Added -webkit-tap-highlight-color to the universal selector for improved touch experience.
Signed| @@ -133,6 +133,7 @@ | ||
| 133 | 133 | * { |
| 134 | 134 | box-sizing: border-box; |
| 135 | 135 | -webkit-font-smoothing: antialiased; |
| 136 | + -webkit-tap-highlight-color: transparent; | |
| 136 | 137 | -moz-osx-font-smoothing: grayscale; |
| 137 | 138 | text-shadow: 0px 0px calc(var(--shadowWidth) * 1px) var(--SmartThemeShadowColor); |
| 138 | 139 | } |