dlegr250_material_design 0.5.63 → 0.5.64

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: 18524839fd8d2b9d5e4136755989bf94923dbdea
4
- data.tar.gz: ba204cb2febffb926fce043150b57421a9b8a1f5
3
+ metadata.gz: 90e68d53542116901f5928d50da013773f1b631f
4
+ data.tar.gz: c23175f9eaac512c76728e01353016dbd209e6d0
5
5
  SHA512:
6
- metadata.gz: 295b1ab236ddd5582e62c2b2c46a2549fdeb6f45383a9708cc9d606d423bcd11d35a60e0b81d68870697156e9767eec2493fb768849542194ac677d7b3a0c23b
7
- data.tar.gz: 553679ce033d5df3bcc37e107afb6fb3aad450f827de4b90a876be4265cb3477448832b04fe8dfba754a42dfaf537d769bc416f60d2b5e56eec376c512533074
6
+ metadata.gz: 7a1b07671c23f453b962c56bbc89a79bfa5d4ff4347971990c07e40b960b67c054c84e61b3f8548976324a0d280ea491694a99d3190fbf9f15db44ed7771217c
7
+ data.tar.gz: 9adc08a3cf0164c1d8b869ab5280f2384253292c6786f2b17a548d8f0b1a352fb21cd86d9ee76159a5d15043569dab592784d16e40a058b761a289e7810c782c
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.5.63"
2
+ VERSION = "0.5.64"
3
3
  end
@@ -21,7 +21,7 @@ class App.MD.Combobox
21
21
 
22
22
  defaultOptions: () ->
23
23
  {
24
- placeholder: null,
24
+ placeholder: "Select...",
25
25
  allowClear: true,
26
26
  minimumResultsForSearch: Infinity,
27
27
  maximumSelectionLength: 1
@@ -26,3 +26,7 @@ class App.MD.Toggles
26
26
  $("#{domId}").removeClass("hidden")
27
27
  else
28
28
  $("#{domId}").addClass("hidden")
29
+
30
+ $(document).on "click", "[data-remove-parent-element]", (e) ->
31
+ domid = $(this).attr("data-remove-parent-element")
32
+ $(this).closest(domid).remove()
@@ -266,10 +266,10 @@ $default-rounded-corners-radius: 3px;
266
266
 
267
267
  @mixin list-item-icon() {
268
268
  color: color("icon");
269
- max-width: 56px;
270
- padding-left: $spacing-small;
269
+ max-width: 44px; // 56px
270
+ padding-left: 0; // $spacing-small
271
271
  text-align: center;
272
- width: 56px;
272
+ width: 44px; // 56px
273
273
  }
274
274
 
275
275
  @mixin list-item-primary() {
@@ -102,7 +102,9 @@
102
102
  background-color: color("white");
103
103
  border: 1px solid color("divider");
104
104
  color: color("helper");
105
+ cursor: text;
105
106
  font-size: $font-size-text-field;
107
+ height: $input-height;
106
108
  padding: $spacing-small;
107
109
  text-align: left;
108
110
  width: 100%;
@@ -61,7 +61,7 @@
61
61
  color: color("text");
62
62
  cursor: pointer;
63
63
  font-weight: normal;
64
- padding: $spacing-normal $spacing-normal;
64
+ padding: 0; // $spacing-normal
65
65
  @include flex-parent-row();
66
66
  @include transition(background-color 0.30s ease);
67
67
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dlegr250_material_design
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.63
4
+ version: 0.5.64
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-04-07 00:00:00.000000000 Z
11
+ date: 2017-04-12 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: 'WARNING: ALPHA CODE, NOT PRODUCTION READY. ACTIVELY UNDER DEVELOPMENT
14
14
  AS OF AUG 2016. Implement Google Material Design spec with modern browsers in mind