Jelajahi Sumber

#6642: Pique: Fix social link widget background color (#6649)

Bob Matyas 2 tahun lalu
induk
melakukan
55e9eeb6d4
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      pique/style.css

+ 2 - 2
pique/style.css

@@ -1805,7 +1805,7 @@ blockquote
 	display: block;
 	padding: 7px 0;
 }
-.widget ul a:hover {
+.widget ul:not(.wp-block-social-links) a:hover {
 	background-color: rgba(233, 213, 192, 0.15);
 	border-bottom: none;
 }
@@ -2133,7 +2133,7 @@ body:not(.no-background-fixed) .site-footer {
 #tertiary .widget:not(.widget_wpcom_social_media_icons_widget):not(.jetpack_widget_social_icons) ul a {
 	color: #fcfbf9;
 }
-#tertiary .widget:not(.widget_wpcom_social_media_icons_widget):not(.jetpack_widget_social_icons) ul a:hover {
+#tertiary .widget:not(.widget_wpcom_social_media_icons_widget):not(.jetpack_widget_social_icons) ul:not(.wp-block-social-links) a:hover {
 	background-color: rgba(45, 42, 38, 0.95);
 }
 #tertiary .widget_archive ul li::before,