govuk_template 0.16.0 → 0.16.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: 99466be8e11cc36b2a4d6a302b166a545dee8444
4
- data.tar.gz: 29d90c22f6ac65fa35d4b6031db353cafc17d633
3
+ metadata.gz: 9859f37fbcb6f2e5038770bd79b244553e0ac22a
4
+ data.tar.gz: a56fa5065431d1ffd57be0c3d4e499ea7f2eda4f
5
5
  SHA512:
6
- metadata.gz: dac6b9d1430d0996d13ae2635c7cd68ca3f5480a6f6e093e309a925766d4c0b2c0c529841aaa24eda607c7697b0a505bc36b045354343280b41b08c47bc555c8
7
- data.tar.gz: e3811e12b919e4ea5f058083716fa6d5b71e064932ec80ff6e90ab32a7a43db8da2defebeded6416a9ce60ca891dae1ac7fc3e777e7355f79e8332da236eeb3a
6
+ metadata.gz: 592332f81792d29bc829bdada987fd430b6292eda7b287dd64027e03ee5c987eb613d49216cd327ef96a8d94866858d8fb4e8abeb80159c4dfeb8b9656fd2e53
7
+ data.tar.gz: 4e13fd8c765518c31863d6bf8f95c8c00d722bbaf217b2b7b586cfacd137b54870533f23142036d58f365a0e6939f86873fb069858638e5421f674d6f21ebeb1
@@ -246,6 +246,7 @@ input[type="search"]::-webkit-search-decoration {
246
246
  visibility: hidden; }
247
247
 
248
248
  /* Hide only visually, but have it available for screenreaders */
249
+ .visually-hidden,
249
250
  .visuallyhidden {
250
251
  position: absolute;
251
252
  left: -9999em;
@@ -253,7 +254,9 @@ input[type="search"]::-webkit-search-decoration {
253
254
  * Extends the .visuallyhidden class to allow the element to be
254
255
  * focusable when navigated to via the keyboard
255
256
  */ }
256
- .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
257
+ .visually-hidden.focusable:active, .visually-hidden.focusable:focus,
258
+ .visuallyhidden.focusable:active,
259
+ .visuallyhidden.focusable:focus {
257
260
  clip: auto;
258
261
  height: auto;
259
262
  margin: 0;
@@ -397,8 +400,6 @@ button:focus,
397
400
  #global-header #logo:hover, #global-header #logo:focus {
398
401
  text-decoration: none;
399
402
  border-bottom-color: white; }
400
- #global-header #logo:active {
401
- color: #2b8cc4; }
402
403
  #global-header .header-proposition {
403
404
  padding-top: 10px;
404
405
  padding-top: 0; }
@@ -246,6 +246,7 @@ input[type="search"]::-webkit-search-decoration {
246
246
  visibility: hidden; }
247
247
 
248
248
  /* Hide only visually, but have it available for screenreaders */
249
+ .visually-hidden,
249
250
  .visuallyhidden {
250
251
  position: absolute;
251
252
  left: -9999em;
@@ -253,7 +254,9 @@ input[type="search"]::-webkit-search-decoration {
253
254
  * Extends the .visuallyhidden class to allow the element to be
254
255
  * focusable when navigated to via the keyboard
255
256
  */ }
256
- .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
257
+ .visually-hidden.focusable:active, .visually-hidden.focusable:focus,
258
+ .visuallyhidden.focusable:active,
259
+ .visuallyhidden.focusable:focus {
257
260
  clip: auto;
258
261
  height: auto;
259
262
  margin: 0;
@@ -397,8 +400,6 @@ button:focus,
397
400
  #global-header #logo:hover, #global-header #logo:focus {
398
401
  text-decoration: none;
399
402
  border-bottom-color: white; }
400
- #global-header #logo:active {
401
- color: #2b8cc4; }
402
403
  #global-header .header-proposition {
403
404
  padding-top: 10px;
404
405
  padding-top: 0; }
@@ -237,6 +237,7 @@ input[type="search"]::-webkit-search-decoration {
237
237
  visibility: hidden; }
238
238
 
239
239
  /* Hide only visually, but have it available for screenreaders */
240
+ .visually-hidden,
240
241
  .visuallyhidden {
241
242
  position: absolute;
242
243
  left: -9999em;
@@ -244,7 +245,9 @@ input[type="search"]::-webkit-search-decoration {
244
245
  * Extends the .visuallyhidden class to allow the element to be
245
246
  * focusable when navigated to via the keyboard
246
247
  */ }
247
- .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
248
+ .visually-hidden.focusable:active, .visually-hidden.focusable:focus,
249
+ .visuallyhidden.focusable:active,
250
+ .visuallyhidden.focusable:focus {
248
251
  clip: auto;
249
252
  height: auto;
250
253
  margin: 0;
@@ -383,8 +386,6 @@ button:focus,
383
386
  #global-header #logo:hover, #global-header #logo:focus {
384
387
  text-decoration: none;
385
388
  border-bottom-color: white; }
386
- #global-header #logo:active {
387
- color: #2b8cc4; }
388
389
  #global-header .header-proposition {
389
390
  padding-top: 10px;
390
391
  padding-top: 0; }
@@ -246,6 +246,7 @@ input[type="search"]::-webkit-search-decoration {
246
246
  visibility: hidden; }
247
247
 
248
248
  /* Hide only visually, but have it available for screenreaders */
249
+ .visually-hidden,
249
250
  .visuallyhidden {
250
251
  position: absolute;
251
252
  left: -9999em;
@@ -253,7 +254,9 @@ input[type="search"]::-webkit-search-decoration {
253
254
  * Extends the .visuallyhidden class to allow the element to be
254
255
  * focusable when navigated to via the keyboard
255
256
  */ }
256
- .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
257
+ .visually-hidden.focusable:active, .visually-hidden.focusable:focus,
258
+ .visuallyhidden.focusable:active,
259
+ .visuallyhidden.focusable:focus {
257
260
  clip: auto;
258
261
  height: auto;
259
262
  margin: 0;
@@ -396,8 +399,6 @@ button:focus,
396
399
  #global-header #logo:hover, #global-header #logo:focus {
397
400
  text-decoration: none;
398
401
  border-bottom-color: white; }
399
- #global-header #logo:active {
400
- color: #2b8cc4; }
401
402
  #global-header .header-proposition {
402
403
  padding-top: 10px; }
403
404
  @media (min-width: 769px) {
@@ -1,3 +1,3 @@
1
1
  module GovukTemplate
2
- VERSION = "0.16.0"
2
+ VERSION = "0.16.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_template
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.16.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Tomlins
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-22 00:00:00.000000000 Z
11
+ date: 2016-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails