Skip to content

Commit 5cdbfdb

Browse files
Updated distribution to version 2.2.6
1 parent 38ff063 commit 5cdbfdb

File tree

138 files changed

+452
-584
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

+452
-584
lines changed

components/accordion.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.2.3 - Accordion
2+
* # Semantic UI 2.2.6 - Accordion
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*
@@ -69,7 +69,6 @@
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;
7372
transform: none;
7473
}
7574

@@ -87,7 +86,6 @@
8786
float: right;
8887
margin: 0.21425em 0em 0em 1em;
8988
-webkit-transform: rotate(180deg);
90-
-ms-transform: rotate(180deg);
9189
transform: rotate(180deg);
9290
}
9391

@@ -105,12 +103,10 @@
105103
.ui.accordion .active.title .dropdown.icon,
106104
.ui.accordion .accordion .active.title .dropdown.icon {
107105
-webkit-transform: rotate(90deg);
108-
-ms-transform: rotate(90deg);
109106
transform: rotate(90deg);
110107
}
111108
.ui.accordion.menu .item .active.title > .dropdown.icon {
112109
-webkit-transform: rotate(90deg);
113-
-ms-transform: rotate(90deg);
114110
transform: rotate(90deg);
115111
}
116112

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.3 - Accordion
2+
* # Semantic UI 2.2.6 - 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: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.2.3 - Ad
2+
* # Semantic UI 2.2.6 - Ad
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*
@@ -249,7 +249,6 @@
249249
width: 100%;
250250
text-align: center;
251251
-webkit-transform: translateX(-50%) translateY(-50%);
252-
-ms-transform: translateX(-50%) translateY(-50%);
253252
transform: translateX(-50%) translateY(-50%);
254253
content: 'Ad';
255254
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.3 - API
2+
* # Semantic UI 2.2.6 - 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.3 - Breadcrumb
2+
* # Semantic UI 2.2.6 - 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)