vendor/assets/stylesheets/_reset.scss in active_frontend-6.5.0 vs vendor/assets/stylesheets/_reset.scss in active_frontend-6.6.0

- old
+ new

@@ -86,6 +86,14 @@ -webkit-tap-highlight-color: rgba(0,0,0,0); tap-highlight-color: rgba(0,0,0,0); text-rendering: optimizeLegibility; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; +} +::-moz-selection { + background: $primary-color; + color: rgba(255,255,255,1); +} +::selection { + background: $primary-color; + color: rgba(255,255,255,1); } \ No newline at end of file