govuk_frontend_toolkit 0.43.1 → 0.43.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.
@@ -81,6 +81,7 @@ Example usage:
81
81
  // Set text colour depending on background colour
82
82
  @if lightness($colour) < 50% {
83
83
  color: $white;
84
+ &:link,
84
85
  &:hover,
85
86
  &:focus,
86
87
  &:visited{
@@ -88,6 +89,7 @@ Example usage:
88
89
  }
89
90
  } @else {
90
91
  color: $text-colour;
92
+ &:link,
91
93
  &:hover,
92
94
  &:focus,
93
95
  &:visited{
@@ -1,3 +1,3 @@
1
1
  module GovUKFrontendToolkit
2
- VERSION = "0.43.1"
2
+ VERSION = "0.43.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_frontend_toolkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.43.1
4
+ version: 0.43.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-02-17 00:00:00.000000000 Z
12
+ date: 2014-02-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -238,7 +238,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
238
238
  version: '0'
239
239
  segments:
240
240
  - 0
241
- hash: -731932826920879479
241
+ hash: -1878013936912249459
242
242
  required_rubygems_version: !ruby/object:Gem::Requirement
243
243
  none: false
244
244
  requirements:
@@ -247,7 +247,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
247
247
  version: '0'
248
248
  segments:
249
249
  - 0
250
- hash: -731932826920879479
250
+ hash: -1878013936912249459
251
251
  requirements: []
252
252
  rubyforge_project:
253
253
  rubygems_version: 1.8.23