semantic-ui-sass 2.2.4.0 → 2.2.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +6 -0
  3. data/README.md +6 -0
  4. data/app/assets/javascripts/semantic-ui/progress.js +26 -5
  5. data/app/assets/javascripts/semantic-ui/search.js +18 -9
  6. data/app/assets/javascripts/semantic-ui/sticky.js +7 -1
  7. data/app/assets/javascripts/semantic-ui/tab.js +24 -6
  8. data/app/assets/javascripts/semantic-ui/transition.js +20 -14
  9. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +1 -1
  10. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +2 -1
  11. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +1 -2
  12. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +0 -2
  13. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +2 -2
  14. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +1 -1
  15. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +1 -8
  16. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +1 -2
  17. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +1 -3
  18. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +1 -1
  19. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +1 -1
  20. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +1 -8
  21. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
  22. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +1 -1
  23. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +1 -8
  24. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +1 -1
  25. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +1 -3
  26. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +1 -1
  27. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +1 -24
  28. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +1 -3
  29. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +1 -2
  30. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +1 -1
  31. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +4 -2
  32. data/app/assets/stylesheets/semantic-ui/globals/_variables.scss +1 -0
  33. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +1 -5
  34. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +4 -6
  35. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +1 -2
  36. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +1 -8
  37. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +1 -2
  38. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +1 -2
  39. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +1 -1
  40. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +1 -32
  41. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +1 -1
  42. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +1 -1
  43. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +1 -2
  44. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +1 -1
  45. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +1 -7
  46. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -1
  47. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +1 -1
  48. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1 -18
  49. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +1 -2
  50. data/app/assets/stylesheets/semantic-ui/views/_card.scss +1 -3
  51. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +1 -1
  52. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +1 -1
  53. data/app/assets/stylesheets/semantic-ui/views/_item.scss +1 -1
  54. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +3 -1
  55. data/lib/semantic/ui/sass/version.rb +2 -2
  56. data/tasks/converter.rb +3 -1
  57. metadata +2 -2
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.4 - Divider
2
+ * # Semantic UI 2.2.6 - Divider
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -92,7 +92,6 @@
92
92
  line-height: 0em;
93
93
  text-align: center;
94
94
  -webkit-transform: translateX(-50%);
95
- -ms-transform: translateX(-50%);
96
95
  transform: translateX(-50%);
97
96
  }
98
97
  .ui.vertical.divider:before,
@@ -129,7 +128,6 @@
129
128
  top: 0;
130
129
  left: 0;
131
130
  -webkit-transform: none;
132
- -ms-transform: none;
133
131
  transform: none;
134
132
  }
135
133
  .ui.stackable.grid .ui.vertical.divider:before,
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.4 - Flag
2
+ * # Semantic UI 2.2.6 - Flag
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.4 - Header
2
+ * # Semantic UI 2.2.6 - Header
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.4 - Icon
2
+ * # Semantic UI 2.2.6 - Icon
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -155,12 +155,10 @@ i.circular.inverted.icon {
155
155
  i.flipped.icon,
156
156
  i.horizontally.flipped.icon {
157
157
  -webkit-transform: scale(-1, 1);
158
- -ms-transform: scale(-1, 1);
159
158
  transform: scale(-1, 1);
160
159
  }
161
160
  i.vertically.flipped.icon {
162
161
  -webkit-transform: scale(1, -1);
163
- -ms-transform: scale(1, -1);
164
162
  transform: scale(1, -1);
165
163
  }
166
164
 
@@ -172,13 +170,11 @@ i.rotated.icon,
172
170
  i.right.rotated.icon,
173
171
  i.clockwise.rotated.icon {
174
172
  -webkit-transform: rotate(90deg);
175
- -ms-transform: rotate(90deg);
176
173
  transform: rotate(90deg);
177
174
  }
178
175
  i.left.rotated.icon,
179
176
  i.counterclockwise.rotated.icon {
180
177
  -webkit-transform: rotate(-90deg);
181
- -ms-transform: rotate(-90deg);
182
178
  transform: rotate(-90deg);
183
179
  }
184
180
 
@@ -451,7 +447,6 @@ i.icons .icon {
451
447
  top: 50%;
452
448
  left: 50%;
453
449
  -webkit-transform: translateX(-50%) translateY(-50%);
454
- -ms-transform: translateX(-50%) translateY(-50%);
455
450
  transform: translateX(-50%) translateY(-50%);
456
451
  margin: 0em;
457
452
  margin: 0;
@@ -462,7 +457,6 @@ i.icons .icon:first-child {
462
457
  height: auto;
463
458
  vertical-align: top;
464
459
  -webkit-transform: none;
465
- -ms-transform: none;
466
460
  transform: none;
467
461
  margin-right: 0.25rem;
468
462
  }
@@ -474,7 +468,6 @@ i.icons .corner.icon {
474
468
  right: 0;
475
469
  bottom: 0;
476
470
  -webkit-transform: none;
477
- -ms-transform: none;
478
471
  transform: none;
479
472
  font-size: 0.45em;
480
473
  text-shadow: -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.4 - Image
2
+ * # Semantic UI 2.2.6 - Image
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.4 - Input
2
+ * # Semantic UI 2.2.6 - Input
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.4 - Label
2
+ * # Semantic UI 2.2.6 - Label
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -184,7 +184,6 @@ a.ui.label {
184
184
  .ui.tag.label:before {
185
185
  position: absolute;
186
186
  -webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg);
187
- -ms-transform: translateY(-50%) translateX(50%) rotate(-45deg);
188
187
  transform: translateY(-50%) translateX(50%) rotate(-45deg);
189
188
  top: 50%;
190
189
  right: 100%;
@@ -330,7 +329,6 @@ a.ui.label {
330
329
  .ui[class*="right ribbon"].label {
331
330
  text-align: left;
332
331
  -webkit-transform: translateX(-100%);
333
- -ms-transform: translateX(-100%);
334
332
  transform: translateX(-100%);
335
333
  border-radius: 0.28571429rem 0em 0em 0.28571429rem;
336
334
  }
@@ -1141,7 +1139,6 @@ a.ui.basic.label:hover {
1141
1139
  position: absolute;
1142
1140
  content: '';
1143
1141
  -webkit-transform: rotate(45deg);
1144
- -ms-transform: rotate(45deg);
1145
1142
  transform: rotate(45deg);
1146
1143
  background-image: none;
1147
1144
  z-index: 2;
@@ -1161,7 +1158,6 @@ a.ui.basic.label:hover {
1161
1158
  .ui[class*="pointing above"].label:before {
1162
1159
  border-width: 1px 0px 0px 1px;
1163
1160
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
1164
- -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
1165
1161
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
1166
1162
  top: 0%;
1167
1163
  left: 50%;
@@ -1180,7 +1176,6 @@ a.ui.basic.label:hover {
1180
1176
  top: auto;
1181
1177
  right: auto;
1182
1178
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
1183
- -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
1184
1179
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
1185
1180
  top: 100%;
1186
1181
  left: 50%;
@@ -1195,7 +1190,6 @@ a.ui.basic.label:hover {
1195
1190
  .ui[class*="left pointing"].label:before {
1196
1191
  border-width: 0px 0px 1px 1px;
1197
1192
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
1198
- -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
1199
1193
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
1200
1194
  bottom: auto;
1201
1195
  right: auto;
@@ -1212,7 +1206,6 @@ a.ui.basic.label:hover {
1212
1206
  .ui[class*="right pointing"].label:before {
1213
1207
  border-width: 1px 1px 0px 0px;
1214
1208
  -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
1215
- -ms-transform: translateX(50%) translateY(-50%) rotate(45deg);
1216
1209
  transform: translateX(50%) translateY(-50%) rotate(45deg);
1217
1210
  top: 50%;
1218
1211
  right: 0%;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.4 - List
2
+ * # Semantic UI 2.2.6 - List
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.4 - Loader
2
+ * # Semantic UI 2.2.6 - Loader
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -24,7 +24,6 @@
24
24
  text-align: center;
25
25
  z-index: 1000;
26
26
  -webkit-transform: translateX(-50%) translateY(-50%);
27
- -ms-transform: translateX(-50%) translateY(-50%);
28
27
  transform: translateX(-50%) translateY(-50%);
29
28
  }
30
29
 
@@ -320,7 +319,6 @@
320
319
  left: 0em;
321
320
  top: 0em;
322
321
  -webkit-transform: none;
323
- -ms-transform: none;
324
322
  transform: none;
325
323
  }
326
324
  .ui.inline.loader.active,
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.4 - Rail
2
+ * # Semantic UI 2.2.6 - Rail
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.4 - Reveal
2
+ * # Semantic UI 2.2.6 - Reveal
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -70,75 +70,62 @@
70
70
  left: 0% !important;
71
71
  width: 100% !important;
72
72
  -webkit-transform: translateX(100%) !important;
73
- -ms-transform: translateX(100%) !important;
74
73
  transform: translateX(100%) !important;
75
74
  }
76
75
  .ui.slide.active.reveal > .visible.content,
77
76
  .ui.slide.reveal:hover > .visible.content {
78
77
  -webkit-transform: translateX(-100%) !important;
79
- -ms-transform: translateX(-100%) !important;
80
78
  transform: translateX(-100%) !important;
81
79
  }
82
80
  .ui.slide.active.reveal > .hidden.content,
83
81
  .ui.slide.reveal:hover > .hidden.content {
84
82
  -webkit-transform: translateX(0%) !important;
85
- -ms-transform: translateX(0%) !important;
86
83
  transform: translateX(0%) !important;
87
84
  }
88
85
  .ui.slide.right.reveal > .visible.content {
89
86
  -webkit-transform: translateX(0%) !important;
90
- -ms-transform: translateX(0%) !important;
91
87
  transform: translateX(0%) !important;
92
88
  }
93
89
  .ui.slide.right.reveal > .hidden.content {
94
90
  -webkit-transform: translateX(-100%) !important;
95
- -ms-transform: translateX(-100%) !important;
96
91
  transform: translateX(-100%) !important;
97
92
  }
98
93
  .ui.slide.right.active.reveal > .visible.content,
99
94
  .ui.slide.right.reveal:hover > .visible.content {
100
95
  -webkit-transform: translateX(100%) !important;
101
- -ms-transform: translateX(100%) !important;
102
96
  transform: translateX(100%) !important;
103
97
  }
104
98
  .ui.slide.right.active.reveal > .hidden.content,
105
99
  .ui.slide.right.reveal:hover > .hidden.content {
106
100
  -webkit-transform: translateX(0%) !important;
107
- -ms-transform: translateX(0%) !important;
108
101
  transform: translateX(0%) !important;
109
102
  }
110
103
  .ui.slide.up.reveal > .hidden.content {
111
104
  -webkit-transform: translateY(100%) !important;
112
- -ms-transform: translateY(100%) !important;
113
105
  transform: translateY(100%) !important;
114
106
  }
115
107
  .ui.slide.up.active.reveal > .visible.content,
116
108
  .ui.slide.up.reveal:hover > .visible.content {
117
109
  -webkit-transform: translateY(-100%) !important;
118
- -ms-transform: translateY(-100%) !important;
119
110
  transform: translateY(-100%) !important;
120
111
  }
121
112
  .ui.slide.up.active.reveal > .hidden.content,
122
113
  .ui.slide.up.reveal:hover > .hidden.content {
123
114
  -webkit-transform: translateY(0%) !important;
124
- -ms-transform: translateY(0%) !important;
125
115
  transform: translateY(0%) !important;
126
116
  }
127
117
  .ui.slide.down.reveal > .hidden.content {
128
118
  -webkit-transform: translateY(-100%) !important;
129
- -ms-transform: translateY(-100%) !important;
130
119
  transform: translateY(-100%) !important;
131
120
  }
132
121
  .ui.slide.down.active.reveal > .visible.content,
133
122
  .ui.slide.down.reveal:hover > .visible.content {
134
123
  -webkit-transform: translateY(100%) !important;
135
- -ms-transform: translateY(100%) !important;
136
124
  transform: translateY(100%) !important;
137
125
  }
138
126
  .ui.slide.down.active.reveal > .hidden.content,
139
127
  .ui.slide.down.reveal:hover > .hidden.content {
140
128
  -webkit-transform: translateY(0%) !important;
141
- -ms-transform: translateY(0%) !important;
142
129
  transform: translateY(0%) !important;
143
130
  }
144
131
 
@@ -183,25 +170,21 @@
183
170
  .ui.move.active.reveal > .visible.content,
184
171
  .ui.move.reveal:hover > .visible.content {
185
172
  -webkit-transform: translateX(-100%) !important;
186
- -ms-transform: translateX(-100%) !important;
187
173
  transform: translateX(-100%) !important;
188
174
  }
189
175
  .ui.move.right.active.reveal > .visible.content,
190
176
  .ui.move.right.reveal:hover > .visible.content {
191
177
  -webkit-transform: translateX(100%) !important;
192
- -ms-transform: translateX(100%) !important;
193
178
  transform: translateX(100%) !important;
194
179
  }
195
180
  .ui.move.up.active.reveal > .visible.content,
196
181
  .ui.move.up.reveal:hover > .visible.content {
197
182
  -webkit-transform: translateY(-100%) !important;
198
- -ms-transform: translateY(-100%) !important;
199
183
  transform: translateY(-100%) !important;
200
184
  }
201
185
  .ui.move.down.active.reveal > .visible.content,
202
186
  .ui.move.down.reveal:hover > .visible.content {
203
187
  -webkit-transform: translateY(100%) !important;
204
- -ms-transform: translateY(100%) !important;
205
188
  transform: translateY(100%) !important;
206
189
  }
207
190
 
@@ -213,13 +196,11 @@
213
196
  -webkit-transition-duration: 0.5s;
214
197
  transition-duration: 0.5s;
215
198
  -webkit-transform: rotate(0deg);
216
- -ms-transform: rotate(0deg);
217
199
  transform: rotate(0deg);
218
200
  }
219
201
  .ui.rotate.reveal > .visible.content,
220
202
  .ui.rotate.right.reveal > .visible.content {
221
203
  -webkit-transform-origin: bottom right;
222
- -ms-transform-origin: bottom right;
223
204
  transform-origin: bottom right;
224
205
  }
225
206
  .ui.rotate.active.reveal > .visible.content,
@@ -227,18 +208,15 @@
227
208
  .ui.rotate.right.active.reveal > .visible.content,
228
209
  .ui.rotate.right.reveal:hover > .visible.content {
229
210
  -webkit-transform: rotate(110deg);
230
- -ms-transform: rotate(110deg);
231
211
  transform: rotate(110deg);
232
212
  }
233
213
  .ui.rotate.left.reveal > .visible.content {
234
214
  -webkit-transform-origin: bottom left;
235
- -ms-transform-origin: bottom left;
236
215
  transform-origin: bottom left;
237
216
  }
238
217
  .ui.rotate.left.active.reveal > .visible.content,
239
218
  .ui.rotate.left.reveal:hover > .visible.content {
240
219
  -webkit-transform: rotate(-110deg);
241
- -ms-transform: rotate(-110deg);
242
220
  transform: rotate(-110deg);
243
221
  }
244
222
 
@@ -256,7 +234,6 @@
256
234
  right: auto !important;
257
235
  bottom: auto !important;
258
236
  -webkit-transform: none !important;
259
- -ms-transform: none !important;
260
237
  transform: none !important;
261
238
  }
262
239
  .ui.disabled.reveal:hover > .hidden.hidden.content {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.4 - Segment
2
+ * # Semantic UI 2.2.6 - Segment
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -134,7 +134,6 @@
134
134
  .ui.piled.segments:before,
135
135
  .ui.piled.segment:before {
136
136
  -webkit-transform: rotate(-1.2deg);
137
- -ms-transform: rotate(-1.2deg);
138
137
  transform: rotate(-1.2deg);
139
138
  top: 0;
140
139
  z-index: -2;
@@ -142,7 +141,6 @@
142
141
  .ui.piled.segments:after,
143
142
  .ui.piled.segment:after {
144
143
  -webkit-transform: rotate(1.2deg);
145
- -ms-transform: rotate(1.2deg);
146
144
  transform: rotate(1.2deg);
147
145
  top: 0;
148
146
  z-index: -1;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.4 - Step
2
+ * # Semantic UI 2.2.6 - Step
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -107,7 +107,6 @@
107
107
  -webkit-transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease;
108
108
  transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease;
109
109
  -webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg);
110
- -ms-transform: translateY(-50%) translateX(50%) rotate(-45deg);
111
110
  transform: translateY(-50%) translateX(50%) rotate(-45deg);
112
111
  }
113
112
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.4 - Reset
2
+ * # Semantic UI 2.2.6 - Reset
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.4 - Site
2
+ * # Semantic UI 2.2.6 - Site
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -13,7 +13,9 @@
13
13
  Page
14
14
  *******************************/
15
15
 
16
- @import url($font-url);
16
+ @if $import-google-fonts {
17
+ @import url($font-url);
18
+ }
17
19
  html,
18
20
  body {
19
21
  height: 100%;
@@ -1,3 +1,4 @@
1
+ $import-google-fonts: true !default;
1
2
  $font-url: 'https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin,latin-ext' !default;
2
3
  $font-name: 'Lato' !default;
3
4
  $font-family: $font-name, 'Helvetica Neue', Arial, Helvetica, sans-serif !default;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.4 - Accordion
2
+ * # Semantic UI 2.2.6 - Accordion
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -69,7 +69,6 @@
69
69
  transition: transform 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease;
70
70
  vertical-align: baseline;
71
71
  -webkit-transform: none;
72
- -ms-transform: none;
73
72
  transform: none;
74
73
  }
75
74
 
@@ -87,7 +86,6 @@
87
86
  float: right;
88
87
  margin: 0.21425em 0em 0em 1em;
89
88
  -webkit-transform: rotate(180deg);
90
- -ms-transform: rotate(180deg);
91
89
  transform: rotate(180deg);
92
90
  }
93
91
 
@@ -105,12 +103,10 @@
105
103
  .ui.accordion .active.title .dropdown.icon,
106
104
  .ui.accordion .accordion .active.title .dropdown.icon {
107
105
  -webkit-transform: rotate(90deg);
108
- -ms-transform: rotate(90deg);
109
106
  transform: rotate(90deg);
110
107
  }
111
108
  .ui.accordion.menu .item .active.title > .dropdown.icon {
112
109
  -webkit-transform: rotate(90deg);
113
- -ms-transform: rotate(90deg);
114
110
  transform: rotate(90deg);
115
111
  }
116
112