| var navMainSearchForm = document.getElementById('nav-main-search'); | ||
| var searchInput = document.getElementById('main-q'); | ||
| var searchTrigger = navMainSearchForm.querySelector('.search-trigger'); | ||
| var searchWrap = navMainSearchForm.querySelector('.search-wrap'); |
| @import 'structure/main-header'; | ||
| @import 'structure/submenu'; | ||
| @import 'structure/page-header/main-header'; | ||
| @import 'structure/page-header/submenu'; |
|
|
||
| > a { | ||
| color: #fff; | ||
| color: #333; |
| } | ||
|
|
||
| .login-photo { | ||
| border-radius: 50%; |
| border-top: 5px solid $grey-light; | ||
|
|
||
| .toolbox { | ||
| text-align: right; |
| } | ||
|
|
||
| input[type='search'] { | ||
| color: #333; |
| )); | ||
| @include bidi(( | ||
| (right, auto, auto), | ||
| )); |
| )); | ||
| @include bidi(( | ||
| (text-align, left, right), | ||
| )); |
| box-shadow: 0 4px 4px rgba(0, 0, 0, .15); | ||
| background-color: #fff; | ||
| @include bidi(( | ||
| (right, 0, left, 0), |
| @include large-inline-nav-item(); | ||
|
|
||
| > a { | ||
| color: #333; |
|
|
||
| &:hover, | ||
| &:focus { | ||
| color: #333; |
Codecov Report
Merging #4656 into master will decrease coverage by
<.01%.
The diff coverage isn/a.
@@ Coverage Diff @@ ## master #4656 +/- ## ========================================== - Coverage 95.27% 95.27% -0.01% ========================================== Files 261 260 -1 Lines 23571 23554 -17 Branches 1692 1692 ========================================== - Hits 22458 22441 -17 Misses 902 902 Partials 211 211
| Impacted Files | Coverage Δ | |
|---|---|---|
| kuma/settings/common.py | 92.57% <ø> (ø) |
⬆️ |
| kuma/wiki/tests/test_views_document.py | 99.27% <0%> (-0.02%) |
⬇️ |
| kuma/wiki/jobs.py | 97.29% <0%> (ø) |
⬆️ |
| kuma/wiki/tests/test_signals.py |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing data
Powered by Codecov. Last update 2871015...1613744. Read the comment docs.
| report_bug_form_url = 'https://bugzilla.mozilla.org/form.mdn' | ||
| # locators | ||
| SIGNIN_SELECTOR = '#nav-sec .login-link' | ||
| SIGNIN_SELECTOR = '#toolbox .login-link' |