Navigation Menu

Skip to content

Commit

Permalink
Build 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Jul 7, 2016
1 parent 0a74209 commit 3f51237
Show file tree
Hide file tree
Showing 137 changed files with 547 additions and 271 deletions.
6 changes: 5 additions & 1 deletion dist/components/accordion.css
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.2.1 - Accordion
* # Semantic UI 2.2.2 - Accordion
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down Expand Up @@ -69,6 +69,7 @@
transition: transform 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease;
vertical-align: baseline;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}

Expand All @@ -86,6 +87,7 @@
float: right;
margin: 0.21425em 0em 0em 1em;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}

Expand All @@ -103,10 +105,12 @@
.ui.accordion .active.title .dropdown.icon,
.ui.accordion .accordion .active.title .dropdown.icon {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.ui.accordion.menu .item .active.title > .dropdown.icon {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}

Expand Down
2 changes: 1 addition & 1 deletion dist/components/accordion.js
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.2.1 - Accordion
* # Semantic UI 2.2.2 - Accordion
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
4 changes: 2 additions & 2 deletions dist/components/accordion.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 dist/components/accordion.min.js

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

3 changes: 2 additions & 1 deletion dist/components/ad.css
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.2.1 - Ad
* # Semantic UI 2.2.2 - Ad
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down Expand Up @@ -249,6 +249,7 @@
width: 100%;
text-align: center;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
content: 'Ad';
color: #FFFFFF;
Expand Down
4 changes: 2 additions & 2 deletions dist/components/ad.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 dist/components/api.js
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.2.1 - API
* # Semantic UI 2.2.2 - API
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
2 changes: 1 addition & 1 deletion dist/components/api.min.js

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

2 changes: 1 addition & 1 deletion dist/components/breadcrumb.css
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.2.1 - Breadcrumb
* # Semantic UI 2.2.2 - Breadcrumb
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
2 changes: 1 addition & 1 deletion dist/components/breadcrumb.min.css

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

0 comments on commit 3f51237

Please sign in to comment.