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 #124 from WordPress/fix/more-pre-merge-cleanp
Browse files Browse the repository at this point in the history
More pre-merge cleanup
  • Loading branch information
pbiron authored May 12, 2020
2 parents d1d5982 + 3fd9db3 commit 3b13c21
Show file tree
Hide file tree
Showing 3 changed files with 398 additions and 432 deletions.
16 changes: 8 additions & 8 deletions css/wp-autoupdates.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
.dashicons-update.spin {
animation: rotation 2s infinite linear;
}

.auto-updates-error {
display: inline-block;
/* in core, this rule will go with similar rules in wp-admin/css/list-tables.css */
.plugins .column-auto-updates {
min-width: 14.2em;
}

#autoupdates_column {
min-width: 200px;
/* in core, this rule will go with similar rules in wp-admin/css/common.css */
.plugins .column-auto-updates .dashicons-update.spin,
.theme-overlay .theme-autoupdate .dashicons-update.spin {
animation: rotation 2s infinite linear;
}

/* in core, this rule will go with the equivalent for ".theme-overlay .theme-author a" in wp-admin/css/themes.css */
.theme-overlay .theme-autoupdate a {
text-decoration: none;
}
Loading

0 comments on commit 3b13c21

Please sign in to comment.