Browse Source

Force button block in comments block to follow the rules

Jason Crist 3 years ago
parent
commit
071a9b4a76
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pendant/style.css

+ 1 - 0
pendant/style.css

@@ -74,6 +74,7 @@ a:focus {
 	
 .wp-block-search__button:hover,
 .wp-block-file .wp-block-file__button:hover,
+.wp-block-post-comments input[type=submit]:hover,
 .wp-block-button__link:hover {
 	background-color: var(--wp--preset--color--background);
 	color: var(--wp--preset--color--foreground);