govuk_template 0.19.0 → 0.19.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 +8 -4
- data/app/assets/stylesheets/govuk-template-ie7.css.erb +8 -4
- data/app/assets/stylesheets/govuk-template-ie8.css.erb +8 -4
- data/app/assets/stylesheets/govuk-template.css.erb +8 -4
- 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: 9a65cc9bce22a1e5ed6fe68ad75e453f0e8a9f2a
|
|
4
|
+
data.tar.gz: e6cddd8648aa3a897eceead8a89ae80755576d5d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 210903b5323fe9f325c6ced99e557c94c0f528c9579ce1b6dbd0a43a06a6aad1a4f5f11bdeac5a9a90f7b2337f5eb3843c650c935a98e5346617f28f3982eb6c
|
|
7
|
+
data.tar.gz: 5bbf32cf2d93769858d12d876dc0eb0c81f0665ec8b142f5b8078a70c9e9ffd77c66317a806dbe04fd6d5581c564a45b2afdd9be8c0eda442927c0b3e273cac7
|
|
@@ -243,10 +243,14 @@ a:focus {
|
|
|
243
243
|
input:focus,
|
|
244
244
|
textarea:focus,
|
|
245
245
|
select:focus,
|
|
246
|
-
button:focus
|
|
247
|
-
|
|
248
|
-
outline:
|
|
249
|
-
|
|
246
|
+
button:focus {
|
|
247
|
+
outline: 3px solid #ffbf47;
|
|
248
|
+
outline-offset: 0; }
|
|
249
|
+
|
|
250
|
+
#global-header input[type=search]:focus {
|
|
251
|
+
outline: 3px solid #ffbf47;
|
|
252
|
+
/* Focus appears inside the input */
|
|
253
|
+
outline-offset: -2px; }
|
|
250
254
|
#global-header h1 a:focus {
|
|
251
255
|
background-color: transparent;
|
|
252
256
|
outline: none; }
|
|
@@ -243,10 +243,14 @@ a:focus {
|
|
|
243
243
|
input:focus,
|
|
244
244
|
textarea:focus,
|
|
245
245
|
select:focus,
|
|
246
|
-
button:focus
|
|
247
|
-
|
|
248
|
-
outline:
|
|
249
|
-
|
|
246
|
+
button:focus {
|
|
247
|
+
outline: 3px solid #ffbf47;
|
|
248
|
+
outline-offset: 0; }
|
|
249
|
+
|
|
250
|
+
#global-header input[type=search]:focus {
|
|
251
|
+
outline: 3px solid #ffbf47;
|
|
252
|
+
/* Focus appears inside the input */
|
|
253
|
+
outline-offset: -2px; }
|
|
250
254
|
#global-header h1 a:focus {
|
|
251
255
|
background-color: transparent;
|
|
252
256
|
outline: none; }
|
|
@@ -232,10 +232,14 @@ a:focus {
|
|
|
232
232
|
input:focus,
|
|
233
233
|
textarea:focus,
|
|
234
234
|
select:focus,
|
|
235
|
-
button:focus
|
|
236
|
-
|
|
237
|
-
outline:
|
|
238
|
-
|
|
235
|
+
button:focus {
|
|
236
|
+
outline: 3px solid #ffbf47;
|
|
237
|
+
outline-offset: 0; }
|
|
238
|
+
|
|
239
|
+
#global-header input[type=search]:focus {
|
|
240
|
+
outline: 3px solid #ffbf47;
|
|
241
|
+
/* Focus appears inside the input */
|
|
242
|
+
outline-offset: -2px; }
|
|
239
243
|
#global-header h1 a:focus {
|
|
240
244
|
background-color: transparent;
|
|
241
245
|
outline: none; }
|
|
@@ -235,10 +235,14 @@ a:focus {
|
|
|
235
235
|
input:focus,
|
|
236
236
|
textarea:focus,
|
|
237
237
|
select:focus,
|
|
238
|
-
button:focus
|
|
239
|
-
|
|
240
|
-
outline:
|
|
241
|
-
|
|
238
|
+
button:focus {
|
|
239
|
+
outline: 3px solid #ffbf47;
|
|
240
|
+
outline-offset: 0; }
|
|
241
|
+
|
|
242
|
+
#global-header input[type=search]:focus {
|
|
243
|
+
outline: 3px solid #ffbf47;
|
|
244
|
+
/* Focus appears inside the input */
|
|
245
|
+
outline-offset: -2px; }
|
|
242
246
|
#global-header h1 a:focus {
|
|
243
247
|
background-color: transparent;
|
|
244
248
|
outline: none; }
|
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.19.
|
|
4
|
+
version: 0.19.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: 2016-
|
|
11
|
+
date: 2016-11-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|