From 926cb079050e27860d922719531e25207ec5dee6 Mon Sep 17 00:00:00 2001 From: Justin Lettenmair Date: Wed, 21 Aug 2019 00:10:13 -0500 Subject: [PATCH] Make "Screen Options" not white on white On the latest WP, the "Screen Options" and "Help" toggles at the top right have a white background, which makes them unreadable with this white text `wp-admin/css/common.css:1688` rule for `#screen-meta-links .show-settings { background: #fff; }` --- assets/styles/admin/partials/meta.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/styles/admin/partials/meta.scss b/assets/styles/admin/partials/meta.scss index 572f4b3..bbee6a2 100755 --- a/assets/styles/admin/partials/meta.scss +++ b/assets/styles/admin/partials/meta.scss @@ -53,6 +53,7 @@ background: $primary; .show-settings { + background: $primary; color: $white; box-shadow: none;