#65017 closed defect (bug) (fixed)
Dashboard widgets border bottom issue when it is closed in version 7.0 RC2
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 7.0 | Priority: | normal |
| Severity: | normal | Version: | trunk |
| Component: | Administration | Keywords: | has-screenshots has-patch dev-feedback |
| Focuses: | ui, css | Cc: |
Description
In WordPress 7.0 RC2 version,
When dashboard widgets are closed then we can see a straight border bottom without round.
Attachments (3)
Change History (10)
#1
@
28 hours ago
Confirmed the bug persists in both Firefox and Chrome. Applying the CSS snippet below will standardize the behavior across both browsers,
We need to remove this CSS
.postbox.closed {border-bottom: 0;}
We need to add this CSS
.postbox.closed .postbox-header{border-bottom: 0;}
Note: See
TracTickets for help on using
tickets.


Dashboard Widget Border Bottom Issue