simple_form-dropdown_select 0.0.2 → 0.0.3

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: 164dff92366faa937be5a333b135d8a5a099cf2a
4
- data.tar.gz: c42ca27fc9dea586dd94ed8a406230e840d53f85
3
+ metadata.gz: 958742e812ff0918a142b0ed68909e6c02e23c3f
4
+ data.tar.gz: 63fddafbe4b8c36794f2ada7379b5467cee1b919
5
5
  SHA512:
6
- metadata.gz: 96019787bd75d2d469bd8b983b2f44b68134de034519dd6b1b676d149e383a549b96e7a21101f92d00dd0aa7e663bd4e9db0f10cb586da57b1d130dc64eb6d82
7
- data.tar.gz: 20e449531a3d5338569e0e70d20b608c3166a925ae41efba50c9fce762427a2e8b978b1da7c621197077ec86299eb7e7dd05a22a0be92026ad82480b4546ebcd
6
+ metadata.gz: 222657ac1a0bd8a5a05ca26cb5427aac27c9355f5fc5dd2b2d88a33cbe1b24c82f6f35d179a600d673ad2d8ac9fd12b9da17ce349f35c4b7ea7e240d9d084bb9
7
+ data.tar.gz: 24dc09115f8a7509bd6d4697df9009cf0f0c6654e90eccd65fc8ef1ccd8a9cb9dd96fdbd53f75e231ff66fe6ae4bec2f8928127b94a3ecb5e08b43821df8ab77
@@ -14,6 +14,10 @@
14
14
  .dropdown_select_input_description
15
15
  color #e5e5e5
16
16
 
17
+ // Support for AutoSubmitter
18
+ .as_indicator
19
+ right -28px
20
+
17
21
  .dropdown_select_input_title
18
22
  font-weight 600
19
23
  display block
@@ -23,7 +27,3 @@
23
27
  color #aaa
24
28
  font-size 0.9rem
25
29
  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.2"
3
+ VERSION = "0.0.3"
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.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Becker