|
1 | 1 | /*!
|
2 |
| - * # Semantic UI 2.4.1 - Accordion |
| 2 | + * # Semantic UI 2.5.0 - Accordion |
3 | 3 | * http://github.com/semantic-org/semantic-ui/
|
4 | 4 | *
|
5 | 5 | *
|
|
63 | 63 | margin: 0em 0.25rem 0em 0rem;
|
64 | 64 | padding: 0em;
|
65 | 65 | 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; |
68 | 66 | transition: transform 0.1s ease, opacity 0.1s ease;
|
69 |
| - transition: transform 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease; |
70 | 67 | vertical-align: baseline;
|
71 |
| - -webkit-transform: none; |
72 |
| - transform: none; |
| 68 | + transform: none; |
73 | 69 | }
|
74 | 70 |
|
75 | 71 | /*--------------
|
|
85 | 81 | .ui.accordion.menu .item .title > .dropdown.icon {
|
86 | 82 | float: right;
|
87 | 83 | margin: 0.21425em 0em 0em 1em;
|
88 |
| - -webkit-transform: rotate(180deg); |
89 |
| - transform: rotate(180deg); |
| 84 | + transform: rotate(180deg); |
90 | 85 | }
|
91 | 86 |
|
92 | 87 | /* Header */
|
|
102 | 97 |
|
103 | 98 | .ui.accordion .active.title .dropdown.icon,
|
104 | 99 | .ui.accordion .accordion .active.title .dropdown.icon {
|
105 |
| - -webkit-transform: rotate(90deg); |
106 |
| - transform: rotate(90deg); |
| 100 | + transform: rotate(90deg); |
107 | 101 | }
|
108 | 102 | .ui.accordion.menu .item .active.title > .dropdown.icon {
|
109 |
| - -webkit-transform: rotate(90deg); |
110 |
| - transform: rotate(90deg); |
| 103 | + transform: rotate(90deg); |
111 | 104 | }
|
112 | 105 |
|
113 | 106 |
|
|
127 | 120 | .ui.styled.accordion .accordion {
|
128 | 121 | border-radius: 0.28571429rem;
|
129 | 122 | 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); |
132 | 124 | }
|
133 | 125 | .ui.styled.accordion .title,
|
134 | 126 | .ui.styled.accordion .accordion .title {
|
|
137 | 129 | color: rgba(0, 0, 0, 0.4);
|
138 | 130 | font-weight: bold;
|
139 | 131 | border-top: 1px solid rgba(34, 36, 38, 0.15);
|
140 |
| - -webkit-transition: background 0.1s ease, color 0.1s ease; |
141 | 132 | transition: background 0.1s ease, color 0.1s ease;
|
142 | 133 | }
|
143 | 134 | .ui.styled.accordion > .title:first-child,
|
|
0 commit comments