fomantic-ui-sass 2.9.2 → 2.9.3.1

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 (120) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -0
  3. data/Gemfile +2 -0
  4. data/Rakefile +2 -0
  5. data/app/assets/javascripts/semantic-ui/accordion.js +1 -5
  6. data/app/assets/javascripts/semantic-ui/api.js +22 -15
  7. data/app/assets/javascripts/semantic-ui/calendar.js +1 -6
  8. data/app/assets/javascripts/semantic-ui/checkbox.js +4 -6
  9. data/app/assets/javascripts/semantic-ui/dimmer.js +1 -5
  10. data/app/assets/javascripts/semantic-ui/dropdown.js +56 -33
  11. data/app/assets/javascripts/semantic-ui/embed.js +1 -6
  12. data/app/assets/javascripts/semantic-ui/flyout.js +40 -58
  13. data/app/assets/javascripts/semantic-ui/form.js +102 -53
  14. data/app/assets/javascripts/semantic-ui/modal.js +45 -33
  15. data/app/assets/javascripts/semantic-ui/nag.js +17 -9
  16. data/app/assets/javascripts/semantic-ui/popup.js +27 -19
  17. data/app/assets/javascripts/semantic-ui/progress.js +1 -6
  18. data/app/assets/javascripts/semantic-ui/rating.js +1 -5
  19. data/app/assets/javascripts/semantic-ui/search.js +4 -7
  20. data/app/assets/javascripts/semantic-ui/shape.js +1 -5
  21. data/app/assets/javascripts/semantic-ui/sidebar.js +15 -38
  22. data/app/assets/javascripts/semantic-ui/site.js +1 -1
  23. data/app/assets/javascripts/semantic-ui/slider.js +130 -34
  24. data/app/assets/javascripts/semantic-ui/state.js +23 -20
  25. data/app/assets/javascripts/semantic-ui/sticky.js +17 -16
  26. data/app/assets/javascripts/semantic-ui/tab.js +18 -8
  27. data/app/assets/javascripts/semantic-ui/toast.js +17 -9
  28. data/app/assets/javascripts/semantic-ui/transition.js +2 -6
  29. data/app/assets/javascripts/semantic-ui/visibility.js +15 -6
  30. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +1 -1
  31. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +53 -20
  32. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +107 -107
  33. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +13 -7
  34. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +1 -1
  35. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +65 -1
  36. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +2 -2
  37. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +62 -1
  38. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +1 -1
  39. data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +697 -249
  40. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +3 -2
  41. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +1 -1
  42. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +62 -62
  43. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
  44. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +3 -27
  45. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +21 -2
  46. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +13 -13
  47. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +282 -282
  48. data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +1 -1
  49. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +1 -1
  50. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +1 -1
  51. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +161 -34
  52. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +1 -1
  53. data/app/assets/stylesheets/semantic-ui/elements/_text.scss +1 -1
  54. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +1 -1
  55. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +1 -1
  56. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +1 -1
  57. data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +145 -8
  58. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +50 -6
  59. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +3 -3
  60. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +119 -26
  61. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +1 -1
  62. data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +1 -1
  63. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +10 -3
  64. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +1 -1
  65. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +41 -40
  66. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +1 -1
  67. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +1 -1
  68. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +26 -1
  69. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +1 -1
  70. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +1 -1
  71. data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +1 -1
  72. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -1
  73. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +1 -1
  74. data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +6 -1
  75. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1 -1
  76. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +1 -1
  77. data/app/assets/stylesheets/semantic-ui/views/_card.scss +1 -1
  78. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +6 -1
  79. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +486 -5
  80. data/app/assets/stylesheets/semantic-ui/views/_item.scss +6 -1
  81. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +1 -1
  82. data/app/helpers/semantic_breadcrumbs_helper.rb +2 -0
  83. data/app/helpers/semantic_flash_helper.rb +2 -0
  84. data/app/helpers/semantic_icon_helper.rb +2 -0
  85. data/fomantic-ui-sass.gemspec +4 -2
  86. data/gemfiles/rails_5.0.gemfile +2 -0
  87. data/gemfiles/rails_5.1.gemfile +2 -0
  88. data/gemfiles/rails_5.2.gemfile +2 -0
  89. data/lib/fomantic/ui/sass/breadcrumbs.rb +2 -0
  90. data/lib/fomantic/ui/sass/engine.rb +5 -3
  91. data/lib/fomantic/ui/sass/version.rb +4 -2
  92. data/lib/fomantic-ui-sass.rb +2 -6
  93. data/spec/dummy/Rakefile +2 -0
  94. data/spec/dummy/app/controllers/application_controller.rb +2 -0
  95. data/spec/dummy/app/helpers/application_helper.rb +2 -0
  96. data/spec/dummy/bin/bundle +2 -0
  97. data/spec/dummy/bin/rails +2 -0
  98. data/spec/dummy/bin/rake +2 -0
  99. data/spec/dummy/config/application.rb +3 -1
  100. data/spec/dummy/config/boot.rb +2 -0
  101. data/spec/dummy/config/environment.rb +2 -0
  102. data/spec/dummy/config/environments/development.rb +3 -1
  103. data/spec/dummy/config/environments/production.rb +2 -0
  104. data/spec/dummy/config/environments/test.rb +3 -1
  105. data/spec/dummy/config/initializers/backtrace_silencers.rb +2 -0
  106. data/spec/dummy/config/initializers/filter_parameter_logging.rb +2 -0
  107. data/spec/dummy/config/initializers/inflections.rb +2 -0
  108. data/spec/dummy/config/initializers/mime_types.rb +2 -0
  109. data/spec/dummy/config/initializers/secret_token.rb +2 -0
  110. data/spec/dummy/config/initializers/session_store.rb +2 -0
  111. data/spec/dummy/config/initializers/wrap_parameters.rb +2 -0
  112. data/spec/dummy/config/routes.rb +2 -0
  113. data/spec/dummy/config.ru +3 -1
  114. data/spec/helpers/semantic_breadcrumbs_helper_spec.rb +2 -0
  115. data/spec/helpers/semantic_flash_helper_spec.rb +2 -0
  116. data/spec/helpers/semantic_icon_helper_spec.rb +2 -0
  117. data/spec/spec_helper.rb +2 -0
  118. data/tasks/converter.rb +9 -19
  119. data/templates/project/manifest.rb +2 -0
  120. metadata +12 -26
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.2 - Checkbox
2
+ * # Fomantic-UI 2.9.3 - Checkbox
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -48,10 +48,12 @@
48
48
  cursor: auto;
49
49
  position: relative;
50
50
  display: block;
51
- padding-left: 1.85714em;
52
51
  outline: none;
53
52
  font-size: 1em;
54
53
  }
54
+ .ui.checkbox:not(.invisible) label {
55
+ padding-left: 1.85714em;
56
+ }
55
57
  .ui.checkbox label::before {
56
58
  position: absolute;
57
59
  top: 0;
@@ -119,8 +121,8 @@
119
121
  background: #fff;
120
122
  border-color: rgba(34, 36, 38, 0.35);
121
123
  }
122
- .ui.checkbox label:hover,
123
- .ui.checkbox + label:hover {
124
+ .ui.checkbox:not(.invisible) label:hover,
125
+ .ui.checkbox:not(.invisible) + label:hover {
124
126
  color: rgba(0, 0, 0, 0.8);
125
127
  }
126
128
 
@@ -134,7 +136,7 @@
134
136
  .ui.checkbox label:active::after {
135
137
  color: rgba(0, 0, 0, 0.95);
136
138
  }
137
- .ui.checkbox input:active ~ label {
139
+ .ui.checkbox:not(.invisible) input:active ~ label {
138
140
  color: rgba(0, 0, 0, 0.95);
139
141
  }
140
142
 
@@ -148,7 +150,7 @@
148
150
  .ui.checkbox input:focus ~ label::after {
149
151
  color: rgba(0, 0, 0, 0.95);
150
152
  }
151
- .ui.checkbox input:focus ~ label {
153
+ .ui.checkbox:not(.invisible) input:focus ~ label {
152
154
  color: rgba(0, 0, 0, 0.95);
153
155
  }
154
156
 
@@ -606,6 +608,48 @@
606
608
  background-color: #0d71bb;
607
609
  }
608
610
 
611
+ /* --------------
612
+ Invisible
613
+ --------------- */
614
+ .ui.invisible.checkbox:not(.compact) {
615
+ display: block;
616
+ }
617
+ .ui.invisible.checkbox input {
618
+ left: -99999px;
619
+ position: absolute;
620
+ }
621
+ .ui.invisible.checkbox label::before,
622
+ .ui.invisible.checkbox label::after {
623
+ display: none;
624
+ }
625
+ .ui.invisible.checkbox label {
626
+ transition: all 0.1s ease;
627
+ }
628
+ .ui.ui.ui.ui.ui.invisible.checkbox input:not(:checked) + label {
629
+ background: transparent;
630
+ border-color: transparent;
631
+ box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
632
+ color: inherit;
633
+ }
634
+ .ui.ui.ui.ui.ui.invisible.checkbox input:not(:checked):not(:hover):focus + label:not(.image) {
635
+ box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset;
636
+ }
637
+ .ui.ui.ui.ui.ui.invisible.checkbox input:not(:checked) + label.image,
638
+ .basic.ui.ui.ui.ui.ui.invisible.checkbox input:not(:checked) + label {
639
+ box-shadow: none;
640
+ }
641
+ .ui.invisible.checkbox input:not(:checked) + label.image {
642
+ opacity: 0.5;
643
+ filter: grayscale(1);
644
+ }
645
+ .ui.invisible.checkbox input:not(:checked):not(:hover):focus + label.image {
646
+ opacity: 0.75;
647
+ }
648
+ .ui.invisible.checkbox input:not(:checked)[disabled] + label.image,
649
+ .disabled.ui.invisible.checkbox input:not(:checked) + label.image {
650
+ opacity: 0.25;
651
+ }
652
+
609
653
  /* --------------------
610
654
  Size
611
655
  --------------------- */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.2 - Dimmer
2
+ * # Fomantic-UI 2.9.3 - Dimmer
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -195,7 +195,7 @@ body.dimmable > .dimmer {
195
195
  .light.light.light.light.light.dimmer {
196
196
  background: rgba(0, 0, 0, 0.45);
197
197
  }
198
- .very.light.light.light.light.dimmer {
198
+ .very.very.very.very.light.dimmer {
199
199
  background: rgba(0, 0, 0, 0.25);
200
200
  }
201
201
 
@@ -219,7 +219,7 @@ body.dimmable > .dimmer {
219
219
  .light.light.light.light.light.inverted.dimmer {
220
220
  background: rgba(255, 255, 255, 0.45);
221
221
  }
222
- .very.light.light.light.light.inverted.dimmer {
222
+ .very.very.very.very.light.inverted.dimmer {
223
223
  background: rgba(255, 255, 255, 0.25);
224
224
  }
225
225
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.2 - Dropdown
2
+ * # Fomantic-UI 2.9.3 - Dropdown
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -412,22 +412,26 @@ select.ui.dropdown {
412
412
  }
413
413
 
414
414
  /* Selection Menu */
415
- .ui.selection.dropdown .menu {
415
+ .ui.selection.dropdown:not(.unlimited) .menu {
416
416
  overflow-x: hidden;
417
417
  overflow-y: auto;
418
418
  -ms-scroll-chaining: none;
419
419
  overscroll-behavior: none;
420
420
  -webkit-backface-visibility: hidden;
421
421
  backface-visibility: hidden;
422
- border-top-width: 0 !important;
422
+ }
423
+ .ui.selection.dropdown .menu {
423
424
  outline: none;
424
425
  margin: 0 -1px;
425
426
  min-width: calc(100% + 2px);
426
427
  width: calc(100% + 2px);
427
- border-radius: 0 0 0.28571429rem 0.28571429rem;
428
428
  box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
429
429
  transition: opacity 0.1s ease;
430
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
+ }
431
435
  .ui.selection.dropdown .menu::after,
432
436
  .ui.selection.dropdown .menu::before {
433
437
  display: none;
@@ -446,7 +450,7 @@ select.ui.dropdown {
446
450
  .ui.selection.dropdown[class*="very short"] .menu {
447
451
  max-height: 4.00714286rem;
448
452
  }
449
- .ui.selection.dropdown .menu {
453
+ .ui.selection.dropdown:not(.unlimited) .menu {
450
454
  max-height: 8.01428571rem;
451
455
  }
452
456
  .ui.selection.dropdown.long .menu {
@@ -463,7 +467,7 @@ select.ui.dropdown {
463
467
  .ui.selection.dropdown[class*="very short"] .menu {
464
468
  max-height: 5.34285714rem;
465
469
  }
466
- .ui.selection.dropdown .menu {
470
+ .ui.selection.dropdown:not(.unlimited) .menu {
467
471
  max-height: 10.68571429rem;
468
472
  }
469
473
  .ui.selection.dropdown.long .menu {
@@ -480,7 +484,7 @@ select.ui.dropdown {
480
484
  .ui.selection.dropdown[class*="very short"] .menu {
481
485
  max-height: 8.01428571rem;
482
486
  }
483
- .ui.selection.dropdown .menu {
487
+ .ui.selection.dropdown:not(.unlimited) .menu {
484
488
  max-height: 16.02857143rem;
485
489
  }
486
490
  .ui.selection.dropdown.long .menu {
@@ -497,7 +501,7 @@ select.ui.dropdown {
497
501
  .ui.selection.dropdown[class*="very short"] .menu {
498
502
  max-height: 10.68571429rem;
499
503
  }
500
- .ui.selection.dropdown .menu {
504
+ .ui.selection.dropdown:not(.unlimited) .menu {
501
505
  max-height: 21.37142857rem;
502
506
  }
503
507
  .ui.selection.dropdown.long .menu {
@@ -515,6 +519,10 @@ select.ui.dropdown {
515
519
  white-space: normal;
516
520
  word-wrap: normal;
517
521
  }
522
+ .ui.selection.pointing.dropdown .menu > .item:first-child,
523
+ .ui.selection.floating.dropdown .menu > .item:first-child {
524
+ border-top: none;
525
+ }
518
526
 
519
527
  /* User Item */
520
528
  .ui.selection.dropdown .menu > .hidden.addition.item {
@@ -582,7 +590,7 @@ select.ui.dropdown {
582
590
  }
583
591
 
584
592
  /* Connecting Border */
585
- .ui.active.selection.dropdown {
593
+ .ui.active.selection.dropdown:not(.pointing):not(.floating) {
586
594
  border-bottom-left-radius: 0 !important;
587
595
  border-bottom-right-radius: 0 !important;
588
596
  }
@@ -702,7 +710,7 @@ select.ui.dropdown {
702
710
  }
703
711
 
704
712
  /* Search Menu */
705
- .ui.search.dropdown .menu {
713
+ .ui.search.dropdown:not(.unlimited) .menu {
706
714
  overflow-x: hidden;
707
715
  overflow-y: auto;
708
716
  -ms-scroll-chaining: none;
@@ -711,22 +719,22 @@ select.ui.dropdown {
711
719
  backface-visibility: hidden;
712
720
  }
713
721
  @media only screen and (max-width: 767.98px) {
714
- .ui.search.dropdown .menu {
722
+ .ui.search.dropdown:not(.unlimited) .menu {
715
723
  max-height: 8.01428571rem;
716
724
  }
717
725
  }
718
726
  @media only screen and (min-width: 768px) {
719
- .ui.search.dropdown .menu {
727
+ .ui.search.dropdown:not(.unlimited) .menu {
720
728
  max-height: 10.68571429rem;
721
729
  }
722
730
  }
723
731
  @media only screen and (min-width: 992px) {
724
- .ui.search.dropdown .menu {
732
+ .ui.search.dropdown:not(.unlimited) .menu {
725
733
  max-height: 16.02857143rem;
726
734
  }
727
735
  }
728
736
  @media only screen and (min-width: 1920px) {
729
- .ui.search.dropdown .menu {
737
+ .ui.search.dropdown:not(.unlimited) .menu {
730
738
  max-height: 21.37142857rem;
731
739
  }
732
740
  }
@@ -762,7 +770,7 @@ select.ui.dropdown {
762
770
  .ui.dropdown:not(.selection) > .remove.icon ~ .dropdown.icon {
763
771
  margin-left: 1.5em;
764
772
  }
765
- .ui.dropdown:not(.selection) > .remove.icon {
773
+ .ui.dropdown:not(.selection):not(.multiple) > .remove.icon {
766
774
  margin-top: -1.35em;
767
775
  }
768
776
 
@@ -823,6 +831,16 @@ select.ui.dropdown {
823
831
  margin: -0.35714286em 0.78571429em -0.35714286em -0.78571429em;
824
832
  height: 1.71428571em;
825
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
+ }
826
844
 
827
845
  /* -----------------
828
846
  Multiple Search
@@ -860,6 +878,13 @@ select.ui.dropdown {
860
878
  .ui.multiple.search.dropdown.button {
861
879
  min-width: 14em;
862
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
+ }
863
888
 
864
889
  /* --------------
865
890
  Inline
@@ -907,7 +932,7 @@ select.ui.dropdown {
907
932
 
908
933
  /* Menu Item Hover */
909
934
  .ui.dropdown .menu > .item:hover {
910
- background: rgba(0, 0, 0, 0.05);
935
+ background: #f2f2f2;
911
936
  color: rgba(0, 0, 0, 0.95);
912
937
  z-index: 13;
913
938
  }
@@ -989,7 +1014,7 @@ select.ui.dropdown {
989
1014
  /* Selected Item */
990
1015
  .ui.dropdown.selected,
991
1016
  .ui.dropdown .menu .selected.item {
992
- background: rgba(0, 0, 0, 0.03);
1017
+ background: #f7f7f7;
993
1018
  color: rgba(0, 0, 0, 0.95);
994
1019
  }
995
1020
 
@@ -1169,6 +1194,12 @@ select.ui.dropdown {
1169
1194
  cursor: default;
1170
1195
  pointer-events: none;
1171
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
+ }
1172
1203
 
1173
1204
 
1174
1205
  /*******************************
@@ -1255,9 +1286,9 @@ select.ui.dropdown {
1255
1286
  }
1256
1287
 
1257
1288
  /* Selection */
1258
- .ui.ui.upward.selection.dropdown .menu {
1259
- border-top-width: 1px !important;
1260
- 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;
1261
1292
  box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08);
1262
1293
  border-radius: 0.28571429rem 0.28571429rem 0 0;
1263
1294
  }
@@ -1266,13 +1297,15 @@ select.ui.dropdown {
1266
1297
  }
1267
1298
 
1268
1299
  /* Active Upward */
1269
- .ui.active.upward.selection.dropdown {
1300
+ .ui.active.upward.selection.dropdown:not(.pointing):not(.floating) {
1270
1301
  border-radius: 0 0 0.28571429rem 0.28571429rem !important;
1271
1302
  }
1272
1303
 
1273
1304
  /* Visible Upward */
1274
1305
  .ui.upward.selection.dropdown.visible {
1275
1306
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
1307
+ }
1308
+ .ui.upward.selection.dropdown.visible:not(.pointing):not(.floating) {
1276
1309
  border-radius: 0 0 0.28571429rem 0.28571429rem !important;
1277
1310
  }
1278
1311
 
@@ -1280,7 +1313,7 @@ select.ui.dropdown {
1280
1313
  .ui.upward.active.selection.dropdown:hover {
1281
1314
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
1282
1315
  }
1283
- .ui.upward.active.selection.dropdown:hover .menu {
1316
+ .ui.upward.active.selection.dropdown:hover:not(.pointing):not(.floating) .menu {
1284
1317
  box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08);
1285
1318
  }
1286
1319
 
@@ -1308,8 +1341,8 @@ select.ui.dropdown {
1308
1341
  margin: 0 !important;
1309
1342
  border-top: 1px solid rgba(34, 36, 38, 0.15);
1310
1343
  }
1311
- .ui.scrolling.dropdown .menu .item.item.item,
1312
- .ui.dropdown .scrolling.menu > .item.item.item {
1344
+ .ui.ui.ui.scrolling.dropdown .menu .item,
1345
+ .ui.ui.ui.dropdown .scrolling.menu > .item {
1313
1346
  border-top: none;
1314
1347
  }
1315
1348
  .ui.scrolling.dropdown .menu .item:first-child,
@@ -1333,24 +1366,45 @@ select.ui.dropdown {
1333
1366
  .ui.dropdown .scrolling.menu {
1334
1367
  max-height: 10.28571429rem;
1335
1368
  }
1369
+ .ui.scrolling.resizable.dropdown .menu,
1370
+ .ui.dropdown .scrolling.resizable.menu {
1371
+ height: 10.28571429rem;
1372
+ }
1336
1373
  }
1337
1374
  @media only screen and (min-width: 768px) {
1338
1375
  .ui.scrolling.dropdown .menu,
1339
1376
  .ui.dropdown .scrolling.menu {
1340
1377
  max-height: 15.42857143rem;
1341
1378
  }
1379
+ .ui.scrolling.resizable.dropdown .menu,
1380
+ .ui.dropdown .scrolling.resizable.menu {
1381
+ height: 15.42857143rem;
1382
+ }
1342
1383
  }
1343
1384
  @media only screen and (min-width: 992px) {
1344
1385
  .ui.scrolling.dropdown .menu,
1345
1386
  .ui.dropdown .scrolling.menu {
1346
1387
  max-height: 20.57142857rem;
1347
1388
  }
1389
+ .ui.scrolling.resizable.dropdown .menu,
1390
+ .ui.dropdown .scrolling.resizable.menu {
1391
+ height: 20.57142857rem;
1392
+ }
1348
1393
  }
1349
1394
  @media only screen and (min-width: 1920px) {
1350
1395
  .ui.scrolling.dropdown .menu,
1351
1396
  .ui.dropdown .scrolling.menu {
1352
1397
  max-height: 20.57142857rem;
1353
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;
1354
1408
  }
1355
1409
 
1356
1410
  /* --------------------
@@ -1533,6 +1587,19 @@ select.ui.dropdown {
1533
1587
  background: #fff;
1534
1588
  z-index: 2;
1535
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
+ }
1536
1603
  .ui.pointing.dropdown > .menu:not(.hidden)::after {
1537
1604
  top: -0.25em;
1538
1605
  left: 50%;
@@ -1677,6 +1744,9 @@ select.ui.dropdown {
1677
1744
  box-shadow: 1px 1px 0 0 rgba(34, 36, 38, 0.15);
1678
1745
  margin: -0.25em 0 0;
1679
1746
  }
1747
+ .ui.selection.pointing.upward.dropdown .menu::after {
1748
+ box-shadow: 1px 1px 0 0 #96c8da;
1749
+ }
1680
1750
 
1681
1751
  /* Right Pointing Upward */
1682
1752
  .ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu {
@@ -1703,6 +1773,16 @@ select.ui.dropdown {
1703
1773
  margin: 0 0 1em 0;
1704
1774
  box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15);
1705
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
+ }
1706
1786
 
1707
1787
  /* --------------------
1708
1788
  Sizes
@@ -1763,13 +1843,13 @@ select.ui.dropdown {
1763
1843
  }
1764
1844
  .ui.dropdown .inverted.menu > .item:hover,
1765
1845
  .ui.inverted.dropdown .menu > .item:hover {
1766
- background: rgba(255, 255, 255, 0.08);
1846
+ background: #2d2e2f;
1767
1847
  color: rgba(255, 255, 255, 0.8);
1768
1848
  }
1769
1849
  .ui.inverted.dropdown.selected,
1770
1850
  .ui.dropdown .inverted.menu .selected.item,
1771
1851
  .ui.inverted.dropdown .menu .selected.item {
1772
- background: rgba(255, 255, 255, 0.15);
1852
+ background: #3d3e3f;
1773
1853
  color: rgba(255, 255, 255, 0.8);
1774
1854
  }
1775
1855
  .ui.dropdown .inverted.menu > .header,
@@ -1907,6 +1987,19 @@ select.ui.dropdown {
1907
1987
  background: #1b1c1d;
1908
1988
  box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.15);
1909
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
+ }
1910
2003
 
1911
2004
 
1912
2005
  /*******************************
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.2 - Embed
2
+ * # Fomantic-UI 2.9.3 - Embed
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.2 - 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.2 - 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.2 - Nag
2
+ * # Fomantic-UI 2.9.3 - Nag
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *