Skip to content

Commit

Permalink
Updated component to version 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Semantic-Pusher-Robot committed Oct 6, 2022
1 parent 2b09c98 commit 57a00ae
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 16 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"authors": [{
"name": "Jack Lukic",
"email": "[email protected]",
"web": "http://www.jacklukic.com",
"homepage": "http://www.jacklukic.com",
"role": "Creator"
}],
"keywords": ["semantic", "ui", "css", "framework"],
"license": "MIT",
"version": "2.4.1"
"version": "2.5.0"
}
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.4.1",
"version": "2.5.0",
"title": "Semantic UI - Reset",
"description": "Single component release of reset",
"homepage": "http://www.semantic-ui.com",
Expand Down
17 changes: 6 additions & 11 deletions reset.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.4.1 - Reset
* # Semantic UI 2.5.0 - Reset
* http://github.com/semantic-org/semantic-ui/
*
*
Expand All @@ -18,12 +18,10 @@
*,
*:before,
*:after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
box-sizing: inherit;
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
box-sizing: border-box;
}

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

/* 1 */
height: 0;
Expand Down Expand Up @@ -346,8 +343,7 @@ fieldset {
* `fieldset` elements in all browsers.
*/
legend {
-webkit-box-sizing: border-box;
box-sizing: border-box;
box-sizing: border-box;

/* 1 */
color: inherit;
Expand Down Expand Up @@ -390,8 +386,7 @@ textarea {
*/
[type="checkbox"],
[type="radio"] {
-webkit-box-sizing: border-box;
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 57a00ae

Please sign in to comment.