Making WordPress.org

Changeset 7822


Ignore:
Timestamp:
11/05/2018 07:46:34 PM (6 years ago)
Author:
coffee2code
Message:

wp4: Fix dashicon used in site header for make/tide.

While the true Tide dashicon is not available yet, this change at least matches the icon temporarily being used for Tide on the Make main page and switches away from a nonexistent dashicon reference added in [7284].

Props vaishalipanchal.
See #3669, #3906.

Location:
sites/trunk/wordpress.org/public_html/style
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/style/wp4-rtl.css

    r7404 r7822  
    13771377body.make-cli #headline h2 a:before { content: '\f345'; }
    13781378body.make-hosting #headline h2 a:before { content: '\f176'; }
    1379 body.make-tide #headline h2 a:before { content: '\f10d'; }
     1379body.make-tide #headline h2 a:before { content: '\f109'; }
    13801380
    13811381.make-core .site-title a:before { content: '\f475'; }
     
    13971397.make-cli .site-title a:before { content: '\f345'; }
    13981398.make-hosting .site-title a:before { content: '\f176'; }
    1399 .make-tide .site-title a:before { content: '\f10d'; }
     1399.make-tide .site-title a:before { content: '\f109'; }
    14001400
    14011401#headline .login {
  • sites/trunk/wordpress.org/public_html/style/wp4.css

    r7404 r7822  
    13771377body.make-cli #headline h2 a:before { content: '\f345'; }
    13781378body.make-hosting #headline h2 a:before { content: '\f176'; }
    1379 body.make-tide #headline h2 a:before { content: '\f10d'; }
     1379body.make-tide #headline h2 a:before { content: '\f109'; }
    13801380
    13811381.make-core .site-title a:before { content: '\f475'; }
     
    13971397.make-cli .site-title a:before { content: '\f345'; }
    13981398.make-hosting .site-title a:before { content: '\f176'; }
    1399 .make-tide .site-title a:before { content: '\f10d'; }
     1399.make-tide .site-title a:before { content: '\f109'; }
    14001400
    14011401#headline .login {
Note: See TracChangeset for help on using the changeset viewer.