simple_form-dropdown_select 0.0.1 → 0.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: 02ed5c18bd74d61670d3a97c0a4ec1471de714a4
4
- data.tar.gz: 6a01cd87f9a1a94884c62dd07f7b8624dcf8f22f
3
+ metadata.gz: 164dff92366faa937be5a333b135d8a5a099cf2a
4
+ data.tar.gz: c42ca27fc9dea586dd94ed8a406230e840d53f85
5
5
  SHA512:
6
- metadata.gz: fcc8b217c7c8ddfaa01b941b316a461910b93ba4bb72f5050db20c1aeec42897ebc9ad24f6a8efbf4340c19741b9339e626d97229afc5e21307f80d1ccc73567
7
- data.tar.gz: 662c244c6f738bce408e7139fed0114084d9df79e60ddc3e78660f5609fe832696adc281165ef305c5959f7039fc5eb9b64bc5cd44aec88babb33c5a38725ac7
6
+ metadata.gz: 96019787bd75d2d469bd8b983b2f44b68134de034519dd6b1b676d149e383a549b96e7a21101f92d00dd0aa7e663bd4e9db0f10cb586da57b1d130dc64eb6d82
7
+ data.tar.gz: 20e449531a3d5338569e0e70d20b608c3166a925ae41efba50c9fce762427a2e8b978b1da7c621197077ec86299eb7e7dd05a22a0be92026ad82480b4546ebcd
@@ -23,3 +23,7 @@
23
23
  color #aaa
24
24
  font-size 0.9rem
25
25
  line-height 1.3
26
+
27
+ // Support for AutoSubmitter
28
+ .dropdown_select_wrapper .as_indicator
29
+ right -28px
@@ -1,5 +1,5 @@
1
1
  module SimpleForm
2
2
  module DropdownSelect
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_form-dropdown_select
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Becker