dlegr250_material_design 0.3.26 → 0.3.27

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: ede99e9033df5c57d533f4d451f1441ef96b47cb
4
- data.tar.gz: 8146667057a6e48016bfc45dc0ab6f4215b44839
3
+ metadata.gz: 3ea6ad1a7e0bb7e79aeb6904802ae70d795d5376
4
+ data.tar.gz: 723670923a5c76ce99bd04d7e87234625d0c2322
5
5
  SHA512:
6
- metadata.gz: b8fa0c21c42533ed4d1bf7c68b46139d08565645e407579f4514cc968d9a307310b5eb7219e600d758fe4c0e22beeaf4995589990f30148ab8974006118961eb
7
- data.tar.gz: 978f14e81c774888fddb5cfef10bb1af930af1802c66a546297598169c254f04dc26f14e0a1ef6f0acceebd464e03d02c7f1c810afbb0cd9f4f6a39f2457ebfa
6
+ metadata.gz: ece7e729c37ff61b03d9fe29a67b0c22d36cf3ed6da5d57ad756ae9d06fa3cdf9cc3e3d4f9997780320b897ab0e679b6a0ec6414bf75526ad3e402355b05344b
7
+ data.tar.gz: 5e92fdeadfd4784a983ae22312a15cffd365100bf6629a6da4a070c3f7dc9e88c52fd838fca31b37834421188b60ed63d0b8fa5c2cff930f773fa3e2e9797c8a
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.3.26"
2
+ VERSION = "0.3.27"
3
3
  end
@@ -46,7 +46,7 @@ class App.MD.Dialog
46
46
  @showDialog: () ->
47
47
  App.MD.Layout.showOverlay()
48
48
  App.MD.Menus.hideMenus()
49
- @$dialog.absoluteCenter().addClass("visible")
49
+ @$dialog.addClass("visible")
50
50
 
51
51
  @hideDialog: () ->
52
52
  @$dialog.removeClass("visible")
@@ -71,10 +71,10 @@ $buttons: ".button";
71
71
  .button-icon {
72
72
  border: none;
73
73
  color: color("icon");
74
- width: $button-icon-height;
75
74
  height: $button-icon-height;
76
- padding: $spacing-small;
75
+ line-height: $button-icon-height;
77
76
  text-align: center;
77
+ width: $button-icon-height;
78
78
  @include no-touch-highlight;
79
79
  @include rounded-corners(50%);
80
80
  @include transition(background-color 0.30s ease, color 0.30s ease);
@@ -8,7 +8,7 @@
8
8
  margin: auto;
9
9
  max-width: 90%;
10
10
  pointer-events: none;
11
- position: absolute;
11
+ position: relative;
12
12
  visibility: hidden;
13
13
  will-change: scale, transparency;
14
14
  z-index: $dialog-depth;
@@ -12,6 +12,7 @@
12
12
  width: 100%;
13
13
  will-change: opacity;
14
14
  z-index: $overlay-depth;
15
+ @include flex-center();
15
16
  @include no-touch-highlight;
16
17
  @include transparency(0);
17
18
  @include transition(opacity 0.3s cubic-bezier(0, 0, 0.3, 1));
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.3.26
4
+ version: 0.3.27
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand