Skip to content

Commit 94fed98

Browse files
Updated distribution to version 2.2.14
1 parent 4b65000 commit 94fed98

File tree

138 files changed

+2184
-1011
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

+2184
-1011
lines changed

components/accordion.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.2.12 - Accordion
2+
* # Semantic UI 2.2.14 - Accordion
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*
@@ -127,7 +127,8 @@
127127
.ui.styled.accordion .accordion {
128128
border-radius: 0.28571429rem;
129129
background: #FFFFFF;
130-
box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), 0px 0px 0px 1px rgba(34, 36, 38, 0.15);
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);
131132
}
132133
.ui.styled.accordion .title,
133134
.ui.styled.accordion .accordion .title {

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.12 - Accordion
2+
* # Semantic UI 2.2.14 - 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.

0 commit comments

Comments
 (0)