dlegr250_material_design 0.3.24 → 0.3.25

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: 514387339170273b64f4be2d96f19e555b90d14c
4
- data.tar.gz: 136426117bf53f3378c7de2c4e6f745ee5e50ac1
3
+ metadata.gz: bc62f280ef5b3f3d2bc21835121789148e06cab7
4
+ data.tar.gz: a3be12e71aca093a623948097df02b2e56f85966
5
5
  SHA512:
6
- metadata.gz: d077caccbef7230ad60205a24d80b8d43eb754d8fffae8b9e4b306418680e645df2ebeb8558aeb756c29e92f60ac0301bd0e1042b44b958989d4ba96239fde26
7
- data.tar.gz: 6bd872003446cc650a5730b86f2861d75f1979a7d590fd41c2266691fc91abe0364e631c42e2e7c47123974806021916fec1fe83e935474cf923defaa8bfc75a
6
+ metadata.gz: 73ca1237b0ab9eeb5627ea45ce87f4df2e7b017eb06734521e533aed67326a15140d7ac5d0bd9c3bf7f50867135b208e4758e6e339aaa59821e86a22b28ffff9
7
+ data.tar.gz: d61fd90e5e550618c411e8228659485cb82f5e5de61d53ce16812a9fdb9b45edc2d4e650a2701c0e301908a1e19f3c476f429acec248eeffcc334c6a7610774e
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.3.24"
2
+ VERSION = "0.3.25"
3
3
  end
@@ -37,8 +37,8 @@ class App.MD.Dialog
37
37
  @$dialog.find("#dialog-trigger-original-link").click()
38
38
  @.hideDialog()
39
39
 
40
- $(window).on "resize", =>
41
- @$dialog.absoluteCenter()
40
+ # $(window).on "resize", =>
41
+ # @$dialog.absoluteCenter()
42
42
 
43
43
  @isVisible: () ->
44
44
  @$dialog.hasClass("visible")
@@ -71,24 +71,20 @@ $buttons: ".button";
71
71
  .button-icon {
72
72
  border: none;
73
73
  color: color("icon");
74
- font-size: $font-size-icon;
75
- font-weight: 400;
76
74
  width: $button-icon-height;
77
75
  height: $button-icon-height;
78
- line-height: $button-icon-height;
79
- min-width: $button-icon-height;
80
76
  padding: 0;
77
+ text-align: center;
81
78
  @include rounded-corners(250px);
82
79
 
83
80
  &:hover,
84
81
  &.hover {
85
- background-color: rgba(0, 0, 0, 0.1);
86
82
  background-color: color("hover");
83
+ color: color("black");
87
84
  }
88
85
 
89
86
  &:active,
90
87
  &.active {
91
- background-color: rgba(0, 0, 0, 0.18);
92
88
  background-color: darken(color("hover"), 5%);
93
89
  }
94
90
  }
@@ -94,6 +94,12 @@ ol {
94
94
  }
95
95
  }
96
96
 
97
+ .list-divided-on-last {
98
+ .list-item:last-child {
99
+ border-bottom: 1px solid color("divider");
100
+ }
101
+ }
102
+
97
103
  // Don't have double lines on last item for bordered and divided
98
104
  .list-bordered .list-item:last-child {
99
105
  border-bottom: none;
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.3.24
4
+ version: 0.3.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-08-02 00:00:00.000000000 Z
11
+ date: 2016-08-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler