Making WordPress.org


Ignore:
Timestamp:
07/10/2022 10:52:53 PM (3 years ago)
Author:
dufresnesteven
Message:

Themes: Make sure the feature toggle is visible on mobile.

Props matveb.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/index.php

    r10451 r11954  
    2929            </ul>
    3030
    31             <a class="drawer-toggle" href="#"><?php _e( 'Feature Filter', 'wporg-themes' ); ?></a>
     31            <a class="drawer-toggle" href="#">
     32                <span class="drawer-text"><?php _e( 'Feature Filter', 'wporg-themes' ); ?></span>
     33            </a>
    3234
    3335            <div class="search-form"></div>
Note: See TracChangeset for help on using the changeset viewer.