smock 0.1.216 → 0.1.217
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
@@ -157,3 +157,8 @@
|
|
157
157
|
background-repeat: no-repeat
|
158
158
|
background-size: contain
|
159
159
|
background-position: top center
|
160
|
+
|
161
|
+
.svg__down-caret--inverse
|
162
|
+
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNjQwcHgiIGhlaWdodD0iNDgwcHgiIHZpZXdCb3g9IjAgMCA2NDAgNDgwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2NDAgNDgwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDc3LjloNjQwTDMyNC4zLDQwMi4xTDAsNzcuOXoiLz4NCjwvZz4NCjwvc3ZnPg0K)
|
163
|
+
|
164
|
+
|
@@ -3,6 +3,16 @@
|
|
3
3
|
|
4
4
|
.category-dropdown__control
|
5
5
|
display: block
|
6
|
+
cursor: pointer
|
7
|
+
|
8
|
+
.category-dropdown__control__caret
|
9
|
+
+space(width, 0.5)
|
10
|
+
+space(height, 0.5)
|
11
|
+
+space(line-height)
|
12
|
+
display: inline-block
|
13
|
+
background-repeat: no-repeat
|
14
|
+
background-size: contain
|
15
|
+
background-position: center
|
6
16
|
|
7
17
|
.category-dropdown:hover
|
8
18
|
.category-dropdown__categories
|
@@ -31,7 +31,7 @@
|
|
31
31
|
<ul class="lh-pull-left">
|
32
32
|
|
33
33
|
<li class="category-dropdown lh-pull-left lh-margin-right">
|
34
|
-
<
|
34
|
+
<div class="category-dropdown__control th-double-line th-inverse">Browse Categories <div class="svg__down-caret--inverse category-dropdown__control__caret"></div></div>
|
35
35
|
<div class="category-dropdown__categories th-size-normal ch-white-background">
|
36
36
|
<ul class="category-dropdown__categories__list">
|
37
37
|
<li data-submenu-id="1">
|
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.
|
4
|
+
version: 0.1.217
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -2048,7 +2048,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
2048
2048
|
version: '0'
|
2049
2049
|
segments:
|
2050
2050
|
- 0
|
2051
|
-
hash:
|
2051
|
+
hash: 2768256276524227490
|
2052
2052
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
2053
2053
|
none: false
|
2054
2054
|
requirements:
|
@@ -2057,7 +2057,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
2057
2057
|
version: '0'
|
2058
2058
|
segments:
|
2059
2059
|
- 0
|
2060
|
-
hash:
|
2060
|
+
hash: 2768256276524227490
|
2061
2061
|
requirements: []
|
2062
2062
|
rubyforge_project: smock
|
2063
2063
|
rubygems_version: 1.8.21
|