govuk_elements_rails 2.2.0 → 2.2.1

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: 70bd2636957bf7e617a72fdef3fdf32c431e2d13
4
- data.tar.gz: 2accab8ad5ea0e71d8d48ce8acc881eb8efd1ee4
3
+ metadata.gz: be197064416b5cbb7f72e9c6669d05c701100339
4
+ data.tar.gz: 39673eb52d2437809d7387d379754b0e5eda9cd0
5
5
  SHA512:
6
- metadata.gz: 8e1bd0065a8e755b951977d894a6b1fa280764520ea3529be9a7772103f4e486ea9332b7382cf070117b85c7fa18b461615012cca65f706b365f46d0b6b22aef
7
- data.tar.gz: cf4867b9d1620d6efc53118dd321caafc1e6173656b9429aef9fac2d50c630b696b955229137835602939f804c88fa1e796b33d20a081a934a90887a2177f8ee
6
+ metadata.gz: 2c417c39900a64c64bc2b5617bfde6d517bee704994d74a1303c8f1a3821aade9002ca1f69416375f7f8db29732415789c41d778258692f014c679bae0045b67
7
+ data.tar.gz: d159726490c0c52894a56ed88bade36ba24feefccfae35ffc8ce1c334eb3333ec85b47b9ea02c99dde1da0c3c66dc2675910d52015a8ae7d03228972f58fd9cc
@@ -146,6 +146,7 @@ textarea {
146
146
  width: 100%;
147
147
 
148
148
  padding: 5px 4px 4px;
149
+ color: inherit;
149
150
  background-color: transparent;
150
151
  border: 2px solid;
151
152
 
@@ -81,9 +81,7 @@
81
81
  background: $black;
82
82
  color: $white;
83
83
 
84
- // Allow uppercase letters in font stack variable names
85
- // scss-lint:disable NameFormat
86
- font-family: $NTA-Light-Tabular;
84
+ font-family: $toolkit-font-stack-tabular;
87
85
  font-size: 12px;
88
86
  font-weight: bold;
89
87
  text-align: center;
@@ -1,10 +1,13 @@
1
1
  // Phase banners
2
2
  // ==========================================================================
3
3
 
4
- .phase-banner-alpha {
5
- @include phase-banner($state: alpha);
4
+ .phase-banner {
5
+ @include phase-banner();
6
6
  }
7
7
 
8
+ // These classnames are deprecated,
9
+ // they will be removed in a future version of GOV.UK elements
10
+ .phase-banner-alpha,
8
11
  .phase-banner-beta {
9
- @include phase-banner($state: beta);
12
+ @include phase-banner();
10
13
  }
@@ -14,6 +14,10 @@
14
14
 
15
15
  cursor: pointer; // Encourage clicking on block labels
16
16
 
17
+ // remove 300ms pause on mobile
18
+ -ms-touch-action: manipulation;
19
+ touch-action: manipulation;
20
+
17
21
  @include media(tablet) {
18
22
  float: left;
19
23
  padding-top: 7px;
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: 2.2.0
4
+ version: 2.2.1
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-11-18 00:00:00.000000000 Z
12
+ date: 2016-12-01 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: 5.0.0
48
+ version: 5.0.2
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: 5.0.0
55
+ version: 5.0.2
56
56
  description: |-
57
- A gem wrapper around govuk_elements v2.2.0
58
- that pulls stylesheet and javascript files into a Rails app. Changelog: https://github.com/alphagov/govuk_elements/blob/fcd9b5098162750e633a3d462c468ad146c8991b
57
+ A gem wrapper around govuk_elements v2.2.1
58
+ that pulls stylesheet and javascript files into a Rails app. Changelog: https://github.com/alphagov/govuk_elements/blob/9ac2dc1e9b879f009589458de3cf347a83b0edbb
59
59
  /CHANGELOG.md
60
60
  email: robin.whittleton@digital.cabinet-office.gov.uk
61
61
  executables: []