Skip to content

Commit 8386740

Browse files
Updated component to version 2.2.14
1 parent 2521d13 commit 8386740

File tree

4 files changed

+17
-11
lines changed

4 files changed

+17
-11
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"framework"
1616
],
1717
"license": "MIT",
18-
"version": "2.2.13"
18+
"version": "2.2.14"
1919
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "semantic-ui-reset",
3-
"version": "2.2.13",
3+
"version": "2.2.14",
44
"title": "Semantic UI - Reset",
55
"description": "Single component release of reset",
66
"homepage": "http://www.semantic-ui.com",

reset.css

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.2.12 - Reset
2+
* # Semantic UI 2.2.14 - Reset
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*
@@ -18,10 +18,12 @@
1818
*,
1919
*:before,
2020
*:after {
21-
box-sizing: inherit;
21+
-webkit-box-sizing: inherit;
22+
box-sizing: inherit;
2223
}
2324
html {
24-
box-sizing: border-box;
25+
-webkit-box-sizing: border-box;
26+
box-sizing: border-box;
2527
}
2628

2729
/* iPad Input Shadows */
@@ -107,7 +109,8 @@ figure {
107109
* 2. Show the overflow in Edge and IE.
108110
*/
109111
hr {
110-
box-sizing: content-box;
112+
-webkit-box-sizing: content-box;
113+
box-sizing: content-box;
111114

112115
/* 1 */
113116
height: 0;
@@ -155,7 +158,8 @@ abbr[title] {
155158
text-decoration: underline;
156159

157160
/* 2 */
158-
text-decoration: underline dotted;
161+
-webkit-text-decoration: underline dotted;
162+
text-decoration: underline dotted;
159163

160164
/* 2 */
161165
}
@@ -342,7 +346,8 @@ fieldset {
342346
* `fieldset` elements in all browsers.
343347
*/
344348
legend {
345-
box-sizing: border-box;
349+
-webkit-box-sizing: border-box;
350+
box-sizing: border-box;
346351

347352
/* 1 */
348353
color: inherit;
@@ -385,7 +390,8 @@ textarea {
385390
*/
386391
[type="checkbox"],
387392
[type="radio"] {
388-
box-sizing: border-box;
393+
-webkit-box-sizing: border-box;
394+
box-sizing: border-box;
389395

390396
/* 1 */
391397
padding: 0;

reset.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)