govuk_admin_template 1.4.3 → 1.5.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
  SHA1:
3
- metadata.gz: fb835d0b818179a59a877d8157a74d240e643362
4
- data.tar.gz: 583b5f2f88fb49b55e7672d71851973cef9d35bc
3
+ metadata.gz: 692e835f87770961c2d7bb12e594638929752920
4
+ data.tar.gz: 031a30f0f91d28bd6cfe3d26e9cd57834dd70d4e
5
5
  SHA512:
6
- metadata.gz: b4282b9150b1c26a2290c64a964f21447dfe7b5906a01c435c57b5b281e4c5516606a60fa1128744fb58a0ae392d5032660dcd4a4c47817167a473e93ef59a07
7
- data.tar.gz: 0b431d9cd5f38e9d8ed3d4f605d9df8813b014e96010316feaf9eebef581a4aad2a78df240228fd25c2fb650667a661d840b44d4ddb4dcea00ac8387a038f336
6
+ metadata.gz: 2a18e7dd948643996be582ee8eb65bdfe5b736ab22467dba2b4ef5f4bfddd256dcedd838c2896a05a77a5a01a924cbb05ee34c9b4d73123eaf6f742d773783c4
7
+ data.tar.gz: b753a35b744efbafa65fbcc76de995d45ccb728235113e39d51de1c6489130c69678bc8c17f6cb19cb473ee5db6a6f76186822a423268f754fc2395670d3161d
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 1.5.0
2
+
3
+ * Upgrade to Bootstrap 3.3.2
4
+
1
5
  # 1.4.3
2
6
 
3
7
  * Allow customisation of app's home page
@@ -48,8 +48,16 @@ header .navbar-header {
48
48
  }
49
49
 
50
50
  .navbar-text a {
51
- color: $gray-light;
51
+ color: $navbar-inverse-link-color;
52
52
  text-decoration: underline;
53
+
54
+ &:hover {
55
+ color: $navbar-inverse-link-hover-color;
56
+ }
57
+
58
+ &:active {
59
+ color: $navbar-inverse-link-active-color;
60
+ }
53
61
  }
54
62
 
55
63
  // Let's make these more specific to add the intended white colour
@@ -6,7 +6,7 @@
6
6
  </h1>
7
7
  </div>
8
8
 
9
- <p class="lead">Admin app UIs are powered by <a href="http://getbootstrap.com/css/">bootstrap 3.2</a>, using <a href="https://github.com/twbs/bootstrap-sass/tree/v3.2.0">bootstrap SASS</a> v3.2.0 (<a href="https://github.com/twbs/bootstrap-sass/blob/v3.2.0/assets/stylesheets/bootstrap/_mixins.scss">mixins</a>), but maintaining bootstrap 2 button styles. This guide documents how we use bootstrap, where the apps have diverged from default styles and any custom styles needed to fill in the gaps.</p>
9
+ <p class="lead">Admin app UIs are powered by <a href="http://getbootstrap.com/css/">bootstrap 3.3.2</a>, using <a href="https://github.com/twbs/bootstrap-sass/tree/v3.3.3">bootstrap SASS</a> v3.3.3 (<a href="https://github.com/twbs/bootstrap-sass/blob/v3.3.3/assets/stylesheets/bootstrap/_mixins.scss">mixins</a>), but maintaining bootstrap 2 button styles. This guide documents how we use bootstrap, where the apps have diverged from default styles and any custom styles needed to fill in the gaps.</p>
10
10
 
11
11
  <h2>Grid</h2>
12
12
  <p class="lead">Apps use the <a href="http://getbootstrap.com/css/#grid">default bootstrap</a> <strong>12 column scaleable responsive grid</strong>.</p>
@@ -1,3 +1,3 @@
1
1
  module GovukAdminTemplate
2
- VERSION = "1.4.3"
2
+ VERSION = "1.5.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_admin_template
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.3
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - GOV.UK Dev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-30 00:00:00.000000000 Z
11
+ date: 2015-02-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 3.3.1
33
+ version: 3.3.3
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 3.3.1
40
+ version: 3.3.3
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: jquery-rails
43
43
  requirement: !ruby/object:Gem::Requirement