weui-rails 1.1.2 → 1.1.2.1

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: 3d6ad90975aeb16eefbb1bbbc18029d044c21e28
4
- data.tar.gz: c6fa357583b436785ec51a098f350861c8c29c16
3
+ metadata.gz: 1b3fdb01fd7bb713ac687c2c30f6d0bc4475742f
4
+ data.tar.gz: ab19046e141bb3d9a417b48ffa09988118e979cc
5
5
  SHA512:
6
- metadata.gz: b4a986dd77700a519f34b6ec1c1f8634d24a0395d34849798e8ea22997d8a881455932a7a50734668f82240e2d04060b47fd5e3eee04e656e54d746f6112f8c3
7
- data.tar.gz: 3ffbe3d9aadde20bade12ac14074169f13f6ff6163173b102d453bf9994bfb957002e9219dd8b609cfd910a7d7fd19788027bd5643d1f53252af677980792e23
6
+ metadata.gz: 0e91d5da383b31496b685688c534018eebc1f1e77ce01a90541a6b95416f62a988f07f301228dbc9b1a92af90daccc0cabb98fc2cf786a14b68ae6e944a5ba01
7
+ data.tar.gz: 6f1f58a42ed6d3855a1a8ecc467b74edcd059fd0a3cfedd4b2e4dc12d90d449cc153efdb0b4c2d9c40adfb033f39924002fc4ed6e68980e964810913bfabec60
@@ -1,5 +1,5 @@
1
1
  module Weui
2
2
  module Rails
3
- VERSION = '1.1.2'
3
+ VERSION = '1.1.2.1'
4
4
  end
5
5
  end
@@ -63,13 +63,7 @@
63
63
  color: $weuiDialogLinkColor;
64
64
  text-align: center;
65
65
  @include setTapColor();
66
- button & {
67
- background-color: transparent;
68
- border: 0;
69
- outline: 0;
70
- line-height: inherit;
71
- font-size: inherit;
72
- }
66
+
73
67
  &:active {
74
68
  background-color: $weuiDialogLinkActiveBc;
75
69
  }
@@ -82,6 +76,13 @@
82
76
  }
83
77
  }
84
78
  }
79
+ button.#{$weui_ns}form-preview__btn {
80
+ background-color: transparent;
81
+ border: 0;
82
+ outline: 0;
83
+ line-height: inherit;
84
+ font-size: inherit;
85
+ }
85
86
  .#{$weui_ns}form-preview__btn_default {
86
87
  color: $weuiTextColorGray;
87
88
  }
@@ -21,14 +21,15 @@
21
21
  vertical-align: middle;
22
22
  font-size: $weuiCellFontSize;
23
23
  color: $weuiDialogLinkColor;
24
- button & {
25
- background-color: transparent;
26
- border-top: 0;
27
- border-right: 0;
28
- border-bottom: 0;
29
- outline: 0;
30
- }
31
24
  &:active {
32
25
  color: desaturate($weuiDialogLinkColor, 30%);
33
26
  }
27
+ }
28
+
29
+ button.#{$weui_ns}vcode-btn {
30
+ background-color: transparent;
31
+ border-top: 0;
32
+ border-right: 0;
33
+ border-bottom: 0;
34
+ outline: 0;
34
35
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: weui-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Guo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-07 00:00:00.000000000 Z
11
+ date: 2017-07-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass