File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 4
4
5
5
### Enhancements
6
6
7
- - Hide page__ footer-follow if there are no links nor atom feed. (#5279 )
7
+ - Hide ` . page__footer-follow` if there are no links nor atom feed. (#5279 )
8
8
- Add HTML escaping for some titles, labels and metada that was missing. (#5276 )
9
9
- Add optional ` footer.since ` for copyright time range. (#5275 )
10
+ - Add explicit CSS rules for ` .sr-only ` following Font Awesome 7's changes. (#5296 )
10
11
11
12
### Bug Fixes
12
13
Original file line number Diff line number Diff line change 29
29
.visually-hidden ,
30
30
.screen-reader-text ,
31
31
.screen-reader-text span ,
32
- .screen-reader-shortcut {
32
+ .screen-reader-shortcut ,
33
+ .sr-only ,
34
+ .sr-only-focusable :not (:focus ) {
33
35
position : absolute !important ;
34
- clip : rect (1 px , 1 px , 1 px , 1 px );
36
+ clip : rect (0 , 0 , 0 , 0 );
35
37
height : 1px !important ;
36
38
width : 1px !important ;
39
+ padding : 0 !important ;
37
40
border : 0 !important ;
41
+ margin : -1px ;
38
42
overflow : hidden ;
43
+ white-space : nowrap ;
39
44
}
40
45
41
46
body :hover .visually-hidden a ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ permalink: "/docs/history/"
5
5
excerpt : Change log of enhancements and bug fixes made to the theme.
6
6
sidebar :
7
7
nav : docs
8
- last_modified_at : ' 2025-07-20T23:02:43 +08:00'
8
+ last_modified_at : ' 2025-07-29T12:58:33 +08:00'
9
9
toc : false
10
10
---
11
11
@@ -19,9 +19,10 @@ toc: false
19
19
20
20
### Enhancements
21
21
22
- - Hide page__ footer-follow if there are no links nor atom feed. [ #5279 ] ( https://github.com/mmistakes/minimal-mistakes/issues/5279 )
22
+ - Hide ` . page__footer-follow` if there are no links nor atom feed. [ #5279 ] ( https://github.com/mmistakes/minimal-mistakes/issues/5279 )
23
23
- Add HTML escaping for some titles, labels and metada that was missing. [ #5276 ] ( https://github.com/mmistakes/minimal-mistakes/issues/5276 )
24
24
- Add optional ` footer.since ` for copyright time range. [ #5275 ] ( https://github.com/mmistakes/minimal-mistakes/issues/5275 )
25
+ - Add explicit CSS rules for ` .sr-only ` following Font Awesome 7's changes. [ #5296 ] ( https://github.com/mmistakes/minimal-mistakes/issues/5296 )
25
26
26
27
### Bug Fixes
27
28
You can’t perform that action at this time.
0 commit comments