govuk_template 0.16.0 → 0.16.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 +4 -4
- data/app/assets/stylesheets/govuk-template-ie6.css.erb +4 -3
- data/app/assets/stylesheets/govuk-template-ie7.css.erb +4 -3
- data/app/assets/stylesheets/govuk-template-ie8.css.erb +4 -3
- data/app/assets/stylesheets/govuk-template.css.erb +4 -3
- data/lib/govuk_template/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9859f37fbcb6f2e5038770bd79b244553e0ac22a
|
|
4
|
+
data.tar.gz: a56fa5065431d1ffd57be0c3d4e499ea7f2eda4f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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) {
|
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.
|
|
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:
|
|
11
|
+
date: 2016-01-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|