Skip to content

Commit

Permalink
Updated component to version 2.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Semantic-Pusher-Robot committed Jan 29, 2018
1 parent 2521d13 commit 8386740
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"framework"
],
"license": "MIT",
"version": "2.2.13"
"version": "2.2.14"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semantic-ui-reset",
"version": "2.2.13",
"version": "2.2.14",
"title": "Semantic UI - Reset",
"description": "Single component release of reset",
"homepage": "http://www.semantic-ui.com",
Expand Down
20 changes: 13 additions & 7 deletions reset.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.2.12 - Reset
* # Semantic UI 2.2.14 - Reset
* http://github.com/semantic-org/semantic-ui/
*
*
Expand All @@ -18,10 +18,12 @@
*,
*:before,
*:after {
box-sizing: inherit;
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
html {
box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

/* iPad Input Shadows */
Expand Down Expand Up @@ -107,7 +109,8 @@ figure {
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;

/* 1 */
height: 0;
Expand Down Expand Up @@ -155,7 +158,8 @@ abbr[title] {
text-decoration: underline;

/* 2 */
text-decoration: underline dotted;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;

/* 2 */
}
Expand Down Expand Up @@ -342,7 +346,8 @@ fieldset {
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;

/* 1 */
color: inherit;
Expand Down Expand Up @@ -385,7 +390,8 @@ textarea {
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;

/* 1 */
padding: 0;
Expand Down
4 changes: 2 additions & 2 deletions reset.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8386740

Please sign in to comment.