mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Help/About: Update the About header image.
When used inline, the SVG needs the `aria-hidden`, `focusable`, and `viewBox` properties for accessibility. Additionally, this optimizes the SVG by using `cirlce` elements in place of `path`, and removing `clipPath`. There is no visible change, but the file is now one-third the size. Props sabernhardt. See #56703, #56357. git-svn-id: https://develop.svn.wordpress.org/trunk@54662 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
022a15b476
commit
b2a5db3938
@ -788,7 +788,7 @@ div#wp-responsive-toggle a:before {
|
||||
background-color: $dashboard-accent-1;
|
||||
}
|
||||
|
||||
.welcome-panel-header-image path {
|
||||
.welcome-panel-header-image circle {
|
||||
stroke: $dashboard-accent-2;
|
||||
fill: $dashboard-accent-1;
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 4.0 KiB |
Loading…
Reference in New Issue
Block a user