govuk_frontend_toolkit 6.0.1 → 6.0.2

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
  SHA1:
3
- metadata.gz: 7970c3d101671f44edfe8cc220b6026485384d1b
4
- data.tar.gz: bd34f54ba6c359dbc3e9360d86c28888ab58d41d
3
+ metadata.gz: 526290e0d6a639b3fb8050860e0a182aebaff1dc
4
+ data.tar.gz: 58d711eecec56c5dc538fa8cfadcef312a7a0a2a
5
5
  SHA512:
6
- metadata.gz: 19105a13ff6a9127a0350ff0a60c22e5252a64815f8753820ef75c20a1ee362023a0d4a438615df572c2af1c1bc4dc70a4f5b6749a22895eafdf73926367bcb3
7
- data.tar.gz: e45aaf3eb22a5d199231d8ae922c7a6bb179dbc66c5ab2da3735c5eff56df72cfa0f2dafeb7cecb619d9c4245a7588da8a182f55f57f6689090d393c21b7f530
6
+ metadata.gz: 595690d09b02873b1b475f649e19211c3f47ab8b0f7326281f16eea4d4ca6ec4507e0ef9705d1038717013d4b9e027dae4e78454628826fbc5ff13885814d6e4
7
+ data.tar.gz: 205865d691b8d3fea0c54be6e0e0d2b136853f30d46f0e045b1b19b0363ccec048bbcf8007cd4814dcd35cb139f0061acd7b9691116e0f342c0ac4b5c1761a5a
@@ -1,3 +1,7 @@
1
+ # 6.0.2
2
+
3
+ - Increase button focus specificity to avoid being overridden by govuk_template ([PR #409](https://github.com/alphagov/govuk_frontend_toolkit/pull/409))
4
+
1
5
  # 6.0.1
2
6
 
3
7
  - Fix a Javascript error in IE7 caused by trying to access a character within a string using array notation ([PR #407](https://github.com/alphagov/govuk_frontend_toolkit/pull/407))
@@ -1 +1 @@
1
- 6.0.1
1
+ 6.0.2
@@ -87,6 +87,7 @@
87
87
  color: $white;
88
88
 
89
89
  &:link,
90
+ &:link:focus,
90
91
  &:hover,
91
92
  &:focus,
92
93
  &:visited {
@@ -96,6 +97,7 @@
96
97
  color: $text-colour;
97
98
 
98
99
  &:link,
100
+ &:link:focus,
99
101
  &:hover,
100
102
  &:focus,
101
103
  &:visited {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_frontend_toolkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.1
4
+ version: 6.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Government Digital Service
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-03 00:00:00.000000000 Z
11
+ date: 2017-05-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails