selectivity-rails 0.1.9 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,9 +4,8 @@
4
4
  * Please realize though there is no "API contract" regarding styling of CSS classes, meaning that
5
5
  * any customized CSS made may need to be updated without warning if you want to upgrade the
6
6
  * Selectivity version you use. You can mitigate this problem by using your own templates instead of
7
- * those defined in selectivity-templates.js, since templates will at the very least continue
8
- * working across patch versions and any changes necessary to templates will be documented in the
9
- * changelog.
7
+ * those defined in src/templates.js, since templates will at the very least continue working across
8
+ * patch versions and any changes necessary to templates will be documented in the changelog.
10
9
  */
11
10
 
12
11
  .selectivity-clearfix
@@ -34,12 +34,6 @@ input[type='text'].selectivity-multiple-input
34
34
  .selectivity-multiple-input::-ms-clear
35
35
  display: none
36
36
 
37
- .selectivity-multiple-input.selectivity-width-detector
38
- position: absolute
39
- top: -10000px
40
- left: 0
41
- white-space: pre
42
-
43
37
  .selectivity-multiple-selected-item
44
38
  background: $selectivity-multiple-selected-bg
45
39
  border-radius: $selectivity-multiple-selected-border-radius
@@ -48,7 +42,7 @@ input[type='text'].selectivity-multiple-input
48
42
  float: left
49
43
  line-height: 2em
50
44
  margin: 2px
51
- padding-right: 5px
45
+ padding: 0 5px
52
46
  position: relative
53
47
  -moz-user-select: none
54
48
  -ms-user-select: none
@@ -62,4 +56,5 @@ input[type='text'].selectivity-multiple-input
62
56
  .selectivity-multiple-selected-item-remove
63
57
  color: $selectivity-multiple-selected-color
64
58
  cursor: pointer
59
+ margin-left: -5px
65
60
  padding: 5px
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: selectivity-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konrad Jurkowski
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-01 00:00:00.000000000 Z
11
+ date: 2016-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler