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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 631cfae6c4b8e0951bad1027dcd1034990735da6
4
- data.tar.gz: 19fcd159bd61f935057a365597b7b1c9b17049b8
3
+ metadata.gz: 9a65cc9bce22a1e5ed6fe68ad75e453f0e8a9f2a
4
+ data.tar.gz: e6cddd8648aa3a897eceead8a89ae80755576d5d
5
5
  SHA512:
6
- metadata.gz: d279dcd7883fc2880086261ec8f76db409d843030cf2b8ee3f82c7cd55df17a9b2a78212777a351549625afef86095e54935cdf4cbddd5c4df3b7984276b5245
7
- data.tar.gz: e91399b83f42b93d1be01fd8ecae745ba7983cabeb4916ada14c94ec368bb6cf76faec0d3370d6c04aafac4c151967262f9b819d7bf52048e5c7295285284994
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
- #global-header input:focus {
248
- outline: 3px solid #ffbf47; }
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
- #global-header input:focus {
248
- outline: 3px solid #ffbf47; }
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
- #global-header input:focus {
237
- outline: 3px solid #ffbf47; }
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
- #global-header input:focus {
240
- outline: 3px solid #ffbf47; }
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; }
@@ -1,3 +1,3 @@
1
1
  module GovukTemplate
2
- VERSION = "0.19.0"
2
+ VERSION = "0.19.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.19.0
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-10-25 00:00:00.000000000 Z
11
+ date: 2016-11-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails