mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Plugins: add dismissible notices to update failures.
Adds unit test. Props afercia, mehulkaklotar. Fixes #33465. git-svn-id: https://develop.svn.wordpress.org/trunk@35681 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1578,6 +1578,21 @@ div.action-links,
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.plugin-card-update-failed .update-now {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.plugin-card-update-failed .notice-error {
|
||||
margin: 0;
|
||||
padding-left: 16px;
|
||||
-webkit-box-shadow: 0 -1px 0 #dedede;
|
||||
box-shadow: 0 -1px 0 #dedede;
|
||||
}
|
||||
|
||||
.plugin-card-update-failed .plugin-card-bottom {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.plugin-card .column-rating {
|
||||
line-height: 23px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user