[wp-trac] [WordPress Trac] #34314: Down arrow alt2 displays ? mark box

WordPress Trac noreply at wordpress.org
Thu Oct 15 13:48:28 UTC 2015


#34314: Down arrow alt2 displays ? mark box
--------------------------+----------------------
 Reporter:  deldavid      |       Owner:
     Type:  defect (bug)  |      Status:  closed
 Priority:  normal        |   Milestone:
Component:  General       |     Version:  4.3.1
 Severity:  normal        |  Resolution:  invalid
 Keywords:                |     Focuses:  ui
--------------------------+----------------------
Description changed by johnbillion:

Old description:

> The dashicon is displaying ? box instead of icon. Below is the code I am
> using to reference.
> .header-nav li.account-dropdown:before { content: '\f347';}
>
> Even when i use "" instead of '' still produces same issue. Also I have
> tried using :after instead of :before selector.-still same issue.
>
> WP 4.3.1

New description:

 The dashicon is displaying ? box instead of icon. Below is the code I am
 using to reference.

 {{{
 .header-nav li.account-dropdown:before {
 content: '\f347';
 }
 }}}

 Even when i use `""` instead of `''` still produces same issue. Also I
 have tried using :after instead of :before selector.-still same issue.

 WP 4.3.1

--

--
Ticket URL: <https://core.trac.wordpress.org/ticket/34314#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list