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 71fcf5e commit 20c8f85
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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"
}
8 changes: 4 additions & 4 deletions loader.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.2.12 - Loader
* # Semantic UI 2.2.14 - Loader
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down Expand Up @@ -55,7 +55,8 @@
border-color: #767676 transparent transparent;
border-style: solid;
border-width: 0.2em;
box-shadow: 0px 0px 0px 1px transparent;
-webkit-box-shadow: 0px 0px 0px 1px transparent;
box-shadow: 0px 0px 0px 1px transparent;
}

/* Active Animation */
Expand Down Expand Up @@ -185,8 +186,7 @@
*******************************/

.ui.indeterminate.loader:after {
-webkit-animation-direction: reverse;
animation-direction: reverse;
animation-direction: reverse;
-webkit-animation-duration: 1.2s;
animation-duration: 1.2s;
}
Expand Down
4 changes: 2 additions & 2 deletions loader.min.css

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

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-loader",
"version": "2.2.13",
"version": "2.2.14",
"title": "Semantic UI - Loader",
"description": "Single component release of loader",
"homepage": "http://www.semantic-ui.com",
Expand Down

0 comments on commit 20c8f85

Please sign in to comment.