five-for-the-future/themes/wporg-5ftf/css/components/_wporg-header.scss
Ian Dunn de191e098b
Theme: Initial commit.
This was forked from `pub/wporg-main` and `pub/wporg-plugins`, and then customized.
2019-09-24 16:23:39 -07:00

15 lines
265 B
SCSS

#wporg-header {
@include breakpoint( $sm ) {
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;
}
}
}
}