active_frontend 14.0.1 → 14.0.2
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1da66dfe966352c049ebb05eb706c2383650d164
|
|
4
|
+
data.tar.gz: 47ed7040155d6284a071c79bb6a5204237f87233
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e6ecb59f73d91a09d70b53fb1ce02e2f967e03e5851f55045a91b30ba1f10914777592cef8a41b85dc11f07da2eda2d8c1660af9db869e78d521d44a82e5d085
|
|
7
|
+
data.tar.gz: 16ad6bc1ed5372d113e671adb0deb8494839101b4b121f912c71ce2b05a7f0120e3fc88f143e11bae28e0b37d70fa2cd08882e2ad3dca2bba8338494787e7329
|
|
@@ -516,10 +516,16 @@
|
|
|
516
516
|
// TOOLTIP DATA-API
|
|
517
517
|
// ================
|
|
518
518
|
|
|
519
|
-
$(document).on('
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
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'] {
|
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.
|
|
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-
|
|
11
|
+
date: 2016-09-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|