Skip to content

Commit 25ce5aa

Browse files
Updated distribution to version 2.2.2
1 parent 7858906 commit 25ce5aa

File tree

138 files changed

+548
-272
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+548
-272
lines changed

components/accordion.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.2.1 - Accordion
2+
* # Semantic UI 2.2.2 - Accordion
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*
@@ -69,6 +69,7 @@
6969
transition: transform 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease;
7070
vertical-align: baseline;
7171
-webkit-transform: none;
72+
-ms-transform: none;
7273
transform: none;
7374
}
7475

@@ -86,6 +87,7 @@
8687
float: right;
8788
margin: 0.21425em 0em 0em 1em;
8889
-webkit-transform: rotate(180deg);
90+
-ms-transform: rotate(180deg);
8991
transform: rotate(180deg);
9092
}
9193

@@ -103,10 +105,12 @@
103105
.ui.accordion .active.title .dropdown.icon,
104106
.ui.accordion .accordion .active.title .dropdown.icon {
105107
-webkit-transform: rotate(90deg);
108+
-ms-transform: rotate(90deg);
106109
transform: rotate(90deg);
107110
}
108111
.ui.accordion.menu .item .active.title > .dropdown.icon {
109112
-webkit-transform: rotate(90deg);
113+
-ms-transform: rotate(90deg);
110114
transform: rotate(90deg);
111115
}
112116

components/accordion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.2.1 - Accordion
2+
* # Semantic UI 2.2.2 - Accordion
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

components/accordion.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.

components/accordion.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/ad.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.2.1 - Ad
2+
* # Semantic UI 2.2.2 - Ad
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*
@@ -249,6 +249,7 @@
249249
width: 100%;
250250
text-align: center;
251251
-webkit-transform: translateX(-50%) translateY(-50%);
252+
-ms-transform: translateX(-50%) translateY(-50%);
252253
transform: translateX(-50%) translateY(-50%);
253254
content: 'Ad';
254255
color: #FFFFFF;

components/ad.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.

components/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.2.1 - API
2+
* # Semantic UI 2.2.2 - API
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

components/api.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/breadcrumb.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.2.1 - Breadcrumb
2+
* # Semantic UI 2.2.2 - Breadcrumb
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

components/breadcrumb.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)