File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
### Bug Fixes
4
4
5
+ * Fix sidebar navigation list toggle. [ #1819 ] ( https://github.com/mmistakes/minimal-mistakes/issues/1819 )
5
6
* Fix hover animation for links with ` :visited ` state. [ #1820 ] ( https://github.com/mmistakes/minimal-mistakes/issues/1820 )
6
7
7
8
## [ 4.12.2] ( https://github.com/mmistakes/minimal-mistakes/releases/tag/4.12.2 )
Original file line number Diff line number Diff line change 340
340
display : none ;
341
341
}
342
342
343
- @include breakpoint (max-width ( $large - 1px ) ) {
343
+ @include breakpoint (max-width $large - 1px ) {
344
344
label {
345
345
position : relative ;
346
346
display : inline-block ;
446
446
font-weight : bold ;
447
447
}
448
448
449
- @include breakpoint (max-width ( $large - 1px ) ) {
449
+ @include breakpoint (max-width $large - 1px ) {
450
450
position : relative ;
451
451
max-height : 0 ;
452
452
opacity : 0% ;
460
460
}
461
461
}
462
462
463
- @include breakpoint (max-width ( $large - 1px ) ) {
463
+ @include breakpoint (max-width $large - 1px ) {
464
464
.nav__list input :checked ~ .nav__items {
465
465
-webkit-transition : 0.5s ease-in-out ;
466
466
transition : 0.5s ease-in-out ;
Original file line number Diff line number Diff line change @@ -4,14 +4,15 @@ permalink: /docs/history/
4
4
excerpt : " Change log of enhancements and bug fixes made to the theme."
5
5
sidebar :
6
6
nav : docs
7
- last_modified_at : 2018-09-05T15:18:48 -04:00
7
+ last_modified_at : 2018-09-05T15:28:14 -04:00
8
8
toc : true
9
9
---
10
10
11
11
## Unreleased
12
12
13
13
### Bug Fixes
14
14
15
+ * Fix sidebar navigation list toggle. [ #1819 ] ( https://github.com/mmistakes/minimal-mistakes/issues/1819 )
15
16
* Fix hover animation for links with ` :visited ` state. [ #1820 ] ( https://github.com/mmistakes/minimal-mistakes/issues/1820 )
16
17
17
18
## [ 4.12.2] ( https://github.com/mmistakes/minimal-mistakes/releases/tag/4.12.2 )
You can’t perform that action at this time.
0 commit comments