govuk_elements_rails 1.2.1 → 1.2.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: 3d3d4d1abdb73f18379cee177a2dab2eb1636242
4
- data.tar.gz: 4636ae7270b4ad4fce1f0237a0e792c6645cdcd7
3
+ metadata.gz: cd8c79259e1c7ee29b10c14bfe6fdcb5d2966a12
4
+ data.tar.gz: e31f1dcde0ed98057ac2948ed8c510277d7dd7c4
5
5
  SHA512:
6
- metadata.gz: a16f7d8a28849e9d028bb0b391965a16a7c7a2f2f44d637b395d1d03312f3853a79cacebaf8f77ceb512c01fda73534a1d8a616f751c04e55baf6af466875cc1
7
- data.tar.gz: fc64336b12913c9e2c6c3bb3fae708570af9209363cf08871d21c5d0d2174d29c7f38e9d88e58225ce52fe4b6091739bbeac890b8cc7d89a80491d3fa41ee93e
6
+ metadata.gz: 56d11574e00d9fb79743b63cdb527436413ff61cb8c6881d48a002cce65fa970c3fe2e0fd18443f2a5105100fa2e4c760c1e44d92bf1c19ce5b2d2cea63b4c02
7
+ data.tar.gz: b968adccb4dc107375b4c6fccae9a31fd044db786f08bc3f30486c84960b1d6eef7777a744009b2e2ccd9757b951724361bbb8b438c3d639262aea7219111838
@@ -14,6 +14,9 @@
14
14
  @include media(desktop) {
15
15
  padding-bottom: $gutter * 3;
16
16
  }
17
+ // Pressing enter when focus is on the skiplink sets focus on the #content area
18
+ // Remove the blue outline
19
+ outline: none;
17
20
  }
18
21
 
19
22
 
@@ -57,3 +60,7 @@
57
60
  .column-two-thirds {
58
61
  @include grid-column(2 / 3);
59
62
  }
63
+
64
+ .column-full {
65
+ @include grid-column(1);
66
+ }
@@ -122,3 +122,15 @@ abbr[title],
122
122
  acronym[title] {
123
123
  text-decoration: none;
124
124
  }
125
+
126
+ // Legend --------------------------------
127
+ // Fix legend text wrapping in Edge and IE
128
+ // ---------------------------------------
129
+ // 1. IE9-11 & Edge 12-13
130
+ // 2. IE8-11
131
+
132
+ legend {
133
+ box-sizing: border-box; // [1]
134
+ max-width: 100%; // [1]
135
+ display: table; // [2]
136
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_elements_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob McKinnon
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-06-06 00:00:00.000000000 Z
12
+ date: 2016-08-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -45,17 +45,17 @@ dependencies:
45
45
  requirements:
46
46
  - - ">="
47
47
  - !ruby/object:Gem::Version
48
- version: 4.12.0
48
+ version: 4.14.1
49
49
  type: :runtime
50
50
  prerelease: false
51
51
  version_requirements: !ruby/object:Gem::Requirement
52
52
  requirements:
53
53
  - - ">="
54
54
  - !ruby/object:Gem::Version
55
- version: 4.12.0
55
+ version: 4.14.1
56
56
  description: |-
57
- A gem wrapper around govuk_elements v1.2.1
58
- that pulls stylesheet and javascript files into a Rails app. Changelog: https://github.com/alphagov/govuk_elements/blob/e022e58ea6b90fe2acc423bc5a1eb56f02de494e
57
+ A gem wrapper around govuk_elements v1.2.2
58
+ that pulls stylesheet and javascript files into a Rails app. Changelog: https://github.com/alphagov/govuk_elements/blob/d8330d59c835d498d1a60a3f589b3dce492154e2
59
59
  /CHANGELOG.md
60
60
  email: robin.whittleton@digital.cabinet-office.gov.uk
61
61
  executables: []