fomantic-ui 2.9.0-beta.268 → 2.9.0-beta.270

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 (156) hide show
  1. package/.all-contributorsrc +9 -0
  2. package/.github/workflows/ci.yml +2 -2
  3. package/.github/workflows/nightly.yml +15 -9
  4. package/.github/workflows/release.yml +7 -6
  5. package/CONTRIBUTORS.md +1 -0
  6. package/dist/components/accordion.css +1 -1
  7. package/dist/components/accordion.js +1 -1
  8. package/dist/components/accordion.min.css +1 -1
  9. package/dist/components/accordion.min.js +2 -2
  10. package/dist/components/ad.css +1 -1
  11. package/dist/components/ad.min.css +1 -1
  12. package/dist/components/api.js +1 -1
  13. package/dist/components/api.min.js +2 -2
  14. package/dist/components/breadcrumb.css +1 -1
  15. package/dist/components/breadcrumb.min.css +1 -1
  16. package/dist/components/button.css +1 -1
  17. package/dist/components/button.min.css +1 -1
  18. package/dist/components/calendar.css +1 -1
  19. package/dist/components/calendar.js +1 -1
  20. package/dist/components/calendar.min.css +1 -1
  21. package/dist/components/calendar.min.js +2 -2
  22. package/dist/components/card.css +1 -1
  23. package/dist/components/card.min.css +1 -1
  24. package/dist/components/checkbox.css +1 -1
  25. package/dist/components/checkbox.js +1 -1
  26. package/dist/components/checkbox.min.css +1 -1
  27. package/dist/components/checkbox.min.js +2 -2
  28. package/dist/components/comment.css +1 -1
  29. package/dist/components/comment.min.css +1 -1
  30. package/dist/components/container.css +4 -3
  31. package/dist/components/container.min.css +2 -2
  32. package/dist/components/dimmer.css +3 -2
  33. package/dist/components/dimmer.js +1 -1
  34. package/dist/components/dimmer.min.css +2 -2
  35. package/dist/components/dimmer.min.js +2 -2
  36. package/dist/components/divider.css +1 -1
  37. package/dist/components/divider.min.css +1 -1
  38. package/dist/components/dropdown.css +6 -2
  39. package/dist/components/dropdown.js +1 -1
  40. package/dist/components/dropdown.min.css +2 -2
  41. package/dist/components/dropdown.min.js +2 -2
  42. package/dist/components/embed.css +1 -1
  43. package/dist/components/embed.js +1 -1
  44. package/dist/components/embed.min.css +1 -1
  45. package/dist/components/embed.min.js +2 -2
  46. package/dist/components/feed.css +1 -1
  47. package/dist/components/feed.min.css +1 -1
  48. package/dist/components/flag.css +1 -1
  49. package/dist/components/flag.min.css +1 -1
  50. package/dist/components/form.css +15 -1
  51. package/dist/components/form.js +1 -1
  52. package/dist/components/form.min.css +2 -2
  53. package/dist/components/form.min.js +2 -2
  54. package/dist/components/grid.css +4 -3
  55. package/dist/components/grid.min.css +2 -2
  56. package/dist/components/header.css +1 -1
  57. package/dist/components/header.min.css +1 -1
  58. package/dist/components/icon.css +1 -1
  59. package/dist/components/icon.min.css +1 -1
  60. package/dist/components/image.css +1 -1
  61. package/dist/components/image.min.css +1 -1
  62. package/dist/components/input.css +13 -1
  63. package/dist/components/input.min.css +2 -2
  64. package/dist/components/item.css +1 -1
  65. package/dist/components/item.min.css +1 -1
  66. package/dist/components/label.css +1 -1
  67. package/dist/components/label.min.css +1 -1
  68. package/dist/components/list.css +1 -1
  69. package/dist/components/list.min.css +1 -1
  70. package/dist/components/loader.css +1 -1
  71. package/dist/components/loader.min.css +1 -1
  72. package/dist/components/message.css +1 -1
  73. package/dist/components/message.min.css +1 -1
  74. package/dist/components/modal.css +1 -1
  75. package/dist/components/modal.js +1 -1
  76. package/dist/components/modal.min.css +1 -1
  77. package/dist/components/modal.min.js +2 -2
  78. package/dist/components/nag.css +1 -1
  79. package/dist/components/nag.js +1 -1
  80. package/dist/components/nag.min.css +1 -1
  81. package/dist/components/nag.min.js +2 -2
  82. package/dist/components/placeholder.css +1 -1
  83. package/dist/components/placeholder.min.css +1 -1
  84. package/dist/components/popup.css +1 -1
  85. package/dist/components/popup.js +1 -1
  86. package/dist/components/popup.min.css +1 -1
  87. package/dist/components/popup.min.js +2 -2
  88. package/dist/components/progress.css +1 -1
  89. package/dist/components/progress.js +1 -1
  90. package/dist/components/progress.min.css +1 -1
  91. package/dist/components/progress.min.js +2 -2
  92. package/dist/components/rail.css +1 -1
  93. package/dist/components/rail.min.css +1 -1
  94. package/dist/components/rating.css +1 -1
  95. package/dist/components/rating.js +1 -1
  96. package/dist/components/rating.min.css +1 -1
  97. package/dist/components/rating.min.js +2 -2
  98. package/dist/components/reset.css +3 -2
  99. package/dist/components/reset.min.css +2 -2
  100. package/dist/components/reveal.css +1 -1
  101. package/dist/components/reveal.min.css +1 -1
  102. package/dist/components/search.css +1 -1
  103. package/dist/components/search.js +1 -1
  104. package/dist/components/search.min.css +1 -1
  105. package/dist/components/search.min.js +2 -2
  106. package/dist/components/segment.css +1 -1
  107. package/dist/components/segment.min.css +1 -1
  108. package/dist/components/shape.css +1 -1
  109. package/dist/components/shape.js +1 -1
  110. package/dist/components/shape.min.css +1 -1
  111. package/dist/components/shape.min.js +2 -2
  112. package/dist/components/sidebar.css +1 -1
  113. package/dist/components/sidebar.js +1 -1
  114. package/dist/components/sidebar.min.css +1 -1
  115. package/dist/components/sidebar.min.js +2 -2
  116. package/dist/components/site.css +5 -1
  117. package/dist/components/site.js +1 -1
  118. package/dist/components/site.min.css +2 -2
  119. package/dist/components/site.min.js +2 -2
  120. package/dist/components/slider.js +1 -1
  121. package/dist/components/slider.min.js +2 -2
  122. package/dist/components/state.js +1 -1
  123. package/dist/components/state.min.js +2 -2
  124. package/dist/components/statistic.css +1 -1
  125. package/dist/components/statistic.min.css +1 -1
  126. package/dist/components/step.css +1 -1
  127. package/dist/components/step.min.css +1 -1
  128. package/dist/components/sticky.css +1 -1
  129. package/dist/components/sticky.js +1 -1
  130. package/dist/components/sticky.min.css +1 -1
  131. package/dist/components/sticky.min.js +2 -2
  132. package/dist/components/tab.css +1 -1
  133. package/dist/components/tab.js +1 -1
  134. package/dist/components/tab.min.css +1 -1
  135. package/dist/components/tab.min.js +2 -2
  136. package/dist/components/table.css +1 -1
  137. package/dist/components/table.min.css +1 -1
  138. package/dist/components/text.css +1 -1
  139. package/dist/components/text.min.css +1 -1
  140. package/dist/components/toast.css +1 -1
  141. package/dist/components/toast.js +1 -1
  142. package/dist/components/toast.min.css +1 -1
  143. package/dist/components/toast.min.js +2 -2
  144. package/dist/components/transition.css +1 -1
  145. package/dist/components/transition.js +1 -1
  146. package/dist/components/transition.min.css +1 -1
  147. package/dist/components/transition.min.js +2 -2
  148. package/dist/components/visibility.js +1 -1
  149. package/dist/components/visibility.min.js +2 -2
  150. package/dist/semantic.css +97 -51
  151. package/dist/semantic.js +25 -25
  152. package/dist/semantic.min.css +2 -2
  153. package/dist/semantic.min.js +2 -2
  154. package/package.json +2 -1
  155. package/scripts/nightly-version.js +13 -3
  156. package/src/definitions/modules/dropdown.less +3 -3
package/dist/semantic.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Fomantic UI - 2.9.0-beta.268+acc903b
2
+ * # Fomantic UI - 2.9.0-beta.270+0091dab
3
3
  * https://github.com/fomantic/Fomantic-UI
4
4
  * http://fomantic-ui.com/
5
5
  *
@@ -10,7 +10,7 @@
10
10
  */
11
11
  @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400%3B0,700%3B1,400%3B1,700&subset=latin&display=swap');
12
12
  /*!
13
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Reset
13
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Reset
14
14
  * http://github.com/fomantic/Fomantic-UI/
15
15
  *
16
16
  *
@@ -145,6 +145,7 @@ abbr[title] {
145
145
  /* 1 */
146
146
  text-decoration: underline;
147
147
  /* 2 */
148
+ -webkit-text-decoration: underline dotted;
148
149
  text-decoration: underline dotted;
149
150
  /* 2 */
150
151
  }
@@ -435,7 +436,7 @@ template {
435
436
  Site Overrides
436
437
  *******************************/
437
438
  /*!
438
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Site
439
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Site
439
440
  * http://github.com/fomantic/Fomantic-UI/
440
441
  *
441
442
  *
@@ -660,6 +661,12 @@ input::-moz-selection {
660
661
  color: rgba(0, 0, 0, 0.87);
661
662
  }
662
663
 
664
+ textarea::-moz-selection,
665
+ input::-moz-selection {
666
+ background-color: rgba(100, 100, 100, 0.4);
667
+ color: rgba(0, 0, 0, 0.87);
668
+ }
669
+
663
670
  textarea::selection,
664
671
  input::selection {
665
672
  background-color: rgba(100, 100, 100, 0.4);
@@ -674,7 +681,7 @@ input::selection {
674
681
  Site Overrides
675
682
  *******************************/
676
683
  /*!
677
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Button
684
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Button
678
685
  * http://github.com/fomantic/Fomantic-UI/
679
686
  *
680
687
  *
@@ -5740,7 +5747,7 @@ input::selection {
5740
5747
  Site Overrides
5741
5748
  *******************************/
5742
5749
  /*!
5743
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Container
5750
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Container
5744
5751
  * http://github.com/fomantic/Fomantic-UI/
5745
5752
  *
5746
5753
  *
@@ -5905,6 +5912,7 @@ input::selection {
5905
5912
 
5906
5913
  .ui.justified.container {
5907
5914
  text-align: justify;
5915
+ -webkit-hyphens: auto;
5908
5916
  -ms-hyphens: auto;
5909
5917
  hyphens: auto;
5910
5918
  }
@@ -6013,7 +6021,7 @@ input::selection {
6013
6021
  Site Overrides
6014
6022
  *******************************/
6015
6023
  /*!
6016
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Divider
6024
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Divider
6017
6025
  * http://github.com/fomantic/Fomantic-UI/
6018
6026
  *
6019
6027
  *
@@ -24204,7 +24212,7 @@ em[data-emoji="regional_indicator_a"]:before {
24204
24212
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6.svg");
24205
24213
  }
24206
24214
  /*!
24207
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Flag
24215
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Flag
24208
24216
  * http://github.com/fomantic/Fomantic-UI/
24209
24217
  *
24210
24218
  *
@@ -25620,7 +25628,7 @@ i.flag.united.nations:before {
25620
25628
  Site Overrides
25621
25629
  *******************************/
25622
25630
  /*!
25623
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Header
25631
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Header
25624
25632
  * http://github.com/fomantic/Fomantic-UI/
25625
25633
  *
25626
25634
  *
@@ -26576,7 +26584,7 @@ a.ui.inverted.black.header.header.header:hover {
26576
26584
  Site Overrides
26577
26585
  *******************************/
26578
26586
  /*!
26579
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Icon
26587
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Icon
26580
26588
  * http://github.com/fomantic/Fomantic-UI/
26581
26589
  *
26582
26590
  *
@@ -35793,7 +35801,7 @@ i.icon.youtube.play:before {
35793
35801
  Site Overrides
35794
35802
  *******************************/
35795
35803
  /*!
35796
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Image
35804
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Image
35797
35805
  * http://github.com/fomantic/Fomantic-UI/
35798
35806
  *
35799
35807
  *
@@ -36148,7 +36156,7 @@ img.ui.bordered.image {
36148
36156
  Site Overrides
36149
36157
  *******************************/
36150
36158
  /*!
36151
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Input
36159
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Input
36152
36160
  * http://github.com/fomantic/Fomantic-UI/
36153
36161
  *
36154
36162
  *
@@ -36332,6 +36340,20 @@ img.ui.bordered.image {
36332
36340
  box-shadow: none;
36333
36341
  }
36334
36342
 
36343
+ .ui.input > input:not(:-moz-placeholder-shown):invalid {
36344
+ background-color: #FFF6F6;
36345
+ border-color: #E0B4B4;
36346
+ color: #9F3A38;
36347
+ box-shadow: none;
36348
+ }
36349
+
36350
+ .ui.input > input:not(:-ms-input-placeholder):invalid {
36351
+ background-color: #FFF6F6;
36352
+ border-color: #E0B4B4;
36353
+ color: #9F3A38;
36354
+ box-shadow: none;
36355
+ }
36356
+
36335
36357
  .ui.input > input:not(:placeholder-shown):invalid {
36336
36358
  background-color: #FFF6F6;
36337
36359
  border-color: #E0B4B4;
@@ -37833,7 +37855,7 @@ input[type="file"].ui.black.file.input::file-selector-button:hover,
37833
37855
  Site Overrides
37834
37856
  *******************************/
37835
37857
  /*!
37836
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Label
37858
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Label
37837
37859
  * http://github.com/fomantic/Fomantic-UI/
37838
37860
  *
37839
37861
  *
@@ -40233,7 +40255,7 @@ a.ui.ui.ui.inverted.basic.black.label:hover {
40233
40255
  Site Overrides
40234
40256
  *******************************/
40235
40257
  /*!
40236
- * # Fomantic-UI 2.9.0-beta.268+acc903b - List
40258
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - List
40237
40259
  * http://github.com/fomantic/Fomantic-UI/
40238
40260
  *
40239
40261
  *
@@ -41339,7 +41361,7 @@ ol.ui.suffixed.list li:before,
41339
41361
  User Variable Overrides
41340
41362
  *******************************/
41341
41363
  /*!
41342
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Loader
41364
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Loader
41343
41365
  * http://github.com/fomantic/Fomantic-UI/
41344
41366
  *
41345
41367
  *
@@ -42294,7 +42316,7 @@ ol.ui.suffixed.list li:before,
42294
42316
  Site Overrides
42295
42317
  *******************************/
42296
42318
  /*!
42297
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Loader
42319
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Loader
42298
42320
  * http://github.com/fomantic/Fomantic-UI/
42299
42321
  *
42300
42322
  *
@@ -42581,7 +42603,7 @@ ol.ui.suffixed.list li:before,
42581
42603
  Theme Overrides
42582
42604
  *******************************/
42583
42605
  /*!
42584
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Rail
42606
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Rail
42585
42607
  * http://github.com/fomantic/Fomantic-UI/
42586
42608
  *
42587
42609
  *
@@ -42743,7 +42765,7 @@ ol.ui.suffixed.list li:before,
42743
42765
  Site Overrides
42744
42766
  *******************************/
42745
42767
  /*!
42746
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Reveal
42768
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Reveal
42747
42769
  * http://github.com/fomantic/Fomantic-UI/
42748
42770
  *
42749
42771
  *
@@ -43086,7 +43108,7 @@ ol.ui.suffixed.list li:before,
43086
43108
  Site Overrides
43087
43109
  *******************************/
43088
43110
  /*!
43089
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Segment
43111
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Segment
43090
43112
  * http://github.com/fomantic/Fomantic-UI/
43091
43113
  *
43092
43114
  *
@@ -44185,7 +44207,7 @@ ol.ui.suffixed.list li:before,
44185
44207
  Site Overrides
44186
44208
  *******************************/
44187
44209
  /*!
44188
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Step
44210
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Step
44189
44211
  * http://github.com/fomantic/Fomantic-UI/
44190
44212
  *
44191
44213
  *
@@ -44957,7 +44979,7 @@ ol.ui.suffixed.list li:before,
44957
44979
  Site Overrides
44958
44980
  *******************************/
44959
44981
  /*!
44960
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Text
44982
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Text
44961
44983
  * http://github.com/fomantic/Fomantic-UI/
44962
44984
  *
44963
44985
  *
@@ -45152,7 +45174,7 @@ span.ui.massive.text {
45152
45174
  Theme Overrides
45153
45175
  *******************************/
45154
45176
  /*!
45155
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Breadcrumb
45177
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Breadcrumb
45156
45178
  * http://github.com/fomantic/Fomantic-UI/
45157
45179
  *
45158
45180
  *
@@ -45297,7 +45319,7 @@ span.ui.massive.text {
45297
45319
  Site Overrides
45298
45320
  *******************************/
45299
45321
  /*!
45300
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Form
45322
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Form
45301
45323
  * http://github.com/fomantic/Fomantic-UI/
45302
45324
  *
45303
45325
  *
@@ -45917,6 +45939,22 @@ span.ui.massive.text {
45917
45939
  box-shadow: none;
45918
45940
  }
45919
45941
 
45942
+ .ui.form .field input:not(:-moz-placeholder-shown):invalid {
45943
+ color: #9F3A38;
45944
+ background: #FFF6F6;
45945
+ border-color: #E0B4B4;
45946
+ border-radius: '';
45947
+ box-shadow: none;
45948
+ }
45949
+
45950
+ .ui.form .field input:not(:-ms-input-placeholder):invalid {
45951
+ color: #9F3A38;
45952
+ background: #FFF6F6;
45953
+ border-color: #E0B4B4;
45954
+ border-radius: '';
45955
+ box-shadow: none;
45956
+ }
45957
+
45920
45958
  .ui.form .field input:not(:placeholder-shown):invalid {
45921
45959
  color: #9F3A38;
45922
45960
  background: #FFF6F6;
@@ -47370,7 +47408,7 @@ span.ui.massive.text {
47370
47408
  Site Overrides
47371
47409
  *******************************/
47372
47410
  /*!
47373
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Grid
47411
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Grid
47374
47412
  * http://github.com/fomantic/Fomantic-UI/
47375
47413
  *
47376
47414
  *
@@ -48869,6 +48907,7 @@ span.ui.massive.text {
48869
48907
  .ui.grid > .justified.column.column,
48870
48908
  .ui.grid > .row > .justified.column.column {
48871
48909
  text-align: justify;
48910
+ -webkit-hyphens: auto;
48872
48911
  -ms-hyphens: auto;
48873
48912
  hyphens: auto;
48874
48913
  }
@@ -52301,7 +52340,7 @@ Floated Menu / Item
52301
52340
  Site Overrides
52302
52341
  *******************************/
52303
52342
  /*!
52304
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Message
52343
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Message
52305
52344
  * http://github.com/fomantic/Fomantic-UI/
52306
52345
  *
52307
52346
  *
@@ -53107,7 +53146,7 @@ Floated Menu / Item
53107
53146
  Site Overrides
53108
53147
  *******************************/
53109
53148
  /*!
53110
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Table
53149
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Table
53111
53150
  * http://github.com/fomantic/Fomantic-UI/
53112
53151
  *
53113
53152
  *
@@ -57047,7 +57086,7 @@ Floated Menu / Item
57047
57086
  Site Overrides
57048
57087
  *******************************/
57049
57088
  /*!
57050
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Ad
57089
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Ad
57051
57090
  * http://github.com/fomantic/Fomantic-UI/
57052
57091
  *
57053
57092
  *
@@ -57336,7 +57375,7 @@ Floated Menu / Item
57336
57375
  User Variable Overrides
57337
57376
  *******************************/
57338
57377
  /*!
57339
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Card
57378
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Card
57340
57379
  * http://github.com/fomantic/Fomantic-UI/
57341
57380
  *
57342
57381
  *
@@ -58903,7 +58942,7 @@ a.inverted.ui.card:hover,
58903
58942
  User Variable Overrides
58904
58943
  *******************************/
58905
58944
  /*!
58906
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Comment
58945
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Comment
58907
58946
  * http://github.com/fomantic/Fomantic-UI/
58908
58947
  *
58909
58948
  *
@@ -59218,7 +59257,7 @@ a.inverted.ui.card:hover,
59218
59257
  User Variable Overrides
59219
59258
  *******************************/
59220
59259
  /*!
59221
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Feed
59260
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Feed
59222
59261
  * http://github.com/fomantic/Fomantic-UI/
59223
59262
  *
59224
59263
  *
@@ -59573,7 +59612,7 @@ a.inverted.ui.card:hover,
59573
59612
  User Variable Overrides
59574
59613
  *******************************/
59575
59614
  /*!
59576
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Item
59615
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Item
59577
59616
  * http://github.com/fomantic/Fomantic-UI/
59578
59617
  *
59579
59618
  *
@@ -60209,7 +60248,7 @@ a.inverted.ui.card:hover,
60209
60248
  User Variable Overrides
60210
60249
  *******************************/
60211
60250
  /*!
60212
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Statistic
60251
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Statistic
60213
60252
  * http://github.com/fomantic/Fomantic-UI/
60214
60253
  *
60215
60254
  *
@@ -60915,7 +60954,7 @@ a.inverted.ui.card:hover,
60915
60954
  User Variable Overrides
60916
60955
  *******************************/
60917
60956
  /*!
60918
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Accordion
60957
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Accordion
60919
60958
  * http://github.com/fomantic/Fomantic-UI/
60920
60959
  *
60921
60960
  *
@@ -61329,7 +61368,7 @@ a.inverted.ui.card:hover,
61329
61368
  User Overrides
61330
61369
  *******************************/
61331
61370
  /*!
61332
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Calendar
61371
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Calendar
61333
61372
  * http://github.com/fomantic/Fomantic-UI/
61334
61373
  *
61335
61374
  *
@@ -61542,7 +61581,7 @@ a.inverted.ui.card:hover,
61542
61581
  Theme Overrides
61543
61582
  *******************************/
61544
61583
  /*!
61545
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Checkbox
61584
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Checkbox
61546
61585
  * http://github.com/fomantic/Fomantic-UI/
61547
61586
  *
61548
61587
  *
@@ -62442,7 +62481,7 @@ a.inverted.ui.card:hover,
62442
62481
  Site Overrides
62443
62482
  *******************************/
62444
62483
  /*!
62445
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Dimmer
62484
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Dimmer
62446
62485
  * http://github.com/fomantic/Fomantic-UI/
62447
62486
  *
62448
62487
  *
@@ -62632,7 +62671,7 @@ body.dimmable > .dimmer {
62632
62671
  Blurring
62633
62672
  ---------------*/
62634
62673
 
62635
- @supports (not (-webkit-backdrop-filter: none)) and (not (backdrop-filter: none)) {
62674
+ @supports (not (-webkit-backdrop-filter: none)) and (not ((-webkit-backdrop-filter: none) or (backdrop-filter: none))) {
62636
62675
  .blurring.dimmable > :not(.dimmer) {
62637
62676
  -webkit-filter: initial;
62638
62677
  filter: initial;
@@ -62652,6 +62691,7 @@ body.dimmable > .dimmer {
62652
62691
 
62653
62692
  .blurring.dimmable > .dimmer {
62654
62693
  background: rgba(0, 0, 0, 0.6);
62694
+ -webkit-backdrop-filter: blur(5px) grayscale(0.7);
62655
62695
  backdrop-filter: blur(5px) grayscale(0.7);
62656
62696
  }
62657
62697
 
@@ -62963,7 +63003,7 @@ body.dimmable > .dimmer {
62963
63003
  User Overrides
62964
63004
  *******************************/
62965
63005
  /*!
62966
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Dropdown
63006
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Dropdown
62967
63007
  * http://github.com/fomantic/Fomantic-UI/
62968
63008
  *
62969
63009
  *
@@ -64733,7 +64773,7 @@ select.ui.dropdown {
64733
64773
  Floating
64734
64774
  ---------------*/
64735
64775
 
64736
- .ui.floating.dropdown .menu {
64776
+ .ui.floating.dropdown > .menu {
64737
64777
  left: 0;
64738
64778
  right: auto;
64739
64779
  -webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15) !important;
@@ -65196,6 +65236,12 @@ select.ui.dropdown {
65196
65236
  color: rgba(255, 255, 255, 0.8);
65197
65237
  }
65198
65238
 
65239
+ .ui.inverted.dropdown textarea::-moz-selection,
65240
+ .ui.inverted.dropdown input::-moz-selection {
65241
+ background-color: rgba(255, 255, 255, 0.25);
65242
+ color: rgba(255, 255, 255, 0.8);
65243
+ }
65244
+
65199
65245
  .ui.inverted.dropdown textarea::selection,
65200
65246
  .ui.inverted.dropdown input::selection {
65201
65247
  background-color: rgba(255, 255, 255, 0.25);
@@ -65311,7 +65357,7 @@ select.ui.dropdown {
65311
65357
  User Overrides
65312
65358
  *******************************/
65313
65359
  /*!
65314
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Video
65360
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Video
65315
65361
  * http://github.com/fomantic/Fomantic-UI/
65316
65362
  *
65317
65363
  *
@@ -65476,7 +65522,7 @@ select.ui.dropdown {
65476
65522
  Site Overrides
65477
65523
  *******************************/
65478
65524
  /*!
65479
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Modal
65525
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Modal
65480
65526
  * http://github.com/fomantic/Fomantic-UI/
65481
65527
  *
65482
65528
  *
@@ -66366,7 +66412,7 @@ select.ui.dropdown {
66366
66412
  Site Overrides
66367
66413
  *******************************/
66368
66414
  /*!
66369
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Nag
66415
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Nag
66370
66416
  * http://github.com/fomantic/Fomantic-UI/
66371
66417
  *
66372
66418
  *
@@ -66705,7 +66751,7 @@ a.ui.nag {
66705
66751
  User Overrides
66706
66752
  *******************************/
66707
66753
  /*!
66708
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Popup
66754
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Popup
66709
66755
  * http://github.com/fomantic/Fomantic-UI/
66710
66756
  *
66711
66757
  *
@@ -67620,7 +67666,7 @@ a.ui.nag {
67620
67666
  User Overrides
67621
67667
  *******************************/
67622
67668
  /*!
67623
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Progress Bar
67669
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Progress Bar
67624
67670
  * http://github.com/fomantic/Fomantic-UI/
67625
67671
  *
67626
67672
  *
@@ -69540,7 +69586,7 @@ a.ui.nag {
69540
69586
  Slider Overrides
69541
69587
  *******************************/
69542
69588
  /*!
69543
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Rating
69589
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Rating
69544
69590
  * http://github.com/fomantic/Fomantic-UI/
69545
69591
  *
69546
69592
  *
@@ -70043,7 +70089,7 @@ a.ui.nag {
70043
70089
  Site Overrides
70044
70090
  *******************************/
70045
70091
  /*!
70046
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Search
70092
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Search
70047
70093
  * http://github.com/fomantic/Fomantic-UI/
70048
70094
  *
70049
70095
  *
@@ -70625,7 +70671,7 @@ a.ui.nag {
70625
70671
  Site Overrides
70626
70672
  *******************************/
70627
70673
  /*!
70628
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Shape
70674
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Shape
70629
70675
  * http://github.com/fomantic/Fomantic-UI/
70630
70676
  *
70631
70677
  *
@@ -70786,7 +70832,7 @@ a.ui.nag {
70786
70832
  User Overrides
70787
70833
  *******************************/
70788
70834
  /*!
70789
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Sidebar
70835
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Sidebar
70790
70836
  * http://github.com/fomantic/Fomantic-UI/
70791
70837
  *
70792
70838
  *
@@ -71473,7 +71519,7 @@ body.pushable > .pusher {
71473
71519
  Site Overrides
71474
71520
  *******************************/
71475
71521
  /*!
71476
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Sticky
71522
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Sticky
71477
71523
  * http://github.com/fomantic/Fomantic-UI/
71478
71524
  *
71479
71525
  *
@@ -71546,7 +71592,7 @@ body.pushable > .pusher {
71546
71592
  Site Overrides
71547
71593
  *******************************/
71548
71594
  /*!
71549
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Tab
71595
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Tab
71550
71596
  * http://github.com/fomantic/Fomantic-UI/
71551
71597
  *
71552
71598
  *
@@ -71630,7 +71676,7 @@ body.pushable > .pusher {
71630
71676
  User Overrides
71631
71677
  *******************************/
71632
71678
  /*!
71633
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Toast
71679
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Toast
71634
71680
  * http://github.com/fomantic/Fomantic-UI/
71635
71681
  *
71636
71682
  *
@@ -72626,7 +72672,7 @@ body.pushable > .pusher {
72626
72672
  Theme Overrides
72627
72673
  *******************************/
72628
72674
  /*!
72629
- * # Fomantic-UI 2.9.0-beta.268+acc903b - Transition
72675
+ * # Fomantic-UI 2.9.0-beta.270+0091dab - Transition
72630
72676
  * http://github.com/fomantic/Fomantic-UI/
72631
72677
  *
72632
72678
  *