mui-sass 0.2.5 → 0.2.6

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: 4da054e1e1cfde1df9e4adf069da1eae58de688d
4
- data.tar.gz: e8f64e6ed41407ad40c3941c3da3cb4d56baebe2
3
+ metadata.gz: fbc1f9bb7235a1fff762a7295740b4185ff3ae95
4
+ data.tar.gz: 74429a128942aeda0d8c3c70a749cb7c072eb7e2
5
5
  SHA512:
6
- metadata.gz: 4ea46ada2caadaef6bacfd946ff35894484e9b142ab51c92877cbe288a40747a6d601383480b6392cb7f00a492f3ec705f9a2d0b82943382ae491a1bf0f32633
7
- data.tar.gz: 03c5eee3fb22b4959a9b9b872316b6fb924b414b6c8a6bda5853c9ce68836d87b0997b2a39b7191d76d16259f7c70dc994de22b8dfc09919da90333299261eb7
6
+ metadata.gz: fb17dd29eba57bba98804a0b453f55cf8189e71da3fecc058127629105bb1a890ea7cba542018f9e6cc71ec13177c5564eb2bbf1051631dec5d36e20ae92b431
7
+ data.tar.gz: 4ffe420e34988d1cf57601af457cc03a50a28ed26393ab8b20061f1c417bcf0d917d02dde2c33992d66d8695f5a912d6e1f8b0e84e74da8b8eba71da6d9cc6cd
@@ -1,3 +1,9 @@
1
+ ## 0.2.6 (2015-11-28)
2
+
3
+ - Update assets to match upstream version
4
+
5
+ Framework version: MUI v0.2.6
6
+
1
7
  ## 0.2.5 (2015-11-28)
2
8
 
3
9
  - Update assets to match upstream version
@@ -1,5 +1,5 @@
1
1
  module Mui
2
2
  module Sass
3
- VERSION = '0.2.5'
3
+ VERSION = '0.2.6'
4
4
  end
5
5
  end
@@ -90,7 +90,7 @@ input[type="checkbox"]:disabled {
90
90
  > label {
91
91
  // Layout
92
92
  position: absolute;
93
- top: $xFormLabelLineHeight;
93
+ transform: translate(0px, $xFormLabelLineHeight);
94
94
 
95
95
  // Typography
96
96
  font-size: $mui-input-font-size;
@@ -108,7 +108,7 @@ input[type="checkbox"]:disabled {
108
108
  > input,
109
109
  > textarea {
110
110
  &:focus ~ label {
111
- top: 0px;
111
+ transform: translate(0px, 0px);
112
112
  font-size: $mui-label-font-size;
113
113
  line-height: $xFormLabelLineHeight;
114
114
  text-overflow: ellipsis;
@@ -122,7 +122,7 @@ input[type="checkbox"]:disabled {
122
122
  color: $mui-label-font-color;
123
123
  font-size: $mui-label-font-size;
124
124
  line-height: $xFormLabelLineHeight;
125
- top: 0px;
125
+ transform: translate(0px, 0px);
126
126
  text-overflow: ellipsis;
127
127
  }
128
128
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mui-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitriy Tarasov