Skip to content

Commit

Permalink
Admin: Improve Dashboard icon contrast.
Browse files Browse the repository at this point in the history
The icons used across the dashboard had too low contrast to pass AA WCAG guidelines. They’re now slightly darker for better contrast.

Props @melchoyce, @SergeyBiryukov, @chetan200891 , @kjellr 
Fixes #46935


git-svn-id: https://develop.svn.wordpress.org/trunk@45700 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
karmatosed committed Jul 30, 2019
1 parent da0f9cd commit 2f52d5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wp-admin/css/dashboard.css
Expand Up @@ -220,7 +220,7 @@
.welcome-panel .welcome-icon:before,
#dashboard_right_now li a:before,
#dashboard_right_now li span:before {
color: #82878c;
color: #606a73;
font: normal 20px/1 dashicons;
speak: none;
display: inline-block;
Expand Down Expand Up @@ -422,7 +422,7 @@
}

.event-icon:before {
color: #82878C;
color: #606a73;
font-size: 18px;
}
.event-meetup .event-icon:before {
Expand Down

0 comments on commit 2f52d5a

Please sign in to comment.