Dashicons: Fix typo in .dashicons-excerpt-view class.
props desrosj. fixes #30832. git-svn-id: https://develop.svn.wordpress.org/trunk@31068 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
23bb9030f2
commit
c99a082e25
@ -444,7 +444,8 @@
|
||||
content: "\f163";
|
||||
}
|
||||
|
||||
.dashicons-exerpt-view:before {
|
||||
.dashicons-exerpt-view:before, /* Misspelled. Use .dashicons-excerpt-view instead. */
|
||||
.dashicons-excerpt-view:before {
|
||||
content: "\f164";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user