dxw_govuk_frontend_rails 2.12.0 → 2.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7544ab1d9351e78171f987e7e1965fee46e117ed1b3aabdd80d2d75afa5f9979
|
|
4
|
+
data.tar.gz: 8f5f1fa82a10dec722b2ff803971319c3f1a8f2629d3753055a2461da14ca7fe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f4fd3e6c7da6b30f9e0a52bf0cd2f288cf3cea3fb27ef0b63b2ce12a8dd4c9fe94523b5a3fa3ad754260895a626cd3fb63d46e2767b5724a1d87968b454f72e0
|
|
7
|
+
data.tar.gz: 73cb2d307f04cc5763410be064e049edc8270f01c8caa001f39be5be24c08ca5e06d2c5e172b82765a82d255023168168335aa9af1c0baae388ab4ba8a900466
|
data/Gemfile.lock
CHANGED
data/package-lock.json
CHANGED
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
"requires": true,
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"govuk-frontend": {
|
|
8
|
-
"version": "2.
|
|
9
|
-
"resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-2.
|
|
10
|
-
"integrity": "sha512-
|
|
8
|
+
"version": "2.13.0",
|
|
9
|
+
"resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-2.13.0.tgz",
|
|
10
|
+
"integrity": "sha512-6XDtTt5plSrPQvPgLFN4LCtb9ULuqoXCgkHy5c7XE/70/sVm47RPbLR11tYGPcmV8cOApBhW0wL8y8ryspHfpw=="
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
13
|
}
|
data/package.json
CHANGED
|
@@ -133,7 +133,6 @@
|
|
|
133
133
|
.govuk-button[disabled="disabled"],
|
|
134
134
|
.govuk-button[disabled] {
|
|
135
135
|
opacity: (.5);
|
|
136
|
-
background: $govuk-button-colour;
|
|
137
136
|
|
|
138
137
|
&:hover {
|
|
139
138
|
background-color: $govuk-button-colour;
|
|
@@ -179,6 +178,10 @@
|
|
|
179
178
|
&:hover,
|
|
180
179
|
&:focus {
|
|
181
180
|
background-color: $govuk-secondary-button-hover-colour;
|
|
181
|
+
|
|
182
|
+
&[disabled] {
|
|
183
|
+
background-color: $govuk-secondary-button-colour;
|
|
184
|
+
}
|
|
182
185
|
}
|
|
183
186
|
}
|
|
184
187
|
|
|
@@ -208,6 +211,10 @@
|
|
|
208
211
|
&:hover,
|
|
209
212
|
&:focus {
|
|
210
213
|
background-color: $govuk-warning-button-hover-colour;
|
|
214
|
+
|
|
215
|
+
&[disabled] {
|
|
216
|
+
background-color: $govuk-warning-button-colour;
|
|
217
|
+
}
|
|
211
218
|
}
|
|
212
219
|
}
|
|
213
220
|
|
|
@@ -289,8 +289,7 @@
|
|
|
289
289
|
|
|
290
290
|
// Begin adjustments for font baseline offset
|
|
291
291
|
// These should be removed when the font is updated with the correct baseline
|
|
292
|
-
.govuk-header__logotype-crown
|
|
293
|
-
.govuk-header__logotype-crown-fallback-image {
|
|
292
|
+
.govuk-header__logotype-crown {
|
|
294
293
|
position: relative;
|
|
295
294
|
top: -4px;
|
|
296
295
|
}
|