govuk_frontend_toolkit 4.6.0 → 4.6.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dec93c7b5c248d5af2dec1cb9beeb1e3dc2de387
4
- data.tar.gz: 9ad26aa27966d020e417a605a255b2f5ecb592c2
3
+ metadata.gz: 3779c00293b0da0da9ee29c55858b374ad0ef687
4
+ data.tar.gz: 7056419a578825e7a121e77aa3e5d452e17c86f9
5
5
  SHA512:
6
- metadata.gz: 96bf1e39c33a47d071dc797288e65c7886befff5e1cd36c877a64505cbbb6d2feda761fa3aa4b31ef6f6efbda233ffa178a4e20b4300fe0f5a675eb05a7d82ac
7
- data.tar.gz: 8b02325c83689818c65a234d9d51b326de5ffab083b129ef8a4277ab1ee29e0b2ae9a5dc4cc4a0a7a4a185db3576254e6c463006252c590a9299adf28b3091ed
6
+ metadata.gz: 725c9056c9c9df4776ba0739ac759a3f8c2b718b95692e5feea94e81f7dbd54db9c6af05f0820ea29d0a8e30a984f5e33cb9fecd5be4890c911242244c901ab1
7
+ data.tar.gz: c304286d59fdeacf68d1c8adb1c8903ea4ef816263cd35e24af9beaff21bd175007d2d3c74e393d9596b1d534c2ef46b949e70a9a3bc895b9be9e1efece88855
@@ -3,3 +3,4 @@ node_js:
3
3
  - "0.10"
4
4
  before_install:
5
5
  - bundle install
6
+ sudo: false
@@ -1,3 +1,7 @@
1
+ # 4.6.1
2
+
3
+ - Use the Sass variable $light-blue for link active and hover colours (PR #242)
4
+
1
5
  # 4.6.0
2
6
 
3
7
  - Add breadcrumb styles, separator images and documentation (PR #236)
data/app/assets/README.md CHANGED
@@ -43,7 +43,21 @@ compatible versions include `node-sass` 1.0.0, `grunt-sass` 0.16.0,
43
43
 
44
44
  ### Other projects
45
45
 
46
- You can include the toolkit as a [git submodule][].
46
+ #### Using the tagged versions
47
+
48
+ Each version of the toolkit is tagged with the version number in this format:
49
+
50
+ `v*version number*`, for example `v4.1.1` for version 4.1.1.
51
+
52
+ If your dependency management tool allows the use of Git repositories as dependencies, you can point to a version by using its tag.
53
+
54
+ For example, if you are using [bower](http://bower.io), you can add the toolkit to your `bower.json` like so:
55
+
56
+ `"govuk_frontend_toolkit": "git://github.com/alphagov/govuk_frontend_toolkit#v4.1.1"` (assuming you want version 4.1.1)
57
+
58
+ #### Using git submodules
59
+
60
+ You can include the toolkit as a [git submodule][https://git-scm.com/book/en/v2/Git-Tools-Submodules].
47
61
 
48
62
  [git submodule]: https://www.kernel.org/pub/software/scm/git/docs/git-submodule.html
49
63
 
@@ -1 +1 @@
1
- 4.6.0
1
+ 4.6.1
@@ -91,8 +91,8 @@ $white: #fff;
91
91
 
92
92
  // Semantic colour names
93
93
  $link-colour: $govuk-blue;
94
- $link-active-colour: #2e8aca;
95
- $link-hover-colour: #2e8aca;
94
+ $link-active-colour: $light-blue;
95
+ $link-hover-colour: $light-blue;
96
96
  $link-visited-colour: #4c2c92;
97
97
  $button-colour: #00823b;
98
98
  $focus-colour: $yellow;
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: 4.6.0
4
+ version: 4.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bradley Wright
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-13 00:00:00.000000000 Z
11
+ date: 2016-01-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails