active_frontend 14.0.1 → 14.0.2

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: 6376cd01973e123fd1bd8ea1368081dd94dec9f1
4
- data.tar.gz: 65d16648343c2937544f97f23cb3c61cdd81ca22
3
+ metadata.gz: 1da66dfe966352c049ebb05eb706c2383650d164
4
+ data.tar.gz: 47ed7040155d6284a071c79bb6a5204237f87233
5
5
  SHA512:
6
- metadata.gz: 4a3d7293f09de7948e39c18a25fba8bc5355d3d538928e9d72bd780a5f29eac9896b1c3b56f6b4564e37b4025fdefda9e9dcffc790b7536df2c4820c4bede4b0
7
- data.tar.gz: ea74219632f81cdeab0f3c3fec76928302d2ea3ee33dccc15d4b49e2a2d32728b28500430831ca6b19c903f7a3e9f66476d6459bdc171fac42bf993608d3df26
6
+ metadata.gz: e6ecb59f73d91a09d70b53fb1ce02e2f967e03e5851f55045a91b30ba1f10914777592cef8a41b85dc11f07da2eda2d8c1660af9db869e78d521d44a82e5d085
7
+ data.tar.gz: 16ad6bc1ed5372d113e671adb0deb8494839101b4b121f912c71ce2b05a7f0120e3fc88f143e11bae28e0b37d70fa2cd08882e2ad3dca2bba8338494787e7329
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = '14.0.1'.freeze
2
+ VERSION = '14.0.2'.freeze
3
3
  end
@@ -516,10 +516,16 @@
516
516
  // TOOLTIP DATA-API
517
517
  // ================
518
518
 
519
- $(document).on('hover.bs.tooltip.data-api', '[data-toggle="tooltip"]', function (e) {
520
- var $this = $(this);
521
- if ($this.data('tooltip')) return;
522
- Plugin.call($this, $this.data());
523
- });
519
+ $(document).on('ready.bs.tooltip.data-api', function () {
520
+ $('[data-toggle="tooltip"]').each(function () {
521
+ var $this = $(this);
522
+ if ($this.data('tooltip')) return;
523
+ Plugin.call($this, $this.data());
524
+ });
525
+ }).on('hover.bs.tooltip.data-api', '[data-toggle="tooltip"]', function (e) {
526
+ var $this = $(this);
527
+ if ($this.data('tooltip')) return;
528
+ Plugin.call($this, $this.data());
529
+ });
524
530
 
525
531
  }(jQuery);
@@ -72,6 +72,10 @@ input {
72
72
  &::-moz-placeholder { line-height: 24px; }
73
73
  &:-ms-input-placeholder { line-height: 24px; }
74
74
  }
75
+ input[type='submit'] {
76
+ margin: 0;
77
+ width: initial;
78
+ }
75
79
  input[type='number']::-webkit-inner-spin-button,
76
80
  input[type='number']::-webkit-outer-spin-button { height: auto; }
77
81
  input[type='search'] {
@@ -2,6 +2,8 @@
2
2
  // ==================================================
3
3
  // Typeahead
4
4
 
5
+ // scss-lint:disable SelectorDepth
6
+
5
7
  // Typeahead
6
8
  // ==================================================
7
9
  .typeahead {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 14.0.1
4
+ version: 14.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-09-18 00:00:00.000000000 Z
11
+ date: 2016-09-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails