Skip to content

Commit e2d6d2b

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]. Props pratik-jain, audrasjb, ankitkumarshah. Fixes #65017. See #64549. git-svn-id: https://develop.svn.wordpress.org/trunk@62206 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 54593bc commit e2d6d2b

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)