Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
Merge pull request #70 from WordPress/fix/remove-green-and-red-from-ui
Browse files Browse the repository at this point in the history
Remove green and red colors on texts and links
  • Loading branch information
audrasjb committed Apr 7, 2020
2 parents d10a2cd + 0414708 commit 12c9290
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions css/wp-autoupdates.css
Expand Up @@ -2,22 +2,6 @@
min-width: 200px;
}

.autoupdates_column .plugin-autoupdate-enabled,
.theme-overlay .theme-autoupdate-enabled a {
color: #006505;
}

.autoupdates_column .plugin-autoupdate-disable,
.autoupdates_column .theme-autoupdate-disable,
.theme-overlay .theme-autoupdate-disabled a {
color: #a00;
}

.plugin-autoupdate-enabled,
.theme-autoupdate-enabled {
color: #006505;
}

.plugins .plugin-title .plugin-autoupdate-enabled .dashicons,
#update-themes-table .plugin-title .dashicons {
float: none;
Expand All @@ -31,7 +15,6 @@
background: transparent;
box-shadow: none;
font-size: 20px;
color: #006505;
}

.theme-overlay .theme-autoupdate a {
Expand Down

0 comments on commit 12c9290

Please sign in to comment.