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.
Files changed (97) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +12 -0
  3. data/app/assets/fonts/semantic-ui/Lato-Bold.woff +0 -0
  4. data/app/assets/fonts/semantic-ui/Lato-Bold.woff2 +0 -0
  5. data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff +0 -0
  6. data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff2 +0 -0
  7. data/app/assets/fonts/semantic-ui/Lato-Italic.woff +0 -0
  8. data/app/assets/fonts/semantic-ui/Lato-Italic.woff2 +0 -0
  9. data/app/assets/fonts/semantic-ui/Lato-Regular.woff +0 -0
  10. data/app/assets/fonts/semantic-ui/Lato-Regular.woff2 +0 -0
  11. data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff +0 -0
  12. data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff2 +0 -0
  13. data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff +0 -0
  14. data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff2 +0 -0
  15. data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff +0 -0
  16. data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff2 +0 -0
  17. data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff +0 -0
  18. data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff2 +0 -0
  19. data/app/assets/javascripts/semantic-ui/accordion.js +4 -8
  20. data/app/assets/javascripts/semantic-ui/api.js +22 -15
  21. data/app/assets/javascripts/semantic-ui/calendar.js +1 -6
  22. data/app/assets/javascripts/semantic-ui/checkbox.js +4 -6
  23. data/app/assets/javascripts/semantic-ui/dimmer.js +3 -7
  24. data/app/assets/javascripts/semantic-ui/dropdown.js +58 -35
  25. data/app/assets/javascripts/semantic-ui/embed.js +2 -7
  26. data/app/assets/javascripts/semantic-ui/flyout.js +56 -86
  27. data/app/assets/javascripts/semantic-ui/form.js +216 -157
  28. data/app/assets/javascripts/semantic-ui/modal.js +58 -39
  29. data/app/assets/javascripts/semantic-ui/nag.js +17 -9
  30. data/app/assets/javascripts/semantic-ui/popup.js +46 -26
  31. data/app/assets/javascripts/semantic-ui/progress.js +3 -34
  32. data/app/assets/javascripts/semantic-ui/rating.js +1 -5
  33. data/app/assets/javascripts/semantic-ui/search.js +5 -8
  34. data/app/assets/javascripts/semantic-ui/shape.js +15 -41
  35. data/app/assets/javascripts/semantic-ui/sidebar.js +21 -64
  36. data/app/assets/javascripts/semantic-ui/site.js +1 -1
  37. data/app/assets/javascripts/semantic-ui/slider.js +130 -34
  38. data/app/assets/javascripts/semantic-ui/state.js +23 -20
  39. data/app/assets/javascripts/semantic-ui/sticky.js +17 -16
  40. data/app/assets/javascripts/semantic-ui/tab.js +18 -8
  41. data/app/assets/javascripts/semantic-ui/toast.js +19 -11
  42. data/app/assets/javascripts/semantic-ui/transition.js +11 -66
  43. data/app/assets/javascripts/semantic-ui/visibility.js +15 -6
  44. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +1 -1
  45. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +118 -56
  46. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +113 -107
  47. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +39 -9
  48. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +1 -1
  49. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +66 -2
  50. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +2 -2
  51. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +62 -1
  52. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +1 -1
  53. data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +698 -250
  54. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +3 -2
  55. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +1 -1
  56. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +62 -62
  57. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
  58. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +61 -51
  59. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +21 -2
  60. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +13 -13
  61. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +282 -282
  62. data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +1 -1
  63. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +1 -1
  64. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +1 -1
  65. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +186 -37
  66. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +4 -4
  67. data/app/assets/stylesheets/semantic-ui/elements/_text.scss +2 -2
  68. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +1 -1
  69. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +1 -10
  70. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +1 -1
  71. data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +145 -8
  72. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +89 -45
  73. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +3 -3
  74. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +126 -31
  75. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +2 -2
  76. data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +1 -1
  77. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +10 -3
  78. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +1 -1
  79. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +188 -42
  80. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +1 -1
  81. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +1 -1
  82. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +26 -1
  83. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +1 -1
  84. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +1 -1
  85. data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +9 -6
  86. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -1
  87. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +1 -1
  88. data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +6 -1
  89. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1 -1
  90. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +1 -1
  91. data/app/assets/stylesheets/semantic-ui/views/_card.scss +1 -1
  92. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +6 -1
  93. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +486 -5
  94. data/app/assets/stylesheets/semantic-ui/views/_item.scss +7 -2
  95. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +1 -1
  96. data/lib/fomantic/ui/sass/version.rb +2 -2
  97. metadata +1 -1
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Dropdown
2
+ * # Fomantic-UI 2.9.3 - Dropdown
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -403,24 +403,35 @@ select.ui.dropdown {
403
403
  .ui.compact.selection.dropdown {
404
404
  min-width: 0;
405
405
  }
406
+ .ui.compact.selection.dropdown > .menu {
407
+ width: auto;
408
+ }
409
+ .ui.compact.selection.dropdown > .menu:not(.multiline) {
410
+ width: -webkit-max-content;
411
+ width: max-content;
412
+ }
406
413
 
407
414
  /* Selection Menu */
408
- .ui.selection.dropdown .menu {
415
+ .ui.selection.dropdown:not(.unlimited) .menu {
409
416
  overflow-x: hidden;
410
417
  overflow-y: auto;
411
418
  -ms-scroll-chaining: none;
412
419
  overscroll-behavior: none;
413
420
  -webkit-backface-visibility: hidden;
414
421
  backface-visibility: hidden;
415
- border-top-width: 0 !important;
422
+ }
423
+ .ui.selection.dropdown .menu {
416
424
  outline: none;
417
425
  margin: 0 -1px;
418
426
  min-width: calc(100% + 2px);
419
427
  width: calc(100% + 2px);
420
- border-radius: 0 0 0.28571429rem 0.28571429rem;
421
428
  box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
422
429
  transition: opacity 0.1s ease;
423
430
  }
431
+ .ui.selection.dropdown:not(.pointing):not(.floating) .menu {
432
+ border-top-width: 0;
433
+ border-radius: 0 0 0.28571429rem 0.28571429rem;
434
+ }
424
435
  .ui.selection.dropdown .menu::after,
425
436
  .ui.selection.dropdown .menu::before {
426
437
  display: none;
@@ -439,7 +450,7 @@ select.ui.dropdown {
439
450
  .ui.selection.dropdown[class*="very short"] .menu {
440
451
  max-height: 4.00714286rem;
441
452
  }
442
- .ui.selection.dropdown .menu {
453
+ .ui.selection.dropdown:not(.unlimited) .menu {
443
454
  max-height: 8.01428571rem;
444
455
  }
445
456
  .ui.selection.dropdown.long .menu {
@@ -456,7 +467,7 @@ select.ui.dropdown {
456
467
  .ui.selection.dropdown[class*="very short"] .menu {
457
468
  max-height: 5.34285714rem;
458
469
  }
459
- .ui.selection.dropdown .menu {
470
+ .ui.selection.dropdown:not(.unlimited) .menu {
460
471
  max-height: 10.68571429rem;
461
472
  }
462
473
  .ui.selection.dropdown.long .menu {
@@ -473,7 +484,7 @@ select.ui.dropdown {
473
484
  .ui.selection.dropdown[class*="very short"] .menu {
474
485
  max-height: 8.01428571rem;
475
486
  }
476
- .ui.selection.dropdown .menu {
487
+ .ui.selection.dropdown:not(.unlimited) .menu {
477
488
  max-height: 16.02857143rem;
478
489
  }
479
490
  .ui.selection.dropdown.long .menu {
@@ -490,7 +501,7 @@ select.ui.dropdown {
490
501
  .ui.selection.dropdown[class*="very short"] .menu {
491
502
  max-height: 10.68571429rem;
492
503
  }
493
- .ui.selection.dropdown .menu {
504
+ .ui.selection.dropdown:not(.unlimited) .menu {
494
505
  max-height: 21.37142857rem;
495
506
  }
496
507
  .ui.selection.dropdown.long .menu {
@@ -508,6 +519,10 @@ select.ui.dropdown {
508
519
  white-space: normal;
509
520
  word-wrap: normal;
510
521
  }
522
+ .ui.selection.pointing.dropdown .menu > .item:first-child,
523
+ .ui.selection.floating.dropdown .menu > .item:first-child {
524
+ border-top: none;
525
+ }
511
526
 
512
527
  /* User Item */
513
528
  .ui.selection.dropdown .menu > .hidden.addition.item {
@@ -575,7 +590,7 @@ select.ui.dropdown {
575
590
  }
576
591
 
577
592
  /* Connecting Border */
578
- .ui.active.selection.dropdown {
593
+ .ui.active.selection.dropdown:not(.pointing):not(.floating) {
579
594
  border-bottom-left-radius: 0 !important;
580
595
  border-bottom-right-radius: 0 !important;
581
596
  }
@@ -695,7 +710,7 @@ select.ui.dropdown {
695
710
  }
696
711
 
697
712
  /* Search Menu */
698
- .ui.search.dropdown .menu {
713
+ .ui.search.dropdown:not(.unlimited) .menu {
699
714
  overflow-x: hidden;
700
715
  overflow-y: auto;
701
716
  -ms-scroll-chaining: none;
@@ -704,22 +719,22 @@ select.ui.dropdown {
704
719
  backface-visibility: hidden;
705
720
  }
706
721
  @media only screen and (max-width: 767.98px) {
707
- .ui.search.dropdown .menu {
722
+ .ui.search.dropdown:not(.unlimited) .menu {
708
723
  max-height: 8.01428571rem;
709
724
  }
710
725
  }
711
726
  @media only screen and (min-width: 768px) {
712
- .ui.search.dropdown .menu {
727
+ .ui.search.dropdown:not(.unlimited) .menu {
713
728
  max-height: 10.68571429rem;
714
729
  }
715
730
  }
716
731
  @media only screen and (min-width: 992px) {
717
- .ui.search.dropdown .menu {
732
+ .ui.search.dropdown:not(.unlimited) .menu {
718
733
  max-height: 16.02857143rem;
719
734
  }
720
735
  }
721
736
  @media only screen and (min-width: 1920px) {
722
- .ui.search.dropdown .menu {
737
+ .ui.search.dropdown:not(.unlimited) .menu {
723
738
  max-height: 21.37142857rem;
724
739
  }
725
740
  }
@@ -755,7 +770,7 @@ select.ui.dropdown {
755
770
  .ui.dropdown:not(.selection) > .remove.icon ~ .dropdown.icon {
756
771
  margin-left: 1.5em;
757
772
  }
758
- .ui.dropdown:not(.selection) > .remove.icon {
773
+ .ui.dropdown:not(.selection):not(.multiple) > .remove.icon {
759
774
  margin-top: -1.35em;
760
775
  }
761
776
 
@@ -816,6 +831,16 @@ select.ui.dropdown {
816
831
  margin: -0.35714286em 0.78571429em -0.35714286em -0.78571429em;
817
832
  height: 1.71428571em;
818
833
  }
834
+ .ui.multiple.dropdown:not(.selection):not(.labeled) > .dropdown.icon {
835
+ right: -1.5em;
836
+ }
837
+ .ui.multiple.dropdown:not(.selection):not(.labeled) > .remove.icon {
838
+ margin-right: -1.5em;
839
+ }
840
+ .ui.multiple.dropdown:not(.selection):not(.labeled):not(.search) > .remove.icon ~ .text.default,
841
+ .ui.multiple.dropdown:not(.selection):not(.labeled) > .text.default:first-child {
842
+ overflow: inherit;
843
+ }
819
844
 
820
845
  /* -----------------
821
846
  Multiple Search
@@ -853,6 +878,13 @@ select.ui.dropdown {
853
878
  .ui.multiple.search.dropdown.button {
854
879
  min-width: 14em;
855
880
  }
881
+ .ui.multiple.search.dropdown > span.sizer {
882
+ display: none;
883
+ }
884
+ .ui.multiple.search.dropdown:not(.selection) > .remove.icon + input.search,
885
+ .ui.multiple.search.dropdown:not(.selection) > input.search:first-child {
886
+ min-width: 5.05em;
887
+ }
856
888
 
857
889
  /* --------------
858
890
  Inline
@@ -900,7 +932,7 @@ select.ui.dropdown {
900
932
 
901
933
  /* Menu Item Hover */
902
934
  .ui.dropdown .menu > .item:hover {
903
- background: rgba(0, 0, 0, 0.05);
935
+ background: #f2f2f2;
904
936
  color: rgba(0, 0, 0, 0.95);
905
937
  z-index: 13;
906
938
  }
@@ -982,7 +1014,7 @@ select.ui.dropdown {
982
1014
  /* Selected Item */
983
1015
  .ui.dropdown.selected,
984
1016
  .ui.dropdown .menu .selected.item {
985
- background: rgba(0, 0, 0, 0.03);
1017
+ background: #f7f7f7;
986
1018
  color: rgba(0, 0, 0, 0.95);
987
1019
  }
988
1020
 
@@ -1162,6 +1194,12 @@ select.ui.dropdown {
1162
1194
  cursor: default;
1163
1195
  pointer-events: none;
1164
1196
  }
1197
+ .ui.disabled.dropdown > .remove.icon,
1198
+ .ui.read-only.dropdown > .remove.icon,
1199
+ .ui.disabled.dropdown > .label > .delete.icon,
1200
+ .ui.read-only.dropdown > .label > .delete.icon {
1201
+ display: none;
1202
+ }
1165
1203
 
1166
1204
 
1167
1205
  /*******************************
@@ -1248,9 +1286,9 @@ select.ui.dropdown {
1248
1286
  }
1249
1287
 
1250
1288
  /* Selection */
1251
- .ui.ui.upward.selection.dropdown .menu {
1252
- border-top-width: 1px !important;
1253
- border-bottom-width: 0 !important;
1289
+ .ui.ui.upward.selection.dropdown:not(.pointing):not(.floating) .menu {
1290
+ border-top-width: 1px;
1291
+ border-bottom-width: 0;
1254
1292
  box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08);
1255
1293
  border-radius: 0.28571429rem 0.28571429rem 0 0;
1256
1294
  }
@@ -1259,13 +1297,15 @@ select.ui.dropdown {
1259
1297
  }
1260
1298
 
1261
1299
  /* Active Upward */
1262
- .ui.active.upward.selection.dropdown {
1300
+ .ui.active.upward.selection.dropdown:not(.pointing):not(.floating) {
1263
1301
  border-radius: 0 0 0.28571429rem 0.28571429rem !important;
1264
1302
  }
1265
1303
 
1266
1304
  /* Visible Upward */
1267
1305
  .ui.upward.selection.dropdown.visible {
1268
1306
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
1307
+ }
1308
+ .ui.upward.selection.dropdown.visible:not(.pointing):not(.floating) {
1269
1309
  border-radius: 0 0 0.28571429rem 0.28571429rem !important;
1270
1310
  }
1271
1311
 
@@ -1273,7 +1313,7 @@ select.ui.dropdown {
1273
1313
  .ui.upward.active.selection.dropdown:hover {
1274
1314
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
1275
1315
  }
1276
- .ui.upward.active.selection.dropdown:hover .menu {
1316
+ .ui.upward.active.selection.dropdown:hover:not(.pointing):not(.floating) .menu {
1277
1317
  box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08);
1278
1318
  }
1279
1319
 
@@ -1301,8 +1341,8 @@ select.ui.dropdown {
1301
1341
  margin: 0 !important;
1302
1342
  border-top: 1px solid rgba(34, 36, 38, 0.15);
1303
1343
  }
1304
- .ui.scrolling.dropdown .menu .item.item.item,
1305
- .ui.dropdown .scrolling.menu > .item.item.item {
1344
+ .ui.ui.ui.scrolling.dropdown .menu .item,
1345
+ .ui.ui.ui.dropdown .scrolling.menu > .item {
1306
1346
  border-top: none;
1307
1347
  }
1308
1348
  .ui.scrolling.dropdown .menu .item:first-child,
@@ -1326,24 +1366,45 @@ select.ui.dropdown {
1326
1366
  .ui.dropdown .scrolling.menu {
1327
1367
  max-height: 10.28571429rem;
1328
1368
  }
1369
+ .ui.scrolling.resizable.dropdown .menu,
1370
+ .ui.dropdown .scrolling.resizable.menu {
1371
+ height: 10.28571429rem;
1372
+ }
1329
1373
  }
1330
1374
  @media only screen and (min-width: 768px) {
1331
1375
  .ui.scrolling.dropdown .menu,
1332
1376
  .ui.dropdown .scrolling.menu {
1333
1377
  max-height: 15.42857143rem;
1334
1378
  }
1379
+ .ui.scrolling.resizable.dropdown .menu,
1380
+ .ui.dropdown .scrolling.resizable.menu {
1381
+ height: 15.42857143rem;
1382
+ }
1335
1383
  }
1336
1384
  @media only screen and (min-width: 992px) {
1337
1385
  .ui.scrolling.dropdown .menu,
1338
1386
  .ui.dropdown .scrolling.menu {
1339
1387
  max-height: 20.57142857rem;
1340
1388
  }
1389
+ .ui.scrolling.resizable.dropdown .menu,
1390
+ .ui.dropdown .scrolling.resizable.menu {
1391
+ height: 20.57142857rem;
1392
+ }
1341
1393
  }
1342
1394
  @media only screen and (min-width: 1920px) {
1343
1395
  .ui.scrolling.dropdown .menu,
1344
1396
  .ui.dropdown .scrolling.menu {
1345
1397
  max-height: 20.57142857rem;
1346
1398
  }
1399
+ .ui.scrolling.resizable.dropdown .menu,
1400
+ .ui.dropdown .scrolling.resizable.menu {
1401
+ height: 20.57142857rem;
1402
+ }
1403
+ }
1404
+ .ui.scrolling.resizable.dropdown .menu,
1405
+ .ui.dropdown .scrolling.resizable.menu {
1406
+ resize: vertical;
1407
+ max-height: none;
1347
1408
  }
1348
1409
 
1349
1410
  /* --------------------
@@ -1526,6 +1587,19 @@ select.ui.dropdown {
1526
1587
  background: #fff;
1527
1588
  z-index: 2;
1528
1589
  }
1590
+ @supports selector(:has(.f)) {
1591
+ .ui.pointing.dropdown:not(.upward) .menu:has(:first-child:hover)::after,
1592
+ .ui.upward.pointing.dropdown .menu:has(:last-child:hover)::after {
1593
+ background: #f2f2f2;
1594
+ }
1595
+ .ui.pointing.dropdown:not(.upward) .menu:has(.selected.item:first-child)::after,
1596
+ .ui.upward.pointing.dropdown .menu:has(.selected.item:last-child)::after {
1597
+ background: #f7f7f7;
1598
+ }
1599
+ }
1600
+ .ui.selection.pointing.dropdown > .menu::after {
1601
+ box-shadow: -1px -1px 0 0 #96c8da;
1602
+ }
1529
1603
  .ui.pointing.dropdown > .menu:not(.hidden)::after {
1530
1604
  top: -0.25em;
1531
1605
  left: 50%;
@@ -1670,6 +1744,9 @@ select.ui.dropdown {
1670
1744
  box-shadow: 1px 1px 0 0 rgba(34, 36, 38, 0.15);
1671
1745
  margin: -0.25em 0 0;
1672
1746
  }
1747
+ .ui.selection.pointing.upward.dropdown .menu::after {
1748
+ box-shadow: 1px 1px 0 0 #96c8da;
1749
+ }
1673
1750
 
1674
1751
  /* Right Pointing Upward */
1675
1752
  .ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu {
@@ -1696,6 +1773,16 @@ select.ui.dropdown {
1696
1773
  margin: 0 0 1em 0;
1697
1774
  box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15);
1698
1775
  }
1776
+ .ui.floating.dropdown .menu .item:first-child,
1777
+ .ui.pointing.dropdown .menu .item:first-child {
1778
+ border-top-left-radius: 0.28571429rem;
1779
+ border-top-right-radius: 0.28571429rem;
1780
+ }
1781
+ .ui.floating.dropdown .menu .item:last-child,
1782
+ .ui.pointing.dropdown .menu .item:last-child {
1783
+ border-bottom-left-radius: 0.28571429rem;
1784
+ border-bottom-right-radius: 0.28571429rem;
1785
+ }
1699
1786
 
1700
1787
  /* --------------------
1701
1788
  Sizes
@@ -1756,13 +1843,13 @@ select.ui.dropdown {
1756
1843
  }
1757
1844
  .ui.dropdown .inverted.menu > .item:hover,
1758
1845
  .ui.inverted.dropdown .menu > .item:hover {
1759
- background: rgba(255, 255, 255, 0.08);
1846
+ background: #2d2e2f;
1760
1847
  color: rgba(255, 255, 255, 0.8);
1761
1848
  }
1762
1849
  .ui.inverted.dropdown.selected,
1763
1850
  .ui.dropdown .inverted.menu .selected.item,
1764
1851
  .ui.inverted.dropdown .menu .selected.item {
1765
- background: rgba(255, 255, 255, 0.15);
1852
+ background: #3d3e3f;
1766
1853
  color: rgba(255, 255, 255, 0.8);
1767
1854
  }
1768
1855
  .ui.dropdown .inverted.menu > .header,
@@ -1860,11 +1947,6 @@ select.ui.dropdown {
1860
1947
  }
1861
1948
 
1862
1949
  /* Selection for form elements */
1863
- .ui.inverted.dropdown textarea::-webkit-selection,
1864
- .ui.inverted.dropdown input::-webkit-selection {
1865
- background-color: rgba(255, 255, 255, 0.25);
1866
- color: rgba(255, 255, 255, 0.8);
1867
- }
1868
1950
  .ui.inverted.dropdown textarea::selection,
1869
1951
  .ui.inverted.dropdown input::selection {
1870
1952
  background-color: rgba(255, 255, 255, 0.25);
@@ -1905,6 +1987,19 @@ select.ui.dropdown {
1905
1987
  background: #1b1c1d;
1906
1988
  box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.15);
1907
1989
  }
1990
+ .ui.inverted.upward.pointing.dropdown > .menu::after {
1991
+ box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.15);
1992
+ }
1993
+ @supports selector(:has(.f)) {
1994
+ .ui.inverted.pointing.dropdown:not(.upward) .menu:has(:first-child:hover)::after,
1995
+ .ui.inverted.upward.pointing.dropdown .menu:has(:last-child:hover)::after {
1996
+ background: #2d2e2f;
1997
+ }
1998
+ .ui.inverted.pointing.dropdown:not(.upward) .menu:has(.selected.item:first-child)::after,
1999
+ .ui.inverted.upward.pointing.dropdown .menu:has(.selected.item:last-child)::after {
2000
+ background: #3d3e3f;
2001
+ }
2002
+ }
1908
2003
 
1909
2004
 
1910
2005
  /*******************************
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Video
2
+ * # Fomantic-UI 2.9.3 - Embed
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -57,7 +57,7 @@
57
57
  display: block;
58
58
  width: 100%;
59
59
  height: 100%;
60
- background-color: radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3));
60
+ background: radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3));
61
61
  }
62
62
 
63
63
  /* --------------
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Flyout
2
+ * # Fomantic-UI 2.9.3 - Flyout
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Modal
2
+ * # Fomantic-UI 2.9.3 - Modal
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -410,11 +410,10 @@
410
410
  overflow: hidden;
411
411
  }
412
412
  .scrolling.dimmable > .dimmer {
413
- justify-content: flex-start;
413
+ justify-content: center;
414
414
  position: fixed;
415
415
  }
416
416
  .scrolling.dimmable:not(body) > .dimmer {
417
- justify-content: center;
418
417
  position: absolute;
419
418
  }
420
419
  .scrolling.dimmable.dimmed > .dimmer {
@@ -422,8 +421,12 @@
422
421
  -ms-scroll-chaining: none;
423
422
  overscroll-behavior: none;
424
423
  }
424
+ .modals.dimmer .ui.scrolling.modal.fullscreen {
425
+ top: 0;
426
+ }
425
427
  .modals.dimmer .ui.scrolling.modal:not(.fullscreen) {
426
428
  margin: 2rem auto;
429
+ top: 1em;
427
430
  }
428
431
 
429
432
  /* Fix for Firefox, Edge, IE11 */
@@ -454,6 +457,10 @@
454
457
  -ms-scroll-chaining: none;
455
458
  overscroll-behavior: none;
456
459
  }
460
+ .ui.modal > .resizable.scrolling.content {
461
+ resize: vertical;
462
+ max-height: none;
463
+ }
457
464
  .ui.overlay.fullscreen.modal > .content {
458
465
  min-height: calc(100vh - 9.1rem);
459
466
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Nag
2
+ * # Fomantic-UI 2.9.3 - Nag
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *