.close.button CSS style interferes with default WP CSS
-
Your .close.button {background:transparent;} on line 126 of your admin.css files interferes with other plugins and the default WordPress css for a .wp-core-ui .button-primary {} style resulting in areas where buttons are invisible since the background is transparent. You should update to scope your css more specifically to your plugin so it doesn’t interfere with default WP core CSS and other plugins relying of that default WP CSS.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘.close.button CSS style interferes with default WP CSS’ is closed to new replies.