english_tea 1.16.0 → 1.17.0

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
  SHA256:
3
- metadata.gz: b7402f5d019a93a9e04e507f88d30c63a1e9627201c9fc00dab7da5db14b3fbe
4
- data.tar.gz: 0544b85e1575d884eea114594abee1a5c7f4abccfeb4d60518581680a4e3715e
3
+ metadata.gz: 5673848778df1a4db4ffac03009d5613c495a818ae1f80d20096a7d2a16cd60a
4
+ data.tar.gz: b47335413ca297fb27fa4b5fad7f79d895cff2c10931320c877b188524f4a888
5
5
  SHA512:
6
- metadata.gz: 3263f2391d4289d0b58489b5a1ac0b6c2dc70e25cc6a28257c057c4d908242f5107bea1b9295c254c240e810337b86e93003a371ff5da0a958d8d0594eceb59c
7
- data.tar.gz: b12d88360ee14f2f6ea62a9203040597d5b7923a7a9dcf6f9dbdd7785262c7e38c7c82b00caf0726eb37be833e9ffe69dbd7f6b5e90d197295df1a6bc358ff7b
6
+ metadata.gz: eea702d545eeb1aa64873b163f0a3e8c7d72789d7fa1e506a457d64cc5f70543337b6e18d3e253780c07711d6f2e45f9da44d16c7b3bb0bb98a9993cf3504d5b
7
+ data.tar.gz: 8209b98867dd6021d9d997488d38a27b83230127ad31ad579075e201d468d3c638f542294416fb699a20a7ec9bcf126773e2618103d32cb6338e5526455b9bfe
@@ -396,3 +396,48 @@
396
396
  position: absolute !important;
397
397
  width: 1px !important;
398
398
  }
399
+
400
+ // choices.js
401
+
402
+ .choices__inner,
403
+ .choices__list--dropdown .choices__item,
404
+ .choices[data-type*="select-one"] .choices__input {
405
+ padding: _rem($base-gutter);
406
+ background-color: map-get($colors, 1);
407
+ border-radius: 0;
408
+ @include _mq(map-get($breakpoints, bpm)) {
409
+ padding-right: _rem($base-rhythm * 2);
410
+ padding-left: _rem($base-rhythm * 2);
411
+ }
412
+ }
413
+
414
+ .choices[data-type*="select-one"] .choices__input {
415
+ padding: _rem($base-rhythm * 2);
416
+ }
417
+
418
+ .choices[data-type*="select-one"]:after {
419
+ right: _rem($base-rhythm * 2);
420
+ }
421
+
422
+ .choices__inner {
423
+ border: 1px solid map-get($colors, 2);
424
+ }
425
+
426
+ .is-focused .choices__inner,
427
+ .is-open .choices__list--dropdown {
428
+ border-color: map-get($colors, 3) !important;
429
+ }
430
+
431
+ .choices[data-type*="select-one"] {
432
+ .choices__inner {
433
+ padding-bottom: _rem($base-gutter);
434
+ }
435
+ }
436
+
437
+ .choices__list--single {
438
+ padding: 0;
439
+ }
440
+
441
+ .is-open .choices__inner, .choices__list--dropdown {
442
+ border-radius: 0;
443
+ }
@@ -1,3 +1,3 @@
1
1
  module EnglishTea
2
- VERSION = "1.16.0"
2
+ VERSION = "1.17.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: english_tea
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.16.0
4
+ version: 1.17.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joel Parr
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2018-05-18 00:00:00.000000000 Z
12
+ date: 2018-05-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler