Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 86d2832

Browse files
authored
Merge pull request #220 from eBay/5.0.2
2 parents 9940359 + 2151e59 commit 86d2832

File tree

18 files changed

+61
-34
lines changed

18 files changed

+61
-34
lines changed

combobox.browser.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"dependencies": [
3+
"./dist/combobox/ds6/combobox.css"
4+
]
5+
}

dist/grid/ds4/grid-full.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
Skin v5.0.1
2+
Skin v5.0.2
33
Copyright 2017 eBay! Inc. All rights reserved.
44
Licensed under the BSD License.
55
https://github.com/eBay/skin/blob/master/LICENSE.txt"

dist/pagination/ds4/pagination.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
width: 1em;
1414
}
1515
.pagination__items {
16+
-webkit-box-align: center;
17+
-ms-flex-align: center;
18+
align-items: center;
1619
display: -webkit-inline-box;
1720
display: -ms-inline-flexbox;
1821
display: inline-flex;
@@ -25,6 +28,7 @@
2528
.pagination__next,
2629
.pagination__previous {
2730
color: #555;
31+
display: inherit;
2832
padding: 8px 8px 8px 0;
2933
}
3034
.pagination__next:visited,

dist/select/ds6/select.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjEuNiIgaGVpZ2h0PSIxMi41OCIgdmlld0JveD0iMS4zNSA1LjcgMjEuNiAxMi41OCI+PHBhdGggZD0iTTEyLjE4NiAxOC4yODVjLS40NTEtLjAwOS0uODA5LS4xNjctMS4wNzUtLjQ0MWwtOS4zMzctOS42YTEuNTI3IDEuNTI3IDAgMCAxLS40MjQtLjk5OXYtLjEwOGMuMDE1LS4zODYuMTY2LS43NDEuNDI0LTEuMDA4LjU2LS41NzMgMS41MjktLjU3IDIuMDgyIDBsOC4yOTQgOC41MyA4LjI5Mi04LjUzMmMuNTU4LS41NyAxLjUyNi0uNTcgMi4wOCAwIC4yNjUuMjcuNDE2LjYyOS40MjggMS4wMXYuMDg3Yy0uMDEyLjM5MS0uMTY1Ljc1LS40MjcgMS4wMmwtOS4zMzMgOS42YTEuNDQzIDEuNDQzIDAgMCAxLTEuMDA0LjQ0MSIvPjwvc3ZnPg==');
1212
height: 40px;
1313
width: 9px;
14-
background-position: right center;
14+
background-position: right calc(50% - 1px);
1515
content: "";
1616
margin-left: 8px;
1717
pointer-events: none;
@@ -26,10 +26,11 @@
2626
background-color: #fff;
2727
border: 1px solid #c7c7c7;
2828
border-radius: 0;
29+
font-family: "Market Sans", Arial, sans-serif;
2930
font-size: 16px;
3031
height: 40px;
32+
margin-top: -1px;
3133
padding: 8px 30px 8px 16px;
32-
vertical-align: top;
3334
}
3435
.select > select:focus {
3536
border-color: #4295ff;

docs/_includes/ds4/cdn.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<div id="cdn">
22
<h2>CDN</h2>
33
<p>A CSS file containing the full collection of modules (except grid) for small screens is available via the following url:</p>
4-
<p><a href="http://ir.ebaystatic.com/cr/v/c1/skin/v5.0.1/ds4/skin.min.css">https://ir.ebaystatic.com/cr/v/c1/skin/v5.0.1/ds4/skin.min.css</a></p>
4+
<p><a href="http://ir.ebaystatic.com/cr/v/c1/skin/v5.0.2/ds4/skin.min.css">https://ir.ebaystatic.com/cr/v/c1/skin/v5.0.2/ds4/skin.min.css</a></p>
55
<p>A small CSS file containing only the additional rules for large screens, for an adaptive approach, is also available:</p>
6-
<p><a href="http://ir.ebaystatic.com/cr/v/c1/skin/v5.0.1/ds4/skin-large.min.css">https://ir.ebaystatic.com/cr/v/c1/skin/v5.0.1/ds4/skin-large.min.css</a></p>
6+
<p><a href="http://ir.ebaystatic.com/cr/v/c1/skin/v5.0.2/ds4/skin-large.min.css">https://ir.ebaystatic.com/cr/v/c1/skin/v5.0.2/ds4/skin-large.min.css</a></p>
77
<p>Finally, a CSS file containing all rules (with the large rules contained in a media query) is available at:</p>
8-
<p><a href="http://ir.ebaystatic.com/cr/v/c1/skin/v5.0.1/ds4/skin-full.min.css">https://ir.ebaystatic.com/cr/v/c1/skin/v5.0.1/ds4/skin-full.min.css</a></p>
8+
<p><a href="http://ir.ebaystatic.com/cr/v/c1/skin/v5.0.2/ds4/skin-full.min.css">https://ir.ebaystatic.com/cr/v/c1/skin/v5.0.2/ds4/skin-full.min.css</a></p>
99
<p>Using this "full" file effectively means that your site is opting into a responsive approach rather than adaptive.</p>
1010
</div>

docs/_includes/ds4/grid.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h3>Lasso</h3>
4949
{% endhighlight %}
5050

5151
<h3>CDN</h3>
52-
<p>The grid system is also available via CDN: <a href="https://ir.ebaystatic.com/cr/v/c1/skin/v5.0.1/ds4/grid-full.min.css">https://ir.ebaystatic.com/cr/v/c1/skin/v5.0.1/ds4/grid-full.min.css</a></p>
52+
<p>The grid system is also available via CDN: <a href="https://ir.ebaystatic.com/cr/v/c1/skin/v5.0.2/ds4/grid-full.min.css">https://ir.ebaystatic.com/cr/v/c1/skin/v5.0.2/ds4/grid-full.min.css</a></p>
5353

5454
<h3>Basic Grid</h3>
5555
<ul>

docs/_includes/ds6/install.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ <h4>Flags</h4>
5353

5454
<h3>CDN</h3>
5555
<p>Skin is also available via the following CDN link.</p>
56-
<p><a href="http://ir.ebaystatic.com/cr/v/c1/skin/v5.0.1/ds6/skin.min.css">https://ir.ebaystatic.com/cr/v/c1/skin/v5.0.1/ds6/skin.min.css</a></p>
56+
<p><a href="http://ir.ebaystatic.com/cr/v/c1/skin/v5.0.2/ds6/skin.min.css">https://ir.ebaystatic.com/cr/v/c1/skin/v5.0.2/ds6/skin.min.css</a></p>
5757

5858
</div>

docs/_includes/ds6/select.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h3>Selected option</h3>
3030
<span class="select">
3131
<select name="options">
3232
<option value="item1">Option 1</option>
33-
<option value="item2" selected="">Option 2</option>
33+
<option value="item2" selected>Option 2</option>
3434
<option value="item3">Option 3</option>
3535
</select>
3636
</span>
@@ -39,7 +39,7 @@ <h3>Selected option</h3>
3939
<span class="select">
4040
<select name="options">
4141
<option value="item1">Option 1</option>
42-
<option value="item2" selected="">Option 2</option>
42+
<option value="item2" selected>Option 2</option>
4343
<option value="item3">Option 3</option>
4444
</select>
4545
</span>
@@ -50,18 +50,18 @@ <h3>Borderless select</h3>
5050
<div class="demo">
5151
<div class="demo__inner">
5252
<span class="select select--borderless">
53-
<select name="options">
54-
<option value="item1">Option 1</option>
55-
<option value="item2" selected="">Option 2</option>
56-
<option value="item3">Option 3</option>
53+
<select name="options" id="options">
54+
<option value="1">Option 1</option>
55+
<option value="2" selected>Option 2</option>
56+
<option value="3">Option 3</option>
5757
</select>
5858
</span>
5959
</div>
6060
{% highlight html %}
6161
<span class="select select--borderless">
62-
<select name="options">
62+
<select name="options" id="options">
6363
<option value="item1">Option 1</option>
64-
<option value="item2" selected="">Option 2</option>
64+
<option value="item2" selected>Option 2</option>
6565
<option value="item3">Option 3</option>
6666
</select>
6767
</span>

docs/static/ds4/docs.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/static/ds4/grid-full.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
Skin v5.0.1
2+
Skin v5.0.2
33
Copyright 2017 eBay! Inc. All rights reserved.
44
Licensed under the BSD License.
55
https://github.com/eBay/skin/blob/master/LICENSE.txt"

0 commit comments

Comments
 (0)