Skip to content

Commit 46c5d0c

Browse files
Upgrade to NHSUK Frontend 10.1 (#496)
Now that [NHSUK Frontend 10.1](https://github.com/nhsuk/nhsuk-frontend/releases/tag/v10.1.0) has been released, we can upgrade to it and remove: * our own version of numbered pagination * our own version of smaller checkboxes
1 parent a5b5d45 commit 46c5d0c

File tree

15 files changed

+38
-402
lines changed

15 files changed

+38
-402
lines changed

app/assets/sass/components/_checkboxes.scss

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,3 @@
33
.nhsuk-label {
44
box-sizing: border-box;
55
}
6-
7-
8-
.app-checkboxes--small {
9-
10-
.nhsuk-checkboxes__item,
11-
.nhsuk-radios__item {
12-
margin-bottom: 0;
13-
}
14-
15-
.nhsuk-checkboxes__label,
16-
.nhsuk-radios__label {
17-
padding-left: 0;
18-
19-
&::before {
20-
border-width: 3px;
21-
padding: 0;
22-
transform: scale(0.6667);
23-
transform-origin: center left;
24-
}
25-
26-
&::after {
27-
box-sizing: border-box;
28-
left: 3px;
29-
transform: rotate(-45deg) scale(0.6667);
30-
}
31-
}
32-
}

app/assets/sass/main.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
@import 'components/numbered-heading';
2525
@import 'components/inset-text';
2626

27-
@import '../../components/pagination/_pagination';
2827
@import '../../components/secondary-navigation/_secondary-navigation';
2928

3029
///////////////////////////////////////////

app/components/pagination/README.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

app/components/pagination/_pagination.scss

Lines changed: 0 additions & 240 deletions
This file was deleted.

app/components/pagination/macro.njk

Lines changed: 0 additions & 3 deletions
This file was deleted.

app/components/pagination/template.njk

Lines changed: 0 additions & 103 deletions
This file was deleted.

0 commit comments

Comments
 (0)