mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-25 04:13:44 +03:00
15 lines
280 B
SCSS
15 lines
280 B
SCSS
#wporg-header {
|
|
@include breakpoint( $breakpoint-tablet ) {
|
|
ul li.current-menu-item:after,
|
|
ul li.current_page_parent:after,
|
|
ul li a.current ~ .uparrow {
|
|
body.blog &,
|
|
body.search &,
|
|
body.single &,
|
|
body.archive & {
|
|
border-bottom-color: #f7f7f7;
|
|
}
|
|
}
|
|
}
|
|
}
|