smock 0.1.198 → 0.1.199

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- smock (0.1.198)
4
+ smock (0.1.199)
5
5
  sass (= 3.2.19)
6
6
  thor (= 0.19.1)
7
7
 
@@ -29,6 +29,9 @@ textarea
29
29
  border-radius: $border-radius
30
30
  background: $white
31
31
 
32
+ input[disabled]
33
+ background: $gray-lightest
34
+
32
35
  textarea
33
36
  +space(line-height)
34
37
  +space(padding-top, 0.5)
data/examples/forms.html CHANGED
@@ -36,6 +36,11 @@
36
36
  <div class="input boolean optional">
37
37
  <input class="boolean optional" id="boolean" type="checkbox"><label for="boolean" class="boolean optional">Subscribe to the Envato Studio newsletter</label>
38
38
  </div>
39
+
40
+ <div class="input string optional">
41
+ <label class="string optional">Disabled Text Input</label>
42
+ <input class="string optional disabled disabled has-tip tip-top" disabled="disabled" type="text" />
43
+ </div>
39
44
  </fieldset>
40
45
  </form>
41
46
  </div>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smock
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.198
4
+ version: 0.1.199
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -451,7 +451,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
451
451
  version: '0'
452
452
  segments:
453
453
  - 0
454
- hash: 3975110789018689129
454
+ hash: -98089810622615257
455
455
  required_rubygems_version: !ruby/object:Gem::Requirement
456
456
  none: false
457
457
  requirements:
@@ -460,7 +460,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
460
460
  version: '0'
461
461
  segments:
462
462
  - 0
463
- hash: 3975110789018689129
463
+ hash: -98089810622615257
464
464
  requirements: []
465
465
  rubyforge_project: smock
466
466
  rubygems_version: 1.8.21