Skip to content

Commit d89327e

Browse files
committed
Merge branch 'next' of github.com:Semantic-Org/Semantic-UI
2 parents 4b3fc0a + 6f2a912 commit d89327e

182 files changed

Lines changed: 4158 additions & 6765 deletions

File tree

Some content is hidden

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

.browserlistrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
last 2 versions
2+
> 1%
3+
opera 12.1
4+
bb 10
5+
android 4

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ src/**/site/
55
theme.config
66
semantic.json
77
tasks/**/oauth.js
8+
package-lock.json
89

910
# Numerous always-ignore extensions
1011
*.diff

dist/components/accordion.css

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.4.2 - 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,

dist/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.4.2 - Accordion
2+
* # Semantic UI 2.5.0 - Accordion
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

dist/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.

0 commit comments

Comments
 (0)