mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-14 14:25:45 +03:00
Theme: Initial commit.
This was forked from `pub/wporg-main` and `pub/wporg-plugins`, and then customized.
This commit is contained in:
commit
de191e098b
38 changed files with 4532 additions and 0 deletions
14
themes/wporg-5ftf/css/components/_wporg-header.scss
Normal file
14
themes/wporg-5ftf/css/components/_wporg-header.scss
Normal file
|
@ -0,0 +1,14 @@
|
|||
#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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue