fomantic-ui-sass 2.9.1 → 2.9.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +12 -0
- data/app/assets/fonts/semantic-ui/Lato-Bold.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Bold.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Italic.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Italic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Regular.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Regular.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff2 +0 -0
- data/app/assets/javascripts/semantic-ui/accordion.js +4 -8
- data/app/assets/javascripts/semantic-ui/api.js +22 -15
- data/app/assets/javascripts/semantic-ui/calendar.js +1 -6
- data/app/assets/javascripts/semantic-ui/checkbox.js +4 -6
- data/app/assets/javascripts/semantic-ui/dimmer.js +3 -7
- data/app/assets/javascripts/semantic-ui/dropdown.js +58 -35
- data/app/assets/javascripts/semantic-ui/embed.js +2 -7
- data/app/assets/javascripts/semantic-ui/flyout.js +56 -86
- data/app/assets/javascripts/semantic-ui/form.js +216 -157
- data/app/assets/javascripts/semantic-ui/modal.js +58 -39
- data/app/assets/javascripts/semantic-ui/nag.js +17 -9
- data/app/assets/javascripts/semantic-ui/popup.js +46 -26
- data/app/assets/javascripts/semantic-ui/progress.js +3 -34
- data/app/assets/javascripts/semantic-ui/rating.js +1 -5
- data/app/assets/javascripts/semantic-ui/search.js +5 -8
- data/app/assets/javascripts/semantic-ui/shape.js +15 -41
- data/app/assets/javascripts/semantic-ui/sidebar.js +21 -64
- data/app/assets/javascripts/semantic-ui/site.js +1 -1
- data/app/assets/javascripts/semantic-ui/slider.js +130 -34
- data/app/assets/javascripts/semantic-ui/state.js +23 -20
- data/app/assets/javascripts/semantic-ui/sticky.js +17 -16
- data/app/assets/javascripts/semantic-ui/tab.js +18 -8
- data/app/assets/javascripts/semantic-ui/toast.js +19 -11
- data/app/assets/javascripts/semantic-ui/transition.js +11 -66
- data/app/assets/javascripts/semantic-ui/visibility.js +15 -6
- data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/collections/_form.scss +118 -56
- data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +113 -107
- data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +39 -9
- data/app/assets/stylesheets/semantic-ui/collections/_message.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/collections/_table.scss +66 -2
- data/app/assets/stylesheets/semantic-ui/elements/_button.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/elements/_container.scss +62 -1
- data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +698 -250
- data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +3 -2
- data/app/assets/stylesheets/semantic-ui/elements/_header.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +62 -62
- data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_input.scss +61 -51
- data/app/assets/stylesheets/semantic-ui/elements/_label.scss +21 -2
- data/app/assets/stylesheets/semantic-ui/elements/_list.scss +13 -13
- data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +282 -282
- data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +186 -37
- data/app/assets/stylesheets/semantic-ui/elements/_step.scss +4 -4
- data/app/assets/stylesheets/semantic-ui/elements/_text.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/globals/_site.scss +1 -10
- data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +145 -8
- data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +89 -45
- data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +3 -3
- data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +126 -31
- data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +10 -3
- data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +188 -42
- data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_search.scss +26 -1
- data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +9 -6
- data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +6 -1
- data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_ad.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_card.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_comment.scss +6 -1
- data/app/assets/stylesheets/semantic-ui/views/_feed.scss +486 -5
- data/app/assets/stylesheets/semantic-ui/views/_item.scss +7 -2
- data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +1 -1
- data/lib/fomantic/ui/sass/version.rb +2 -2
- metadata +1 -1
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.
|
2
|
+
* # Fomantic-UI 2.9.3 - Table
|
3
3
|
* https://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
@@ -409,18 +409,33 @@
|
|
409
409
|
.ui.scrolling.table.short > tbody {
|
410
410
|
max-height: 6.74983929em;
|
411
411
|
}
|
412
|
+
.resizable.ui.scrolling.table.short > tbody {
|
413
|
+
height: 6.74983929em;
|
414
|
+
}
|
412
415
|
.ui.scrolling.table[class*="very short"] > tbody {
|
413
416
|
max-height: 4.49989286em;
|
414
417
|
}
|
418
|
+
.resizable.ui.scrolling.table[class*="very short"] > tbody {
|
419
|
+
height: 4.49989286em;
|
420
|
+
}
|
415
421
|
.ui.scrolling.table > tbody {
|
416
422
|
max-height: 8.99978571em;
|
417
423
|
}
|
424
|
+
.resizable.ui.scrolling.table > tbody {
|
425
|
+
height: 8.99978571em;
|
426
|
+
}
|
418
427
|
.ui.scrolling.table.long > tbody {
|
419
428
|
max-height: 17.99957143em;
|
420
429
|
}
|
430
|
+
.resizable.ui.scrolling.table.long > tbody {
|
431
|
+
height: 17.99957143em;
|
432
|
+
}
|
421
433
|
.ui.scrolling.table[class*="very long"] > tbody {
|
422
434
|
max-height: 26.99935714em;
|
423
435
|
}
|
436
|
+
.resizable.ui.scrolling.table[class*="very long"] > tbody {
|
437
|
+
height: 26.99935714em;
|
438
|
+
}
|
424
439
|
.ui.overflowing.table.short {
|
425
440
|
max-height: 11.24973214em;
|
426
441
|
}
|
@@ -445,52 +460,97 @@
|
|
445
460
|
.ui.scrolling.table.short > tbody {
|
446
461
|
max-height: 8.99978571em;
|
447
462
|
}
|
463
|
+
.resizable.ui.scrolling.table.short > tbody {
|
464
|
+
height: 8.99978571em;
|
465
|
+
}
|
448
466
|
.ui.scrolling.table[class*="very short"] > tbody {
|
449
467
|
max-height: 5.99985714em;
|
450
468
|
}
|
469
|
+
.resizable.ui.scrolling.table[class*="very short"] > tbody {
|
470
|
+
height: 5.99985714em;
|
471
|
+
}
|
451
472
|
.ui.scrolling.table > tbody {
|
452
473
|
max-height: 11.99971429em;
|
453
474
|
}
|
475
|
+
.resizable.ui.scrolling.table > tbody {
|
476
|
+
height: 11.99971429em;
|
477
|
+
}
|
454
478
|
.ui.scrolling.table.long > tbody {
|
455
479
|
max-height: 23.99942857em;
|
456
480
|
}
|
481
|
+
.resizable.ui.scrolling.table.long > tbody {
|
482
|
+
height: 23.99942857em;
|
483
|
+
}
|
457
484
|
.ui.scrolling.table[class*="very long"] > tbody {
|
458
485
|
max-height: 35.99914286em;
|
459
486
|
}
|
487
|
+
.resizable.ui.scrolling.table[class*="very long"] > tbody {
|
488
|
+
height: 35.99914286em;
|
489
|
+
}
|
460
490
|
}
|
461
491
|
@media only screen and (min-width: 992px) {
|
462
492
|
.ui.scrolling.table.short > tbody {
|
463
493
|
max-height: 13.49967857em;
|
464
494
|
}
|
495
|
+
.resizable.ui.scrolling.table.short > tbody {
|
496
|
+
height: 13.49967857em;
|
497
|
+
}
|
465
498
|
.ui.scrolling.table[class*="very short"] > tbody {
|
466
499
|
max-height: 8.99978571em;
|
467
500
|
}
|
501
|
+
.resizable.ui.scrolling.table[class*="very short"] > tbody {
|
502
|
+
height: 8.99978571em;
|
503
|
+
}
|
468
504
|
.ui.scrolling.table > tbody {
|
469
505
|
max-height: 17.99957143em;
|
470
506
|
}
|
507
|
+
.resizable.ui.scrolling.table > tbody {
|
508
|
+
height: 17.99957143em;
|
509
|
+
}
|
471
510
|
.ui.scrolling.table.long > tbody {
|
472
511
|
max-height: 35.99914286em;
|
473
512
|
}
|
513
|
+
.resizable.ui.scrolling.table.long > tbody {
|
514
|
+
height: 35.99914286em;
|
515
|
+
}
|
474
516
|
.ui.scrolling.table[class*="very long"] > tbody {
|
475
517
|
max-height: 53.99871429em;
|
476
518
|
}
|
519
|
+
.resizable.ui.scrolling.table[class*="very long"] > tbody {
|
520
|
+
height: 53.99871429em;
|
521
|
+
}
|
477
522
|
}
|
478
523
|
@media only screen and (min-width: 1920px) {
|
479
524
|
.ui.scrolling.table.short > tbody {
|
480
525
|
max-height: 17.99957143em;
|
481
526
|
}
|
527
|
+
.resizable.ui.scrolling.table.short > tbody {
|
528
|
+
height: 17.99957143em;
|
529
|
+
}
|
482
530
|
.ui.scrolling.table[class*="very short"] > tbody {
|
483
531
|
max-height: 11.99971429em;
|
484
532
|
}
|
533
|
+
.resizable.ui.scrolling.table[class*="very short"] > tbody {
|
534
|
+
height: 11.99971429em;
|
535
|
+
}
|
485
536
|
.ui.scrolling.table > tbody {
|
486
537
|
max-height: 23.99942857em;
|
487
538
|
}
|
539
|
+
.resizable.ui.scrolling.table > tbody {
|
540
|
+
height: 23.99942857em;
|
541
|
+
}
|
488
542
|
.ui.scrolling.table.long > tbody {
|
489
543
|
max-height: 47.99885714em;
|
490
544
|
}
|
545
|
+
.resizable.ui.scrolling.table.long > tbody {
|
546
|
+
height: 47.99885714em;
|
547
|
+
}
|
491
548
|
.ui.scrolling.table[class*="very long"] > tbody {
|
492
549
|
max-height: 71.99828571em;
|
493
550
|
}
|
551
|
+
.resizable.ui.scrolling.table[class*="very long"] > tbody {
|
552
|
+
height: 71.99828571em;
|
553
|
+
}
|
494
554
|
}
|
495
555
|
.ui.scrolling.table > thead,
|
496
556
|
.ui.scrolling.table > tfoot,
|
@@ -584,6 +644,10 @@
|
|
584
644
|
/* firefox: first color thumb, second track */
|
585
645
|
scrollbar-color: rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.1);
|
586
646
|
}
|
647
|
+
.ui.resizable.scrolling.table > tbody {
|
648
|
+
resize: vertical;
|
649
|
+
max-height: none;
|
650
|
+
}
|
587
651
|
|
588
652
|
/* --------------
|
589
653
|
Overflowing
|
@@ -1238,7 +1302,7 @@
|
|
1238
1302
|
margin-top: 0;
|
1239
1303
|
top: 0;
|
1240
1304
|
margin-bottom: 1em;
|
1241
|
-
box-shadow: none
|
1305
|
+
box-shadow: none;
|
1242
1306
|
border-radius: 0 0 0.28571429rem 0.28571429rem;
|
1243
1307
|
}
|
1244
1308
|
.ui[class*="bottom attached"].table:last-child {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.
|
2
|
+
* # Fomantic-UI 2.9.3 - Button
|
3
3
|
* https://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
@@ -109,7 +109,7 @@
|
|
109
109
|
--------------- */
|
110
110
|
|
111
111
|
/* Specificity hack */
|
112
|
-
.ui.
|
112
|
+
.ui.ui.ui.ui.ui.ui.loading.button {
|
113
113
|
position: relative;
|
114
114
|
cursor: default;
|
115
115
|
text-shadow: none !important;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.
|
2
|
+
* # Fomantic-UI 2.9.3 - Container
|
3
3
|
* https://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
@@ -161,69 +161,130 @@
|
|
161
161
|
.ui.scrolling.container.short {
|
162
162
|
max-height: 11.25em;
|
163
163
|
}
|
164
|
+
.ui.scrolling.container.short.resizable {
|
165
|
+
height: 11.25em;
|
166
|
+
}
|
164
167
|
.ui.scrolling.container[class*="very short"] {
|
165
168
|
max-height: 7.5em;
|
166
169
|
}
|
170
|
+
.ui.scrolling.container[class*="very short"].resizable {
|
171
|
+
height: 7.5em;
|
172
|
+
}
|
167
173
|
.ui.scrolling.container {
|
168
174
|
max-height: 15em;
|
169
175
|
}
|
170
176
|
.ui.scrolling.container.long {
|
171
177
|
max-height: 30em;
|
172
178
|
}
|
179
|
+
.ui.scrolling.container.long.resizable {
|
180
|
+
height: 30em;
|
181
|
+
}
|
173
182
|
.ui.scrolling.container[class*="very long"] {
|
174
183
|
max-height: 45em;
|
175
184
|
}
|
185
|
+
.ui.scrolling.container[class*="very long"].resizable {
|
186
|
+
height: 45em;
|
187
|
+
}
|
176
188
|
}
|
177
189
|
@media only screen and (min-width: 768px) {
|
178
190
|
.ui.scrolling.container.short {
|
179
191
|
max-height: 13.5em;
|
180
192
|
}
|
193
|
+
.ui.scrolling.container.short.resizable {
|
194
|
+
height: 13.5em;
|
195
|
+
}
|
181
196
|
.ui.scrolling.container[class*="very short"] {
|
182
197
|
max-height: 9em;
|
183
198
|
}
|
199
|
+
.ui.scrolling.container[class*="very short"].resizable {
|
200
|
+
height: 9em;
|
201
|
+
}
|
184
202
|
.ui.scrolling.container {
|
185
203
|
max-height: 18em;
|
186
204
|
}
|
205
|
+
.ui.scrolling.container.resizable {
|
206
|
+
height: 18em;
|
207
|
+
}
|
187
208
|
.ui.scrolling.container.long {
|
188
209
|
max-height: 36em;
|
189
210
|
}
|
211
|
+
.ui.scrolling.container.long.resizable {
|
212
|
+
height: 36em;
|
213
|
+
}
|
190
214
|
.ui.scrolling.container[class*="very long"] {
|
191
215
|
max-height: 54em;
|
192
216
|
}
|
217
|
+
.ui.scrolling.container[class*="very long"].resizable {
|
218
|
+
height: 54em;
|
219
|
+
}
|
193
220
|
}
|
194
221
|
@media only screen and (min-width: 992px) {
|
195
222
|
.ui.scrolling.container.short {
|
196
223
|
max-height: 18em;
|
197
224
|
}
|
225
|
+
.ui.scrolling.container.short.resizable {
|
226
|
+
height: 18em;
|
227
|
+
}
|
198
228
|
.ui.scrolling.container[class*="very short"] {
|
199
229
|
max-height: 12em;
|
200
230
|
}
|
231
|
+
.ui.scrolling.container[class*="very short"].resizable {
|
232
|
+
height: 12em;
|
233
|
+
}
|
201
234
|
.ui.scrolling.container {
|
202
235
|
max-height: 24em;
|
203
236
|
}
|
237
|
+
.ui.scrolling.container.resizable {
|
238
|
+
height: 24em;
|
239
|
+
}
|
204
240
|
.ui.scrolling.container.long {
|
205
241
|
max-height: 48em;
|
206
242
|
}
|
243
|
+
.ui.scrolling.container.long.resizable {
|
244
|
+
height: 48em;
|
245
|
+
}
|
207
246
|
.ui.scrolling.container[class*="very long"] {
|
208
247
|
max-height: 72em;
|
209
248
|
}
|
249
|
+
.ui.scrolling.container[class*="very long"].resizable {
|
250
|
+
height: 72em;
|
251
|
+
}
|
210
252
|
}
|
211
253
|
@media only screen and (min-width: 1920px) {
|
212
254
|
.ui.scrolling.container.short {
|
213
255
|
max-height: 22.5em;
|
214
256
|
}
|
257
|
+
.ui.scrolling.container.short.resizable {
|
258
|
+
height: 22.5em;
|
259
|
+
}
|
215
260
|
.ui.scrolling.container[class*="very short"] {
|
216
261
|
max-height: 15em;
|
217
262
|
}
|
263
|
+
.ui.scrolling.container[class*="very short"].resizable {
|
264
|
+
height: 15em;
|
265
|
+
}
|
218
266
|
.ui.scrolling.container {
|
219
267
|
max-height: 30em;
|
220
268
|
}
|
269
|
+
.ui.scrolling.container.resizable {
|
270
|
+
height: 30em;
|
271
|
+
}
|
221
272
|
.ui.scrolling.container.long {
|
222
273
|
max-height: 60em;
|
223
274
|
}
|
275
|
+
.ui.scrolling.container.long.resizable {
|
276
|
+
height: 60em;
|
277
|
+
}
|
224
278
|
.ui.scrolling.container[class*="very long"] {
|
225
279
|
max-height: 90em;
|
226
280
|
}
|
281
|
+
.ui.scrolling.container[class*="very long"].resizable {
|
282
|
+
height: 90em;
|
283
|
+
}
|
284
|
+
}
|
285
|
+
.ui.resizable.scrolling.container {
|
286
|
+
resize: vertical;
|
287
|
+
max-height: none;
|
227
288
|
}
|
228
289
|
|
229
290
|
|