Skip to content

Commit e761c14

Browse files
Updated distribution to version 2.1.8
1 parent 6572eb6 commit e761c14

Some content is hidden

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

94 files changed

+2241
-2299
lines changed

components/accordion.css

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,8 @@
6464
margin: 0em 0.25rem 0em 0rem;
6565
padding: 0em;
6666
font-size: 1em;
67-
-webkit-transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
68-
transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
69-
transition: transform 0.1s ease, opacity 0.1s ease;
70-
transition: transform 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease;
67+
-webkit-transition: -webkit-transform 0.1s ease, opacity 0.1s ease;
68+
transition: transform 0.1s ease, opacity 0.1s ease;
7169
vertical-align: baseline;
7270
-webkit-transform: none;
7371
-ms-transform: none;
@@ -131,7 +129,7 @@
131129
.ui.styled.accordion,
132130
.ui.styled.accordion .accordion {
133131
border-radius: 0.28571429rem;
134-
background: #FFFFFF;
132+
background: #ffffff;
135133
box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), 0px 0px 0px 1px rgba(34, 36, 38, 0.15);
136134
}
137135
.ui.styled.accordion .title,
@@ -142,7 +140,7 @@
142140
font-weight: bold;
143141
border-top: 1px solid rgba(34, 36, 38, 0.15);
144142
-webkit-transition: background 0.1s ease, color 0.1s ease;
145-
transition: background 0.1s ease, color 0.1s ease;
143+
transition: background 0.1s ease, color 0.1s ease;
146144
}
147145
.ui.styled.accordion > .title:first-child,
148146
.ui.styled.accordion .accordion .title:first-child {

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