File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727 <?php wp_body_open (); ?>
2828 <nav class="skip-links skip-links--hidden" aria-label="<?php esc_attr_e ( 'Fast access links ' , 'beapi-frontend-framework ' ); ?> ">
2929 <ul>
30- <li class="display -desktop-only">
30+ <li class="is -desktop-only">
3131 <a href="#menu"><?php esc_html_e ( 'Go to main navigation menu ' , 'beapi-frontend-framework ' ); ?> </a>
3232 </li>
33- <li class="display -mobile-only">
33+ <li class="is -mobile-only">
3434 <a href="#menu-toggle"><?php esc_html_e ( 'Go to main navigation menu ' , 'beapi-frontend-framework ' ); ?> </a>
3535 </li>
3636 <li>
Original file line number Diff line number Diff line change 99 */
1010
1111// Visible only on mobile (below mobile-to-desktop-nav breakpoint)
12- .display -mobile-only {
12+ .is -mobile-only {
1313 @include breakpoints (mobile- to- desktop- nav) {
1414 @include style-only {
1515 display : none !important ;
1818}
1919
2020// Visible only on desktop (at or above mobile-to-desktop-nav breakpoint)
21- .display -desktop-only {
21+ .is -desktop-only {
2222 @include breakpoints (mobile- to- desktop- nav, max ) {
2323 @include style-only {
2424 display : none !important ;
You can’t perform that action at this time.
0 commit comments