Pārlūkot izejas kodu

Remove custom selection colors.

Kjell Reigstad 5 gadi atpakaļ
vecāks
revīzija
d6612d5b63
1 mainītis faili ar 0 papildinājumiem un 8 dzēšanām
  1. 0 8
      balasana/inc/wpcom-colors.php

+ 0 - 8
balasana/inc/wpcom-colors.php

@@ -323,14 +323,6 @@ add_color_rule( 'fg1', '#BC2213', array(
   * Custom CSS
   */
 function balasana_custom_colors_extra_css() { ?>
-	::selection {
-		background-color: currentColor;
-		mix-blend-mode: hard-light;
-	}
-	::-moz-selection {
-		background-color: currentColor;
-		mix-blend-mode: hard-light;
-	}
 	@media screen and (min-width: 560px) {
 		.main-navigation > div > ul > .menu-item-has-children > a::after {
 			border-top-color: currentColor;