vendor/assets/stylesheets/_reset.scss in active_frontend-9.1.1 vs vendor/assets/stylesheets/_reset.scss in active_frontend-10.0.0
- old
+ new
@@ -81,11 +81,11 @@
-webkit-font-smoothing: antialiased;
font-smooth: always;
height: 100%;
-webkit-overflow-scrolling: touch;
overflow-scrolling: touch;
- -webkit-tap-highlight-color: rgba(0,0,0,0);
- tap-highlight-color: rgba(0,0,0,0);
+ -webkit-tap-highlight-color: $color-transparent;
+ tap-highlight-color: $color-transparent;
text-rendering: optimizeLegibility;
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
}
html { background: $color-white; }
\ No newline at end of file