Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 3.13.1 #2337

Merged
merged 1 commit into from
Sep 7, 2021
Merged

Version 3.13.1 #2337

merged 1 commit into from
Sep 7, 2021

Conversation

@govuk-design-system-ci govuk-design-system-ci temporarily deployed to govuk-frontend-pr-2337 September 7, 2021 10:44 Inactive
@github-actions
Copy link

github-actions bot commented Sep 7, 2021

Changes to dist

diff --git a/dist/VERSION.txt b/dist/VERSION.txt
index 1c27139a..0d0e48dd 100644
--- a/dist/VERSION.txt
+++ b/dist/VERSION.txt
@@ -1 +1 @@
-3.13.0
+3.13.1
diff --git a/dist/govuk-frontend-3.13.0.min.css b/dist/govuk-frontend-3.13.1.min.css
similarity index 28%
rename from dist/govuk-frontend-3.13.0.min.css
rename to dist/govuk-frontend-3.13.1.min.css
index 695b7a77..ffc0356d 100644
--- a/dist/govuk-frontend-3.13.0.min.css
+++ b/dist/govuk-frontend-3.13.1.min.css
@@ -1818,12 +1818,6 @@
     cursor: default
 }
 
-.govuk-button--disabled:focus,
-.govuk-button[disabled=disabled]:focus,
-.govuk-button[disabled]:focus {
-    outline: none
-}
-
 .govuk-button--disabled:active,
 .govuk-button[disabled=disabled]:active,
 .govuk-button[disabled]:active {
@@ -1912,7 +1906,8 @@
     flex-shrink: 0;
     -webkit-align-self: center;
     -ms-flex-item-align: center;
-    align-self: center
+    align-self: center;
+    forced-color-adjust: auto
 }
 
 @media (min-width:48.0625em) {
@@ -2462,9 +2457,18 @@
 
 .govuk-checkboxes__input:focus+.govuk-checkboxes__label:before {
     border-width: 4px;
+    outline: 3px solid rgba(0, 0, 0, 0);
+    outline-offset: 1px;
     box-shadow: 0 0 0 3px #fd0
 }
 
+@media (-ms-high-contrast:active),
+screen and (forced-colors:active) {
+    .govuk-checkboxes__input:focus+.govuk-checkboxes__label:before {
+        outline-color: Highlight
+    }
+}
+
 .govuk-checkboxes__input:checked+.govuk-checkboxes__label:after {
     opacity: 1
 }
@@ -3294,7 +3298,9 @@
 }
 
 .govuk-details__text {
-    padding: 15px 15px 15px 20px;
+    padding-top: 15px;
+    padding-bottom: 15px;
+    padding-left: 20px;
     border-left: 5px solid #b1b4b6
 }
 
@@ -3464,6 +3470,7 @@
     font-size: 1rem;
     line-height: 1.25;
     color: #0b0c0c;
+    max-width: 100%;
     margin-left: -5px;
     padding: 5px
 }
@@ -3656,7 +3663,8 @@
 .govuk-footer__licence-logo {
     display: inline-block;
     margin-right: 10px;
-    vertical-align: top
+    vertical-align: top;
+    forced-color-adjust: auto
 }
 
 @media (max-width:48.0525em) {
@@ -5169,9 +5177,18 @@ only screen and (min-resolution:192dpi) {
 
 .govuk-radios__input:focus+.govuk-radios__label:before {
     border-width: 4px;
+    outline: 3px solid rgba(0, 0, 0, 0);
+    outline-offset: 1px;
     box-shadow: 0 0 0 4px #fd0
 }
 
+@media (-ms-high-contrast:active),
+screen and (forced-colors:active) {
+    .govuk-radios__input:focus+.govuk-radios__label:before {
+        outline-color: Highlight
+    }
+}
+
 .govuk-radios__input:checked+.govuk-radios__label:after {
     opacity: 1
 }
diff --git a/dist/govuk-frontend-3.13.0.min.js b/dist/govuk-frontend-3.13.1.min.js
similarity index 100%
rename from dist/govuk-frontend-3.13.0.min.js
rename to dist/govuk-frontend-3.13.1.min.js
diff --git a/dist/govuk-frontend-ie8-3.13.0.min.css b/dist/govuk-frontend-ie8-3.13.1.min.css
similarity index 28%
rename from dist/govuk-frontend-ie8-3.13.0.min.css
rename to dist/govuk-frontend-ie8-3.13.1.min.css
index 80913159..ee0ca6f6 100644
--- a/dist/govuk-frontend-ie8-3.13.0.min.css
+++ b/dist/govuk-frontend-ie8-3.13.1.min.css
@@ -1055,12 +1055,6 @@
     cursor: default
 }
 
-.govuk-button--disabled:focus,
-.govuk-button[disabled=disabled]:focus,
-.govuk-button[disabled]:focus {
-    outline: none
-}
-
 .govuk-button--disabled:active,
 .govuk-button[disabled=disabled]:active,
 .govuk-button[disabled]:active {
@@ -1137,7 +1131,8 @@
     flex-shrink: 0;
     -webkit-align-self: center;
     -ms-flex-item-align: center;
-    align-self: center
+    align-self: center;
+    forced-color-adjust: auto
 }
 
 .govuk-error-message {
@@ -1409,6 +1404,8 @@
 
 .govuk-checkboxes__input:focus+.govuk-checkboxes__label:before {
     border-width: 4px;
+    outline: 3px solid transparent;
+    outline-offset: 1px;
     box-shadow: 0 0 0 3px #fd0
 }
 
@@ -1942,7 +1939,9 @@
 }
 
 .govuk-details__text {
-    padding: 15px 15px 15px 20px;
+    padding-top: 15px;
+    padding-bottom: 15px;
+    padding-left: 20px;
     border-left: 5px solid #b1b4b6
 }
 
@@ -2047,6 +2046,7 @@
     font-size: 1.1875rem;
     line-height: 1.31579;
     color: #0b0c0c;
+    max-width: 100%;
     margin-left: -5px;
     padding: 5px
 }
@@ -2157,7 +2157,8 @@
 .govuk-footer__licence-logo {
     display: inline-block;
     margin-right: 10px;
-    vertical-align: top
+    vertical-align: top;
+    forced-color-adjust: auto
 }
 
 .govuk-footer__licence-description {
@@ -3115,6 +3116,8 @@
 
 .govuk-radios__input:focus+.govuk-radios__label:before {
     border-width: 4px;
+    outline: 3px solid transparent;
+    outline-offset: 1px;
     box-shadow: 0 0 0 4px #fd0
 }
 

Copy link
Member

@lfdebrux lfdebrux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@vanitabarrett vanitabarrett merged commit e87f1cf into main Sep 7, 2021
@vanitabarrett vanitabarrett deleted the release-3.13.1 branch September 7, 2021 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants