pwnstyles_rails 0.2.0 → 0.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: bf3784a0a97fb0fb1e06d00cf8f06f74cc6ee74d
4
- data.tar.gz: 08ace6b1a9d9006c75a32bc79f3048e03a6557c0
3
+ metadata.gz: 7dd476c3c2eea133c17dfa987717068b4bfc44a5
4
+ data.tar.gz: bb5f2e86e56d15fa66d4f2f8e03ac1ee2327a4e1
5
5
  SHA512:
6
- metadata.gz: 51ecb1001f816b8980383cff759ce85848a453f791388722ffa4c9cfffa4e5ca8f55cbc16357c73258b229c44184c2c740e6049ac56ca6ead8e8c569762016ea
7
- data.tar.gz: 01e7b406ef7fb81ff12c6cf0f0d8defaf856bf1216fdf4c27efb4fdf2819dc0ee0fff6edd7a2805ec165897a2216fcf0888395327792dbafe8d4a28c63aafe26
6
+ metadata.gz: 288ecbf9769da107c85ed39a19e6aaba24ffeb91910e83f2edf2d38dd719c6a7ebe36e00399a8afb48e55be65e671c2c5079db0e0f63cc798e01778453364fe8
7
+ data.tar.gz: bcf34cc7e8c50752a3db58625b01f405900139bfe65ec9a514d4a8764987f64c187f2372d0a2599dc0feb5f8ed8e81b5cc56cd72bd4530a600f8ebe3f2a81c0c
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.1
@@ -107,17 +107,17 @@
107
107
  );
108
108
  padding: 0.125em 2ex 0.125em 0.5ex;
109
109
  text-overflow: ellipsis;
110
- -webkit-appearance: textfield;
111
- -moz-appearance: textfield;
112
- background-image: asset_data_url("pwnstyles/select-arrow.svg");
110
+ -webkit-appearance: none;
111
+ -moz-appearance: none;
112
+ background-image: asset-data-url("pwnstyles/select-arrow.svg");
113
113
  background-repeat: no-repeat;
114
114
  background-position: center right;
115
115
  background-size: auto 1em;
116
116
  &:hover, &:focus {
117
- background-image: asset_data_url("pwnstyles/select-arrow-emph.svg");
117
+ background-image: asset-data-url("pwnstyles/select-arrow-emph.svg");
118
118
  }
119
- // Animating the arrow SVG is glitchy on Chrome.
120
- transition: all .218s, background-image 0s;
119
+ // Animating the arrow SVG is glitchy on Chrome. 0s is ignored, 1ms works.
120
+ transition: all 0.218s, background-image 1ms;
121
121
  }
122
122
 
123
123
  // Import to highlight a form field to indicate errors in the input.
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: pwnstyles_rails 0.2.0 ruby lib
5
+ # stub: pwnstyles_rails 0.2.1 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "pwnstyles_rails"
9
- s.version = "0.2.0"
9
+ s.version = "0.2.1"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pwnstyles_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor Costan