#46940 closed defect (bug) (fixed)
Site Health: Pseudo dashicons for list should be vertically centered
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.2.1 | Priority: | normal |
Severity: | normal | Version: | 5.2 |
Component: | Site Health | Keywords: | has-patch has-screenshots site-health fixed-major |
Focuses: | ui, administration | Cc: |
Description
On Site Health page there are different dashicons added based on status on list. One of them is vertically top and other are not. All of them should be vertically centered.
Attachments (7)
Change History (21)
#6
@
4 years ago
@desrosj Thanks for your suggestion. I have now updated patch 46940.1.diff based on your suggestion. Added dashicons
class.
#8
@
4 years ago
- Keywords commit added
This looks much cleaner already, tried out 46940.1.diff and I say we roll with that.
Note: See
TracTickets for help on using
tickets.
@chetan200891 Looking at the Dashicons CSS file in core, it looks like the icons are assigned
vertical-align: top
there. Attaching a screenshot of all the icons aligned top for comparison.Also, it may be worth exploring using actual Dashicon classes in addition to
.fail
,.info
, etc. classes. There is also a lot of repetition within these CSS definitions. Thedisplay
,vertical-align
andfont-family
properties can be consolidated.