fomantic-ui-sass 2.7.6 → 2.7.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (71) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +12 -0
  3. data/app/assets/fonts/semantic-ui/brand-icons.eot +0 -0
  4. data/app/assets/fonts/semantic-ui/brand-icons.svg +7 -17
  5. data/app/assets/fonts/semantic-ui/brand-icons.ttf +0 -0
  6. data/app/assets/fonts/semantic-ui/brand-icons.woff +0 -0
  7. data/app/assets/fonts/semantic-ui/brand-icons.woff2 +0 -0
  8. data/app/assets/fonts/semantic-ui/icons.eot +0 -0
  9. data/app/assets/fonts/semantic-ui/icons.svg +290 -168
  10. data/app/assets/fonts/semantic-ui/icons.ttf +0 -0
  11. data/app/assets/fonts/semantic-ui/icons.woff +0 -0
  12. data/app/assets/fonts/semantic-ui/icons.woff2 +0 -0
  13. data/app/assets/fonts/semantic-ui/outline-icons.eot +0 -0
  14. data/app/assets/fonts/semantic-ui/outline-icons.svg +2 -2
  15. data/app/assets/fonts/semantic-ui/outline-icons.ttf +0 -0
  16. data/app/assets/fonts/semantic-ui/outline-icons.woff +0 -0
  17. data/app/assets/fonts/semantic-ui/outline-icons.woff2 +0 -0
  18. data/app/assets/javascripts/semantic-ui/accordion.js +6 -2
  19. data/app/assets/javascripts/semantic-ui/checkbox.js +2 -1
  20. data/app/assets/javascripts/semantic-ui/dropdown.js +32 -9
  21. data/app/assets/javascripts/semantic-ui/form.js +9 -9
  22. data/app/assets/javascripts/semantic-ui/modal.js +4 -1
  23. data/app/assets/javascripts/semantic-ui/popup.js +4 -1
  24. data/app/assets/javascripts/semantic-ui/search.js +10 -5
  25. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +69 -25
  26. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +181 -71
  27. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +134 -46
  28. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +107 -47
  29. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +81 -46
  30. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +680 -323
  31. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +39 -39
  32. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +2 -0
  33. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +10 -4
  34. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +73 -12
  35. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
  36. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +34 -10
  37. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +23 -9
  38. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +4 -0
  39. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +2 -1
  40. data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +4 -0
  41. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +7 -2
  42. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +74 -27
  43. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +83 -21
  44. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +10 -5
  45. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +1 -0
  46. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +4 -1
  47. data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +8 -4
  48. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +179 -10
  49. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +20 -5
  50. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +94 -35
  51. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +4 -0
  52. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +45 -17
  53. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +4 -1
  54. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +40 -19
  55. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +6 -1
  56. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +6 -1
  57. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +16 -5
  58. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +6 -1
  59. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +15 -2
  60. data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +12 -1
  61. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -0
  62. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +2 -1
  63. data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +5 -2
  64. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +2 -1
  65. data/app/assets/stylesheets/semantic-ui/views/_card.scss +183 -81
  66. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +7 -3
  67. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +20 -6
  68. data/app/assets/stylesheets/semantic-ui/views/_item.scss +37 -12
  69. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +42 -10
  70. data/lib/fomantic/ui/sass/version.rb +2 -2
  71. metadata +2 -2
@@ -26,6 +26,7 @@
26
26
  font-weight: bold;
27
27
  border: 0 solid transparent;
28
28
  border-radius: 0.28571429rem;
29
+ -webkit-transition: background 0.1s ease;
29
30
  transition: background 0.1s ease;
30
31
  }
31
32
  .ui.label:first-child {
@@ -45,6 +46,7 @@ a.ui.label {
45
46
  cursor: pointer;
46
47
  color: inherit;
47
48
  opacity: 0.5;
49
+ -webkit-transition: 0.1s opacity ease;
48
50
  transition: 0.1s opacity ease;
49
51
  }
50
52
  .ui.label > a:hover {
@@ -83,6 +85,7 @@ a.ui.label {
83
85
  cursor: pointer;
84
86
  font-size: 0.92857143em;
85
87
  opacity: 0.5;
88
+ -webkit-transition: background 0.1s ease;
86
89
  transition: background 0.1s ease;
87
90
  }
88
91
  .ui.label > .close.icon:hover,
@@ -143,11 +146,10 @@ a.ui.label {
143
146
  }
144
147
 
145
148
  /* Padding on next content after a label */
146
- .ui.top.attached.label:first-child + :not(.attached),
147
- .ui.top.attached.label + [class*="right floated"] + * {
149
+ .ui.top.attached.label ~ :first-of-type:not(.attached) {
148
150
  margin-top: 2rem !important;
149
151
  }
150
- .ui.bottom.attached.label:first-child ~ :last-child:not(.attached) {
152
+ .ui.bottom.attached.label ~ :last-child:not(.attached) {
151
153
  margin-top: 0;
152
154
  margin-bottom: 2rem !important;
153
155
  }
@@ -167,7 +169,8 @@ a.ui.label {
167
169
  background: #E8E8E8;
168
170
  padding: 0.5833em 0.833em 0.5833em 0.5em;
169
171
  border-radius: 0.28571429rem;
170
- box-shadow: none;
172
+ -webkit-box-shadow: none;
173
+ box-shadow: none;
171
174
  }
172
175
  .ui.image.label img {
173
176
  display: inline-block;
@@ -194,6 +197,7 @@ a.ui.label {
194
197
  padding-left: 1.5em;
195
198
  padding-right: 1.5em;
196
199
  border-radius: 0 0.28571429rem 0.28571429rem 0;
200
+ -webkit-transition: none;
197
201
  transition: none;
198
202
  }
199
203
  .ui.tag.labels .label:before,
@@ -208,6 +212,7 @@ a.ui.label {
208
212
  background-image: none;
209
213
  width: 1.56em;
210
214
  height: 1.56em;
215
+ -webkit-transition: none;
211
216
  transition: none;
212
217
  }
213
218
  .ui.tag.labels .label:after,
@@ -220,7 +225,8 @@ a.ui.label {
220
225
  background-color: #FFFFFF;
221
226
  width: 0.5em;
222
227
  height: 0.5em;
223
- box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
228
+ -webkit-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
229
+ box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
224
230
  border-radius: 500rem;
225
231
  }
226
232
  .ui.basic.tag.labels .label:before,
@@ -232,7 +238,8 @@ a.ui.label {
232
238
  }
233
239
  .ui.basic.tag.labels .label:after,
234
240
  .ui.basic.tag.label:after {
235
- box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.8);
241
+ -webkit-box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.8);
242
+ box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.8);
236
243
  }
237
244
 
238
245
  /*-------------------
@@ -250,6 +257,7 @@ a.ui.label {
250
257
  width: 4em;
251
258
  height: 4em;
252
259
  z-index: 1;
260
+ -webkit-transition: border-color 0.1s ease;
253
261
  transition: border-color 0.1s ease;
254
262
  }
255
263
 
@@ -271,6 +279,7 @@ a.ui.label {
271
279
  border-bottom: 4em solid transparent;
272
280
  border-left: 0 solid transparent;
273
281
  border-right-color: inherit;
282
+ -webkit-transition: border-color 0.1s ease;
274
283
  transition: border-color 0.1s ease;
275
284
  }
276
285
  .ui.corner.label .icon {
@@ -555,7 +564,8 @@ a.ui.active.label:hover:before {
555
564
  background: none #FFFFFF;
556
565
  border: 1px solid rgba(34, 36, 38, 0.15);
557
566
  color: rgba(0, 0, 0, 0.87);
558
- box-shadow: none;
567
+ -webkit-box-shadow: none;
568
+ box-shadow: none;
559
569
  }
560
570
 
561
571
  /* Link */
@@ -564,7 +574,8 @@ a.ui.basic.label:hover {
564
574
  text-decoration: none;
565
575
  background: none #FFFFFF;
566
576
  color: #1e70bf;
567
- box-shadow: none;
577
+ -webkit-box-shadow: none;
578
+ box-shadow: none;
568
579
  }
569
580
 
570
581
  /* Pointing */
@@ -579,7 +590,8 @@ a.ui.basic.label:hover {
579
590
  .ui.label.fluid,
580
591
  .ui.fluid.labels > .label {
581
592
  width: 100%;
582
- box-sizing: border-box;
593
+ -webkit-box-sizing: border-box;
594
+ box-sizing: border-box;
583
595
  }
584
596
 
585
597
  /*-------------------
@@ -596,6 +608,7 @@ a.ui.basic.label:hover {
596
608
  }
597
609
  .ui.inverted.corner.label:hover {
598
610
  border-color: #E8E8E8;
611
+ -webkit-transition: none;
599
612
  transition: none;
600
613
  }
601
614
  .ui.inverted.basic.labels .label,
@@ -1904,6 +1917,7 @@ a.ui.ui.ui.inverted.basic.black.label:hover {
1904
1917
  z-index: 2;
1905
1918
  width: 0.6666em;
1906
1919
  height: 0.6666em;
1920
+ -webkit-transition: none;
1907
1921
  transition: none;
1908
1922
  }
1909
1923
 
@@ -98,6 +98,7 @@ ol.ui.list ol li,
98
98
  min-width: 1.55em;
99
99
  margin: 0;
100
100
  padding-top: 0;
101
+ -webkit-transition: color 0.1s ease;
101
102
  transition: color 0.1s ease;
102
103
  }
103
104
  .ui.list .list > .item > i.icon:not(.loading),
@@ -425,6 +426,7 @@ ol.ui.list ol li,
425
426
  .ui.link.list a.item,
426
427
  .ui.link.list .item a:not(.ui) {
427
428
  color: rgba(0, 0, 0, 0.4);
429
+ -webkit-transition: 0.1s color ease;
428
430
  transition: 0.1s color ease;
429
431
  }
430
432
  .ui.link.list.list a.item:hover,
@@ -471,6 +473,7 @@ ol.ui.list ol li,
471
473
  margin: 0;
472
474
  color: rgba(0, 0, 0, 0.4);
473
475
  border-radius: 0.5em;
476
+ -webkit-transition: 0.1s color ease, 0.1s padding-left ease, 0.1s background-color ease;
474
477
  transition: 0.1s color ease, 0.1s padding-left ease, 0.1s background-color ease;
475
478
  }
476
479
  .ui.selection.list .list > .item:last-child,
@@ -524,6 +527,7 @@ ol.ui.list ol li,
524
527
  --------------------*/
525
528
 
526
529
  .ui.animated.list > .item {
530
+ -webkit-transition: 0.25s color ease 0.1s, 0.25s padding-left ease 0.1s, 0.25s background-color ease 0.1s;
527
531
  transition: 0.25s color ease 0.1s, 0.25s padding-left ease 0.1s, 0.25s background-color ease 0.1s;
528
532
  }
529
533
  .ui.animated.list:not(.horizontal) > .item:hover {
@@ -51,7 +51,8 @@
51
51
  animation: loader 0.6s infinite linear;
52
52
  border: 0.2em solid #767676;
53
53
  border-radius: 500rem;
54
- box-shadow: 0 0 0 1px transparent;
54
+ -webkit-box-shadow: 0 0 0 1px transparent;
55
+ box-shadow: 0 0 0 1px transparent;
55
56
  }
56
57
 
57
58
  /* Speeds */
@@ -20,6 +20,8 @@
20
20
  -webkit-animation-iteration-count: infinite;
21
21
  animation-iteration-count: infinite;
22
22
  background-color: #FFFFFF;
23
+ background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.08)), color-stop(15%, rgba(0, 0, 0, 0.15)), color-stop(30%, rgba(0, 0, 0, 0.08)));
24
+ background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.08) 0, rgba(0, 0, 0, 0.15) 15%, rgba(0, 0, 0, 0.08) 30%);
23
25
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.08) 0, rgba(0, 0, 0, 0.15) 15%, rgba(0, 0, 0, 0.08) 30%);
24
26
  background-size: 1200px 100%;
25
27
  max-width: 30rem;
@@ -190,6 +192,8 @@
190
192
 
191
193
  /* Inverted Content Loader */
192
194
  .ui.inverted.placeholder {
195
+ background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.08)), color-stop(15%, rgba(255, 255, 255, 0.14)), color-stop(30%, rgba(255, 255, 255, 0.08)));
196
+ background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0.14) 15%, rgba(255, 255, 255, 0.08) 30%);
193
197
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0.14) 15%, rgba(255, 255, 255, 0.08) 30%);
194
198
  }
195
199
  .ui.inverted.placeholder,
@@ -23,6 +23,7 @@
23
23
  top: 0 !important;
24
24
  left: 0 !important;
25
25
  z-index: 3 !important;
26
+ -webkit-transition: all 0.5s ease 0.1s;
26
27
  transition: all 0.5s ease 0.1s;
27
28
  }
28
29
  .ui.reveal > .hidden.content {
@@ -57,6 +58,7 @@
57
58
  white-space: normal;
58
59
  float: left;
59
60
  margin: 0;
61
+ -webkit-transition: -webkit-transform 0.5s ease 0.1s;
60
62
  transition: -webkit-transform 0.5s ease 0.1s;
61
63
  transition: transform 0.5s ease 0.1s;
62
64
  transition: transform 0.5s ease 0.1s, -webkit-transform 0.5s ease 0.1s;
@@ -154,6 +156,7 @@
154
156
  float: left;
155
157
  white-space: normal;
156
158
  margin: 0;
159
+ -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0.1s;
157
160
  transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0.1s;
158
161
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0.1s;
159
162
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0.1s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0.1s;
@@ -192,7 +195,8 @@
192
195
  ---------------*/
193
196
 
194
197
  .ui.rotate.reveal > .visible.content {
195
- transition-duration: 0.5s;
198
+ -webkit-transition-duration: 0.5s;
199
+ transition-duration: 0.5s;
196
200
  -webkit-transform: rotate(0deg);
197
201
  transform: rotate(0deg);
198
202
  }
@@ -266,7 +270,8 @@
266
270
  ---------------*/
267
271
 
268
272
  .ui.instant.reveal > .content {
269
- transition-delay: 0s !important;
273
+ -webkit-transition-delay: 0s !important;
274
+ transition-delay: 0s !important;
270
275
  }
271
276
 
272
277
  /*--------------
@@ -16,7 +16,8 @@
16
16
  .ui.segment {
17
17
  position: relative;
18
18
  background: #FFFFFF;
19
- box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
19
+ -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
20
+ box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
20
21
  margin: 1rem 0;
21
22
  padding: 1em 1em;
22
23
  border-radius: 0.28571429rem;
@@ -36,7 +37,8 @@
36
37
  padding-right: 0;
37
38
  background: none transparent;
38
39
  border-radius: 0;
39
- box-shadow: none;
40
+ -webkit-box-shadow: none;
41
+ box-shadow: none;
40
42
  border: none;
41
43
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
42
44
  }
@@ -89,7 +91,8 @@
89
91
  .ui.basic.table.segment {
90
92
  background: #FFFFFF;
91
93
  border: 1px solid rgba(34, 36, 38, 0.15);
92
- box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
94
+ -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
95
+ box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
93
96
  }
94
97
  .ui[class*="very basic"].table.segment {
95
98
  padding: 1em 1em;
@@ -111,10 +114,19 @@
111
114
  --------------------*/
112
115
 
113
116
  .ui.placeholder.segment {
117
+ display: -webkit-box;
118
+ display: -ms-flexbox;
114
119
  display: flex;
115
- flex-direction: column;
116
- justify-content: center;
117
- align-items: stretch;
120
+ -webkit-box-orient: vertical;
121
+ -webkit-box-direction: normal;
122
+ -ms-flex-direction: column;
123
+ flex-direction: column;
124
+ -webkit-box-pack: center;
125
+ -ms-flex-pack: center;
126
+ justify-content: center;
127
+ -webkit-box-align: stretch;
128
+ -ms-flex-align: stretch;
129
+ align-items: stretch;
118
130
  max-width: initial;
119
131
  -webkit-animation: none;
120
132
  animation: none;
@@ -123,7 +135,8 @@
123
135
  min-height: 18rem;
124
136
  background: #F9FAFB;
125
137
  border-color: rgba(34, 36, 38, 0.15);
126
- box-shadow: 0 2px 25px 0 rgba(34, 36, 38, 0.05) inset;
138
+ -webkit-box-shadow: 0 2px 25px 0 rgba(34, 36, 38, 0.05) inset;
139
+ box-shadow: 0 2px 25px 0 rgba(34, 36, 38, 0.05) inset;
127
140
  }
128
141
  .ui.placeholder.segment .button,
129
142
  .ui.placeholder.segment textarea {
@@ -146,7 +159,8 @@
146
159
  margin-right: auto;
147
160
  }
148
161
  .ui.placeholder.segment > .inline {
149
- align-self: center;
162
+ -ms-flex-item-align: center;
163
+ align-self: center;
150
164
  }
151
165
  .ui.placeholder.segment > .inline > .button {
152
166
  display: inline-block;
@@ -164,7 +178,8 @@
164
178
  .ui.piled.segments,
165
179
  .ui.piled.segment {
166
180
  margin: 3em 0;
167
- box-shadow: '';
181
+ -webkit-box-shadow: '';
182
+ box-shadow: '';
168
183
  z-index: auto;
169
184
  }
170
185
  .ui.piled.segment:first-child {
@@ -186,7 +201,8 @@
186
201
  position: absolute;
187
202
  width: 100%;
188
203
  border: 1px solid rgba(34, 36, 38, 0.15);
189
- box-shadow: '';
204
+ -webkit-box-shadow: '';
205
+ box-shadow: '';
190
206
  }
191
207
  .ui.piled.segments:before,
192
208
  .ui.piled.segment:before {
@@ -289,12 +305,16 @@
289
305
 
290
306
  /* Compact Group */
291
307
  .ui.compact.segments {
308
+ display: -webkit-inline-box;
309
+ display: -ms-inline-flexbox;
292
310
  display: inline-flex;
293
311
  }
294
312
  .ui.compact.segments .segment,
295
313
  .ui.segments .compact.segment {
296
314
  display: block;
297
- flex: 0 1 auto;
315
+ -webkit-box-flex: 0;
316
+ -ms-flex: 0 1 auto;
317
+ flex: 0 1 auto;
298
318
  }
299
319
 
300
320
  /*-------------------
@@ -315,7 +335,8 @@
315
335
 
316
336
  .ui.raised.raised.segments,
317
337
  .ui.raised.raised.segment {
318
- box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
338
+ -webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
339
+ box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
319
340
  }
320
341
 
321
342
 
@@ -326,11 +347,15 @@
326
347
 
327
348
  /* Group */
328
349
  .ui.segments {
329
- flex-direction: column;
350
+ -webkit-box-orient: vertical;
351
+ -webkit-box-direction: normal;
352
+ -ms-flex-direction: column;
353
+ flex-direction: column;
330
354
  position: relative;
331
355
  margin: 1rem 0;
332
356
  border: 1px solid rgba(34, 36, 38, 0.15);
333
- box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
357
+ -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
358
+ box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
334
359
  border-radius: 0.28571429rem;
335
360
  }
336
361
  .ui.segments:first-child {
@@ -347,7 +372,8 @@
347
372
  border-radius: 0;
348
373
  margin: 0;
349
374
  width: auto;
350
- box-shadow: none;
375
+ -webkit-box-shadow: none;
376
+ box-shadow: none;
351
377
  border: none;
352
378
  border-top: 1px solid rgba(34, 36, 38, 0.15);
353
379
  }
@@ -366,7 +392,8 @@
366
392
  bottom: 0;
367
393
  margin-top: 0;
368
394
  margin-bottom: 0;
369
- box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), none;
395
+ -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), none;
396
+ box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), none;
370
397
  border-radius: 0 0 0.28571429rem 0.28571429rem;
371
398
  }
372
399
 
@@ -389,17 +416,24 @@
389
416
 
390
417
  /* Horizontal Group */
391
418
  .ui.horizontal.segments {
419
+ display: -webkit-box;
420
+ display: -ms-flexbox;
392
421
  display: flex;
393
- flex-direction: row;
422
+ -webkit-box-orient: horizontal;
423
+ -webkit-box-direction: normal;
424
+ -ms-flex-direction: row;
425
+ flex-direction: row;
394
426
  background-color: transparent;
395
427
  padding: 0;
396
- box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
428
+ -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
429
+ box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
397
430
  margin: 1rem 0;
398
431
  border-radius: 0.28571429rem;
399
432
  border: 1px solid rgba(34, 36, 38, 0.15);
400
433
  }
401
434
  .ui.stackable.horizontal.segments {
402
- flex-wrap: wrap;
435
+ -ms-flex-wrap: wrap;
436
+ flex-wrap: wrap;
403
437
  }
404
438
 
405
439
  /* Nested Horizontal Group */
@@ -408,13 +442,15 @@
408
442
  background-color: transparent;
409
443
  border-radius: 0;
410
444
  border: none;
411
- box-shadow: none;
445
+ -webkit-box-shadow: none;
446
+ box-shadow: none;
412
447
  border-top: 1px solid rgba(34, 36, 38, 0.15);
413
448
  }
414
449
 
415
450
  /* Horizontal Segment */
416
451
  .ui.horizontal.segments:not(.compact) > .segment:not(.compact) {
417
- flex: 1 1 auto;
452
+ -webkit-box-flex: 1;
453
+ flex: 1 1 auto;
418
454
  -ms-flex: 1 1 0;
419
455
 
420
456
  /* Solves #2550 MS Flex */
@@ -424,7 +460,8 @@
424
460
  min-width: 0;
425
461
  border-radius: 0;
426
462
  border: none;
427
- box-shadow: none;
463
+ -webkit-box-shadow: none;
464
+ box-shadow: none;
428
465
  border-left: 1px solid rgba(34, 36, 38, 0.15);
429
466
  }
430
467
 
@@ -460,6 +497,7 @@
460
497
  cursor: default;
461
498
  pointer-events: none;
462
499
  text-shadow: none !important;
500
+ -webkit-transition: all 0s linear;
463
501
  transition: all 0s linear;
464
502
  }
465
503
  .ui.loading.segment:before {
@@ -485,7 +523,8 @@
485
523
  animation: loader 0.6s infinite linear;
486
524
  border: 0.2em solid #767676;
487
525
  border-radius: 500rem;
488
- box-shadow: 0 0 0 1px transparent;
526
+ -webkit-box-shadow: 0 0 0 1px transparent;
527
+ box-shadow: 0 0 0 1px transparent;
489
528
  visibility: visible;
490
529
  z-index: 101;
491
530
  }
@@ -504,7 +543,8 @@
504
543
  .ui.segments .ui.basic.segment,
505
544
  .ui.basic.segments {
506
545
  background: none transparent;
507
- box-shadow: none;
546
+ -webkit-box-shadow: none;
547
+ box-shadow: none;
508
548
  border: none;
509
549
  border-radius: 0;
510
550
  }
@@ -649,7 +689,8 @@
649
689
 
650
690
  .ui.inverted.segment {
651
691
  border: none;
652
- box-shadow: none;
692
+ -webkit-box-shadow: none;
693
+ box-shadow: none;
653
694
  }
654
695
  .ui.inverted.segment,
655
696
  .ui.primary.inverted.segment {
@@ -689,6 +730,8 @@
689
730
  color: rgba(0, 0, 0, 0.6);
690
731
  }
691
732
  .ui.secondary.inverted.segment {
733
+ background: #4c4f52 -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.2)));
734
+ background: #4c4f52 -webkit-linear-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 100%);
692
735
  background: #4c4f52 linear-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 100%);
693
736
  color: rgba(255, 255, 255, 0.8);
694
737
  }
@@ -699,6 +742,8 @@
699
742
  color: rgba(0, 0, 0, 0.6);
700
743
  }
701
744
  .ui.tertiary.inverted.segment {
745
+ background: #717579 -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.35)), to(rgba(255, 255, 255, 0.35)));
746
+ background: #717579 -webkit-linear-gradient(rgba(255, 255, 255, 0.35) 0, rgba(255, 255, 255, 0.35) 100%);
702
747
  background: #717579 linear-gradient(rgba(255, 255, 255, 0.35) 0, rgba(255, 255, 255, 0.35) 100%);
703
748
  color: rgba(255, 255, 255, 0.8);
704
749
  }
@@ -716,7 +761,8 @@
716
761
  margin: 0 -1px;
717
762
  width: calc(100% + 2px);
718
763
  max-width: calc(100% + 2px);
719
- box-shadow: none;
764
+ -webkit-box-shadow: none;
765
+ box-shadow: none;
720
766
  border: 1px solid #D4D4D5;
721
767
  }
722
768
  .ui.attached:not(.message) + .ui.attached.segment:not(.top) {
@@ -741,7 +787,8 @@
741
787
  margin-top: 0;
742
788
  top: 0;
743
789
  margin-bottom: 1rem;
744
- box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), none;
790
+ -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), none;
791
+ box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), none;
745
792
  border-radius: 0 0 0.28571429rem 0.28571429rem;
746
793
  }
747
794
  .ui.segment[class*="bottom attached"]:last-child {