Skip to content

Commit 4049ee4

Browse files
Updated distribution to version 2.5.0
1 parent 01e4a53 commit 4049ee4

File tree

138 files changed

+1651
-4705
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

+1651
-4705
lines changed

components/accordion.css

+6-15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.4.1 - Accordion
2+
* # Semantic UI 2.5.0 - Accordion
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*
@@ -63,13 +63,9 @@
6363
margin: 0em 0.25rem 0em 0rem;
6464
padding: 0em;
6565
font-size: 1em;
66-
-webkit-transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
67-
transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
6866
transition: transform 0.1s ease, opacity 0.1s ease;
69-
transition: transform 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease;
7067
vertical-align: baseline;
71-
-webkit-transform: none;
72-
transform: none;
68+
transform: none;
7369
}
7470

7571
/*--------------
@@ -85,8 +81,7 @@
8581
.ui.accordion.menu .item .title > .dropdown.icon {
8682
float: right;
8783
margin: 0.21425em 0em 0em 1em;
88-
-webkit-transform: rotate(180deg);
89-
transform: rotate(180deg);
84+
transform: rotate(180deg);
9085
}
9186

9287
/* Header */
@@ -102,12 +97,10 @@
10297

10398
.ui.accordion .active.title .dropdown.icon,
10499
.ui.accordion .accordion .active.title .dropdown.icon {
105-
-webkit-transform: rotate(90deg);
106-
transform: rotate(90deg);
100+
transform: rotate(90deg);
107101
}
108102
.ui.accordion.menu .item .active.title > .dropdown.icon {
109-
-webkit-transform: rotate(90deg);
110-
transform: rotate(90deg);
103+
transform: rotate(90deg);
111104
}
112105

113106

@@ -127,8 +120,7 @@
127120
.ui.styled.accordion .accordion {
128121
border-radius: 0.28571429rem;
129122
background: #FFFFFF;
130-
-webkit-box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), 0px 0px 0px 1px rgba(34, 36, 38, 0.15);
131-
box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), 0px 0px 0px 1px rgba(34, 36, 38, 0.15);
123+
box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), 0px 0px 0px 1px rgba(34, 36, 38, 0.15);
132124
}
133125
.ui.styled.accordion .title,
134126
.ui.styled.accordion .accordion .title {
@@ -137,7 +129,6 @@
137129
color: rgba(0, 0, 0, 0.4);
138130
font-weight: bold;
139131
border-top: 1px solid rgba(34, 36, 38, 0.15);
140-
-webkit-transition: background 0.1s ease, color 0.1s ease;
141132
transition: background 0.1s ease, color 0.1s ease;
142133
}
143134
.ui.styled.accordion > .title:first-child,

components/accordion.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.4.1 - Accordion
2+
* # Semantic UI 2.5.0 - Accordion
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

components/accordion.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)