vendor/assets/stylesheets/blocks/_reset.scss in active_frontend-14.0.35 vs vendor/assets/stylesheets/blocks/_reset.scss in active_frontend-14.0.36
- old
+ new
@@ -167,13 +167,7 @@
line-height: text-line-height(b);
text-align: left;
text-decoration: none;
text-transform: none;
}
-::-moz-selection {
- background: color(primary);
- color: color(white);
-}
-::selection {
- background: color(primary);
- color: color(white);
-}
+::-moz-selection { background: transparentize(color(primary), 0.85); }
+::selection { background: transparentize(color(primary), 0.85); }