dlegr250_material_design 0.1.17 → 0.1.18

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: fbf4dcdf0fe1d7d8fccfe360e814e308220f9ef2
4
- data.tar.gz: 9730bc7e0a7fe84ad34141f8b0a98273286589ab
3
+ metadata.gz: 25ae31e7ccc6718667ff74da06470e832c65350e
4
+ data.tar.gz: a9b4942a83122ffee86347182de269484c40a135
5
5
  SHA512:
6
- metadata.gz: af826bf3eafa945a75294ca85d7af01d92301e405cdda89de5f4cf08ff29a4ad72bb501ef1fdba03c0f17e0b098b1c849ad1edbf01e988b9cbc6e050110f739f
7
- data.tar.gz: f5c63bf953890cfb068dd64c51ccd4061cf83146126bd1f134da4094a32c979bc567294069b68275651226fbc2d4fedefad53397177d241f4f05732d69eec170
6
+ metadata.gz: 851b01cbf3b6e207711e6d337597586d8e7165edd5b296a91f139491bc27d8fd08af8a23e0208e76a1a85b64a31feb314ad8883d1205e5e6b2db07f4de475fb4
7
+ data.tar.gz: 24743afd7fc22b298c714b76c3ee1deca62617f367cd6236a04f2d8353bcff06a65b8bbec662417fbdd0b28c5e0b8d6624f0f7dff5197de2c24f233812526177
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.1.17"
2
+ VERSION = "0.1.18"
3
3
  end
@@ -27,4 +27,4 @@ class App.MD.Forms
27
27
  $field.removeClass("has-errors")
28
28
  $field.find(".error-messages").hide() #css("visibility", "hidden")
29
29
 
30
- $("input.invalid").closest(".field-with-validations").addClass("has-errors")
30
+ $("select.invalid, input.invalid").closest(".field-with-validations").addClass("has-errors")
@@ -54,7 +54,9 @@
54
54
  font-weight: normal;
55
55
  height: $button-height;
56
56
  line-height: $button-height;
57
+ min-width: 44px;
57
58
  padding: 0 $spacing-small;
59
+ text-align: center;
58
60
  @include transition(background-color 0.30s ease);
59
61
  }
60
62
 
@@ -8,8 +8,7 @@
8
8
  width: 100%;
9
9
  }
10
10
 
11
- .tabs-bordered {
12
- // border-bottom: 2px solid color("divider");
11
+ .tabs.bordered {
13
12
  @include box-shadow(0 1px color("divider"));
14
13
  }
15
14
 
@@ -49,7 +48,7 @@
49
48
  //----------------------------------------------------------------------
50
49
 
51
50
  @each $color-name, $color in $colors {
52
- .tabs-#{$color-name} {
51
+ .tabs.color-#{$color-name} {
53
52
  .tab {
54
53
  &:hover,
55
54
  &:active {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dlegr250_material_design
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.17
4
+ version: 0.1.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand