瀏覽代碼

Remove custom selection colors

Kjell Reigstad 5 年之前
父節點
當前提交
9570d458a1
共有 1 個文件被更改,包括 0 次插入8 次删除
  1. 0 8
      rivington/inc/wpcom-colors.php

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

@@ -408,14 +408,6 @@ add_color_rule( 'fg1', '#EE4266', array(
  * Custom CSS
  */
 function rivington_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 > li > .sub-menu > li:first-child > a {
 			border-top: 1px solid;