fomantic-ui-sass 2.7.8 → 2.8.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 (62) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/app/assets/javascripts/semantic-ui/api.js +1 -1
  4. data/app/assets/javascripts/semantic-ui/calendar.js +41 -18
  5. data/app/assets/javascripts/semantic-ui/dropdown.js +58 -33
  6. data/app/assets/javascripts/semantic-ui/form.js +9 -4
  7. data/app/assets/javascripts/semantic-ui/modal.js +96 -33
  8. data/app/assets/javascripts/semantic-ui/popup.js +8 -8
  9. data/app/assets/javascripts/semantic-ui/progress.js +10 -8
  10. data/app/assets/javascripts/semantic-ui/rating.js +35 -6
  11. data/app/assets/javascripts/semantic-ui/sidebar.js +2 -3
  12. data/app/assets/javascripts/semantic-ui/slider.js +78 -29
  13. data/app/assets/javascripts/semantic-ui/tab.js +1 -1
  14. data/app/assets/javascripts/semantic-ui/toast.js +395 -121
  15. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +3 -3
  16. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +741 -143
  17. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +35 -35
  18. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +73 -117
  19. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +11 -11
  20. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +976 -191
  21. data/app/assets/stylesheets/semantic-ui/elements/_all.scss +1 -0
  22. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +51 -81
  23. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +12 -12
  24. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +35 -14
  25. data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +12312 -0
  26. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +111 -66
  27. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +70 -31
  28. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +28 -28
  29. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +218 -69
  30. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +20 -20
  31. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +52 -51
  32. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +85 -91
  33. data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +8 -8
  34. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +11 -11
  35. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +31 -10
  36. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +38 -38
  37. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +16 -17
  38. data/app/assets/stylesheets/semantic-ui/elements/_text.scss +3 -3
  39. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +6 -6
  40. data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +2 -2
  41. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +14 -124
  42. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +21 -21
  43. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +181 -110
  44. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +12 -12
  45. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +121 -30
  46. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +71 -72
  47. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +44 -26
  48. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +246 -21
  49. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +16 -13
  50. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +2 -2
  51. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +12 -14
  52. data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +20 -23
  53. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +2 -2
  54. data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +542 -155
  55. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +16 -16
  56. data/app/assets/stylesheets/semantic-ui/views/_card.scss +42 -17
  57. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +9 -9
  58. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +20 -5
  59. data/app/assets/stylesheets/semantic-ui/views/_item.scss +33 -12
  60. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +60 -46
  61. data/lib/fomantic/ui/sass/version.rb +2 -2
  62. metadata +2 -1
@@ -63,7 +63,7 @@
63
63
  }
64
64
 
65
65
  /* Loose Coupling */
66
- .ui.segment > .ui.dimmer {
66
+ .ui.segment > .ui.dimmer:not(.page) {
67
67
  border-radius: inherit !important;
68
68
  }
69
69
 
@@ -116,8 +116,8 @@
116
116
 
117
117
 
118
118
  /*--------------
119
- Legacy
120
- ---------------*/
119
+ Legacy
120
+ ---------------*/
121
121
 
122
122
 
123
123
  /* Animating / Active / Visible */
@@ -128,8 +128,8 @@
128
128
  }
129
129
 
130
130
  /*--------------
131
- Alignment
132
- ---------------*/
131
+ Alignment
132
+ ---------------*/
133
133
 
134
134
  .ui[class*="top aligned"].dimmer {
135
135
  -webkit-box-pack: start;
@@ -143,8 +143,8 @@
143
143
  }
144
144
 
145
145
  /*--------------
146
- Page
147
- ---------------*/
146
+ Page
147
+ ---------------*/
148
148
 
149
149
  .ui.page.dimmer {
150
150
  position: fixed;
@@ -164,8 +164,8 @@ body.dimmable > .dimmer {
164
164
  }
165
165
 
166
166
  /*--------------
167
- Blurring
168
- ---------------*/
167
+ Blurring
168
+ ---------------*/
169
169
 
170
170
  .blurring.dimmable > :not(.dimmer) {
171
171
  -webkit-filter: initial;
@@ -189,8 +189,8 @@ body.dimmable > .dimmer {
189
189
  }
190
190
 
191
191
  /*--------------
192
- Aligned
193
- ---------------*/
192
+ Aligned
193
+ ---------------*/
194
194
 
195
195
  .ui.dimmer > .top.aligned.content > * {
196
196
  vertical-align: top;
@@ -200,8 +200,8 @@ body.dimmable > .dimmer {
200
200
  }
201
201
 
202
202
  /*--------------
203
- Shades
204
- ---------------*/
203
+ Shades
204
+ ---------------*/
205
205
 
206
206
  .medium.medium.medium.medium.medium.dimmer {
207
207
  background-color: rgba(0, 0, 0, 0.65);
@@ -214,8 +214,8 @@ body.dimmable > .dimmer {
214
214
  }
215
215
 
216
216
  /*--------------
217
- Inverted
218
- ---------------*/
217
+ Inverted
218
+ ---------------*/
219
219
 
220
220
  .ui.inverted.dimmer {
221
221
  background-color: rgba(255, 255, 255, 0.85);
@@ -226,8 +226,8 @@ body.dimmable > .dimmer {
226
226
  }
227
227
 
228
228
  /*--------------
229
- Inverted Shades
230
- ---------------*/
229
+ Inverted Shades
230
+ ---------------*/
231
231
 
232
232
  .medium.medium.medium.medium.medium.inverted.dimmer {
233
233
  background-color: rgba(255, 255, 255, 0.65);
@@ -240,8 +240,8 @@ body.dimmable > .dimmer {
240
240
  }
241
241
 
242
242
  /*--------------
243
- Simple
244
- ---------------*/
243
+ Simple
244
+ ---------------*/
245
245
 
246
246
 
247
247
  /* Displays without javascript */
@@ -270,8 +270,8 @@ body.dimmable > .dimmer {
270
270
  }
271
271
 
272
272
  /*--------------
273
- Partially
274
- ----------------*/
273
+ Partially
274
+ ----------------*/
275
275
 
276
276
  .ui[class*="top dimmer"],
277
277
  .ui[class*="center dimmer"],
@@ -81,7 +81,7 @@
81
81
  Dropdown Icon
82
82
  ---------------*/
83
83
 
84
- .ui.dropdown > .dropdown.icon.icon {
84
+ .ui.dropdown:not(.labeled) > .dropdown.icon {
85
85
  position: relative;
86
86
  width: auto;
87
87
  font-size: 0.85714286em;
@@ -321,8 +321,8 @@
321
321
  }
322
322
 
323
323
  /*--------------
324
- Label
325
- ---------------*/
324
+ Label
325
+ ---------------*/
326
326
 
327
327
 
328
328
  /* Dropdown Menu */
@@ -331,8 +331,8 @@
331
331
  }
332
332
 
333
333
  /*--------------
334
- Button
335
- ---------------*/
334
+ Button
335
+ ---------------*/
336
336
 
337
337
 
338
338
  /* No Margin On Icon Button */
@@ -348,10 +348,16 @@
348
348
  Types
349
349
  *******************************/
350
350
 
351
+ select.ui.dropdown {
352
+ height: 38px;
353
+ padding: 0.5em;
354
+ border: 1px solid rgba(34, 36, 38, 0.15);
355
+ visibility: visible;
356
+ }
351
357
 
352
358
  /*--------------
353
- Selection
354
- ---------------*/
359
+ Selection
360
+ ---------------*/
355
361
 
356
362
 
357
363
  /* Displays like a select box */
@@ -382,12 +388,6 @@
382
388
  .ui.selection.dropdown.active {
383
389
  z-index: 10;
384
390
  }
385
- select.ui.dropdown {
386
- height: 38px;
387
- padding: 0.5em;
388
- border: 1px solid rgba(34, 36, 38, 0.15);
389
- visibility: visible;
390
- }
391
391
  .ui.selection.dropdown > .search.icon,
392
392
  .ui.selection.dropdown > .delete.icon,
393
393
  .ui.selection.dropdown > .dropdown.icon {
@@ -436,8 +436,8 @@ select.ui.dropdown {
436
436
  }
437
437
 
438
438
  /*--------------
439
- Message
440
- ---------------*/
439
+ Message
440
+ ---------------*/
441
441
 
442
442
  .ui.selection.dropdown .menu > .message {
443
443
  padding: 0.78571429rem 1.14285714rem;
@@ -599,8 +599,8 @@ select.ui.dropdown {
599
599
  }
600
600
 
601
601
  /*--------------
602
- Searchable
603
- ---------------*/
602
+ Searchable
603
+ ---------------*/
604
604
 
605
605
 
606
606
  /* Search Selection */
@@ -721,8 +721,8 @@ select.ui.dropdown {
721
721
  }
722
722
 
723
723
  /*--------------
724
- Multiple
725
- ---------------*/
724
+ Multiple
725
+ ---------------*/
726
726
 
727
727
 
728
728
  /* Multiple Selection */
@@ -733,12 +733,6 @@ select.ui.dropdown {
733
733
  cursor: auto;
734
734
  }
735
735
 
736
- /* Multiple Search Selection */
737
- .ui.multiple.search.dropdown,
738
- .ui.multiple.search.dropdown > input.search {
739
- cursor: text;
740
- }
741
-
742
736
  /* Selection Label */
743
737
  .ui.multiple.dropdown > .label {
744
738
  display: inline-block;
@@ -782,9 +776,15 @@ select.ui.dropdown {
782
776
  }
783
777
 
784
778
  /*-----------------
785
- Multiple Search
786
- -----------------*/
779
+ Multiple Search
780
+ -----------------*/
781
+
787
782
 
783
+ /* Multiple Search Selection */
784
+ .ui.multiple.search.dropdown,
785
+ .ui.multiple.search.dropdown > input.search {
786
+ cursor: text;
787
+ }
788
788
 
789
789
  /* Prompt Text */
790
790
  .ui.multiple.search.dropdown > .text {
@@ -811,8 +811,8 @@ select.ui.dropdown {
811
811
  }
812
812
 
813
813
  /*--------------
814
- Inline
815
- ---------------*/
814
+ Inline
815
+ ---------------*/
816
816
 
817
817
  .ui.inline.dropdown {
818
818
  cursor: pointer;
@@ -866,8 +866,21 @@ select.ui.dropdown {
866
866
  }
867
867
 
868
868
  /*--------------------
869
- Loading
870
- ---------------------*/
869
+ Default Text
870
+ ----------------------*/
871
+
872
+ .ui.dropdown:not(.button) > .default.text,
873
+ .ui.default.dropdown:not(.button) > .text {
874
+ color: rgba(191, 191, 191, 0.87);
875
+ }
876
+ .ui.dropdown:not(.button) > input:focus ~ .default.text,
877
+ .ui.default.dropdown:not(.button) > input:focus ~ .text {
878
+ color: rgba(115, 115, 115, 0.87);
879
+ }
880
+
881
+ /*--------------------
882
+ Loading
883
+ ---------------------*/
871
884
 
872
885
  .ui.loading.dropdown > i.icon {
873
886
  height: 1em !important;
@@ -907,24 +920,6 @@ select.ui.dropdown {
907
920
  .ui.loading.dropdown.button > i.icon:after {
908
921
  display: none;
909
922
  }
910
-
911
- /*--------------------
912
- Default Text
913
- ----------------------*/
914
-
915
- .ui.dropdown:not(.button) > .default.text,
916
- .ui.default.dropdown:not(.button) > .text {
917
- color: rgba(191, 191, 191, 0.87);
918
- }
919
- .ui.dropdown:not(.button) > input:focus ~ .default.text,
920
- .ui.default.dropdown:not(.button) > input:focus ~ .text {
921
- color: rgba(115, 115, 115, 0.87);
922
- }
923
-
924
- /*--------------------
925
- Loading
926
- ----------------------*/
927
-
928
923
  .ui.loading.dropdown > .text {
929
924
  -webkit-transition: none;
930
925
  transition: none;
@@ -971,8 +966,8 @@ select.ui.dropdown {
971
966
  }
972
967
 
973
968
  /*--------------------
974
- Error
975
- ----------------------*/
969
+ States
970
+ ----------------------*/
976
971
 
977
972
  .ui.dropdown.error,
978
973
  .ui.dropdown.error > .text,
@@ -986,6 +981,9 @@ select.ui.dropdown {
986
981
  .ui.selection.dropdown.error:hover {
987
982
  border-color: #E0B4B4;
988
983
  }
984
+ .ui.multiple.selection.error.dropdown > .label {
985
+ border-color: #E0B4B4;
986
+ }
989
987
  .ui.dropdown.error > .menu,
990
988
  .ui.dropdown.error > .menu .menu {
991
989
  border-color: #E0B4B4;
@@ -993,19 +991,112 @@ select.ui.dropdown {
993
991
  .ui.dropdown.error > .menu > .item {
994
992
  color: #9F3A38;
995
993
  }
996
- .ui.multiple.selection.error.dropdown > .label {
997
- border-color: #E0B4B4;
998
- }
999
994
 
1000
995
  /* Item Hover */
1001
996
  .ui.dropdown.error > .menu > .item:hover {
1002
- background-color: #FFF2F2;
997
+ background-color: #FBE7E7;
1003
998
  }
1004
999
 
1005
1000
  /* Item Active */
1006
1001
  .ui.dropdown.error > .menu .active.item {
1007
1002
  background-color: #FDCFCF;
1008
1003
  }
1004
+ .ui.dropdown.info,
1005
+ .ui.dropdown.info > .text,
1006
+ .ui.dropdown.info > .default.text {
1007
+ color: #276F86;
1008
+ }
1009
+ .ui.selection.dropdown.info {
1010
+ background: #F8FFFF;
1011
+ border-color: #A9D5DE;
1012
+ }
1013
+ .ui.selection.dropdown.info:hover {
1014
+ border-color: #A9D5DE;
1015
+ }
1016
+ .ui.multiple.selection.info.dropdown > .label {
1017
+ border-color: #A9D5DE;
1018
+ }
1019
+ .ui.dropdown.info > .menu,
1020
+ .ui.dropdown.info > .menu .menu {
1021
+ border-color: #A9D5DE;
1022
+ }
1023
+ .ui.dropdown.info > .menu > .item {
1024
+ color: #276F86;
1025
+ }
1026
+
1027
+ /* Item Hover */
1028
+ .ui.dropdown.info > .menu > .item:hover {
1029
+ background-color: #e9f2fb;
1030
+ }
1031
+
1032
+ /* Item Active */
1033
+ .ui.dropdown.info > .menu .active.item {
1034
+ background-color: #cef1fd;
1035
+ }
1036
+ .ui.dropdown.success,
1037
+ .ui.dropdown.success > .text,
1038
+ .ui.dropdown.success > .default.text {
1039
+ color: #2C662D;
1040
+ }
1041
+ .ui.selection.dropdown.success {
1042
+ background: #FCFFF5;
1043
+ border-color: #A3C293;
1044
+ }
1045
+ .ui.selection.dropdown.success:hover {
1046
+ border-color: #A3C293;
1047
+ }
1048
+ .ui.multiple.selection.success.dropdown > .label {
1049
+ border-color: #A3C293;
1050
+ }
1051
+ .ui.dropdown.success > .menu,
1052
+ .ui.dropdown.success > .menu .menu {
1053
+ border-color: #A3C293;
1054
+ }
1055
+ .ui.dropdown.success > .menu > .item {
1056
+ color: #2C662D;
1057
+ }
1058
+
1059
+ /* Item Hover */
1060
+ .ui.dropdown.success > .menu > .item:hover {
1061
+ background-color: #e9fbe9;
1062
+ }
1063
+
1064
+ /* Item Active */
1065
+ .ui.dropdown.success > .menu .active.item {
1066
+ background-color: #dafdce;
1067
+ }
1068
+ .ui.dropdown.warning,
1069
+ .ui.dropdown.warning > .text,
1070
+ .ui.dropdown.warning > .default.text {
1071
+ color: #573A08;
1072
+ }
1073
+ .ui.selection.dropdown.warning {
1074
+ background: #FFFAF3;
1075
+ border-color: #C9BA9B;
1076
+ }
1077
+ .ui.selection.dropdown.warning:hover {
1078
+ border-color: #C9BA9B;
1079
+ }
1080
+ .ui.multiple.selection.warning.dropdown > .label {
1081
+ border-color: #C9BA9B;
1082
+ }
1083
+ .ui.dropdown.warning > .menu,
1084
+ .ui.dropdown.warning > .menu .menu {
1085
+ border-color: #C9BA9B;
1086
+ }
1087
+ .ui.dropdown.warning > .menu > .item {
1088
+ color: #573A08;
1089
+ }
1090
+
1091
+ /* Item Hover */
1092
+ .ui.dropdown.warning > .menu > .item:hover {
1093
+ background-color: #fbfbe9;
1094
+ }
1095
+
1096
+ /* Item Active */
1097
+ .ui.dropdown.warning > .menu .active.item {
1098
+ background-color: #fdfdce;
1099
+ }
1009
1100
 
1010
1101
  /*--------------------
1011
1102
  Clear
@@ -1021,8 +1112,8 @@ select.ui.dropdown {
1021
1112
  }
1022
1113
 
1023
1114
  /*--------------------
1024
- Disabled
1025
- ----------------------*/
1115
+ Disabled
1116
+ ----------------------*/
1026
1117
 
1027
1118
 
1028
1119
  /* Disabled */
@@ -1088,8 +1179,8 @@ select.ui.dropdown {
1088
1179
  }
1089
1180
 
1090
1181
  /*--------------
1091
- Upward
1092
- ---------------*/
1182
+ Upward
1183
+ ---------------*/
1093
1184
 
1094
1185
 
1095
1186
  /* Upward Main Menu */
@@ -1151,8 +1242,8 @@ select.ui.dropdown {
1151
1242
  }
1152
1243
 
1153
1244
  /*--------------
1154
- Scrolling
1155
- ---------------*/
1245
+ Scrolling
1246
+ ---------------*/
1156
1247
 
1157
1248
 
1158
1249
  /* Selection Menu */
@@ -1249,8 +1340,8 @@ select.ui.dropdown {
1249
1340
  }
1250
1341
 
1251
1342
  /*--------------
1252
- Simple
1253
- ---------------*/
1343
+ Simple
1344
+ ---------------*/
1254
1345
 
1255
1346
 
1256
1347
  /* Displays without javascript */
@@ -1315,8 +1406,8 @@ select.ui.dropdown {
1315
1406
  }
1316
1407
 
1317
1408
  /*--------------
1318
- Fluid
1319
- ---------------*/
1409
+ Fluid
1410
+ ---------------*/
1320
1411
 
1321
1412
  .ui.fluid.dropdown {
1322
1413
  display: block;
@@ -1328,8 +1419,8 @@ select.ui.dropdown {
1328
1419
  }
1329
1420
 
1330
1421
  /*--------------
1331
- Floating
1332
- ---------------*/
1422
+ Floating
1423
+ ---------------*/
1333
1424
 
1334
1425
  .ui.floating.dropdown .menu {
1335
1426
  left: 0;
@@ -1349,8 +1440,8 @@ select.ui.dropdown {
1349
1440
  }
1350
1441
 
1351
1442
  /*--------------
1352
- Pointing
1353
- ---------------*/
1443
+ Pointing
1444
+ ---------------*/
1354
1445
 
1355
1446
  .ui.pointing.dropdown > .menu {
1356
1447
  top: 100%;
@@ -1556,62 +1647,42 @@ select.ui.dropdown {
1556
1647
  Sizes
1557
1648
  ---------------------*/
1558
1649
 
1559
-
1560
- /* Dropdown Size */
1561
- .ui.mini.dropdown {
1562
- font-size: 0.78571429rem;
1563
- }
1564
- .ui.tiny.dropdown {
1565
- font-size: 0.85714286rem;
1566
- }
1567
- .ui.small.dropdown {
1568
- font-size: 0.92857143rem;
1569
- }
1570
- .ui.dropdown {
1650
+ .ui.dropdown,
1651
+ .ui.dropdown .menu > .item {
1571
1652
  font-size: 1rem;
1572
1653
  }
1573
- .ui.large.dropdown {
1574
- font-size: 1.14285714rem;
1575
- }
1576
- .ui.big.dropdown {
1577
- font-size: 1.28571429rem;
1578
- }
1579
- .ui.huge.dropdown {
1580
- font-size: 1.42857143rem;
1581
- }
1582
- .ui.massive.dropdown {
1583
- font-size: 1.71428571rem;
1584
- }
1585
-
1586
- /* Dropdown Item Size */
1654
+ .ui.mini.dropdown,
1587
1655
  .ui.mini.dropdown .menu > .item {
1588
1656
  font-size: 0.78571429rem;
1589
1657
  }
1658
+ .ui.tiny.dropdown,
1590
1659
  .ui.tiny.dropdown .menu > .item {
1591
1660
  font-size: 0.85714286rem;
1592
1661
  }
1662
+ .ui.small.dropdown,
1593
1663
  .ui.small.dropdown .menu > .item {
1594
1664
  font-size: 0.92857143rem;
1595
1665
  }
1596
- .ui.dropdown .menu > .item {
1597
- font-size: 1rem;
1598
- }
1666
+ .ui.large.dropdown,
1599
1667
  .ui.large.dropdown .menu > .item {
1600
1668
  font-size: 1.14285714rem;
1601
1669
  }
1670
+ .ui.big.dropdown,
1602
1671
  .ui.big.dropdown .menu > .item {
1603
1672
  font-size: 1.28571429rem;
1604
1673
  }
1674
+ .ui.huge.dropdown,
1605
1675
  .ui.huge.dropdown .menu > .item {
1606
1676
  font-size: 1.42857143rem;
1607
1677
  }
1678
+ .ui.massive.dropdown,
1608
1679
  .ui.massive.dropdown .menu > .item {
1609
1680
  font-size: 1.71428571rem;
1610
1681
  }
1611
1682
 
1612
1683
  /*--------------
1613
- Inverted
1614
- ---------------*/
1684
+ Inverted
1685
+ ---------------*/
1615
1686
 
1616
1687
 
1617
1688
  /* General rules and basic dropdowns */
@@ -1668,6 +1739,16 @@ select.ui.dropdown {
1668
1739
  .ui.inverted.selection.dropdown input {
1669
1740
  color: #FFFFFF;
1670
1741
  }
1742
+ .ui.inverted.selection.visible.dropdown > .text:not(.default) {
1743
+ color: rgba(255, 255, 255, 0.9);
1744
+ }
1745
+ .ui.inverted.selection.active.dropdown .menu,
1746
+ .ui.inverted.selection.active.dropdown:hover {
1747
+ border-color: rgba(255, 255, 255, 0.15);
1748
+ }
1749
+ .ui.inverted.selection.dropdown .menu > .item {
1750
+ border-top: 1px solid #242526;
1751
+ }
1671
1752
  .ui.inverted.dropdown:not(.button) > .default.text,
1672
1753
  .ui.inverted.default.dropdown:not(.button) > .text {
1673
1754
  color: rgba(255, 255, 255, 0.5);
@@ -1676,9 +1757,6 @@ select.ui.dropdown {
1676
1757
  .ui.inverted.default.dropdown:not(.button) > input:focus ~ .text {
1677
1758
  color: rgba(255, 255, 255, 0.7);
1678
1759
  }
1679
- .ui.inverted.selection.visible.dropdown > .text:not(.default) {
1680
- color: rgba(255, 255, 255, 0.9);
1681
- }
1682
1760
  .ui.inverted.active.search.dropdown input.search:focus + .text .icon,
1683
1761
  .ui.inverted.active.search.dropdown input.search:focus + .text .flag {
1684
1762
  opacity: 0.45;
@@ -1686,13 +1764,6 @@ select.ui.dropdown {
1686
1764
  .ui.inverted.active.search.dropdown input.search:focus + .text {
1687
1765
  color: rgba(255, 255, 255, 0.7) !important;
1688
1766
  }
1689
- .ui.inverted.selection.active.dropdown .menu,
1690
- .ui.inverted.selection.active.dropdown:hover {
1691
- border-color: rgba(255, 255, 255, 0.15);
1692
- }
1693
- .ui.inverted.selection.dropdown .menu > .item {
1694
- border-top: 1px solid #242526;
1695
- }
1696
1767
  .ui.inverted.dropdown .menu > .message:not(.ui) {
1697
1768
  color: rgba(255, 255, 255, 0.5);
1698
1769
  }