Skip to content

Commit 49163c8

Browse files
committed
Administration: Improve dashboard widgets border styles.
This changeset fixes a CSS glitch on dashboard widgets bottom border when they are collapsed. Follow-up to [61646]. Reviewed by westonruter. Merges [62206] to the 7.0 branch. Props pratik-jain, audrasjb, ankitkumarshah. Fixes #65017. See #64549. git-svn-id: https://develop.svn.wordpress.org/branches/7.0@62214 602fd350-edb4-49c9-b593-d223f7449a82
1 parent c254f40 commit 49163c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/css/common.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2281,7 +2281,7 @@ html.wp-toolbar {
22812281
line-height: 1;
22822282
}
22832283

2284-
.postbox.closed {
2284+
.postbox.closed .postbox-header {
22852285
border-bottom: 0;
22862286
}
22872287

0 commit comments

Comments
 (0)