fomantic-ui-sass 2.7.6 → 2.7.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (71) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +12 -0
  3. data/app/assets/fonts/semantic-ui/brand-icons.eot +0 -0
  4. data/app/assets/fonts/semantic-ui/brand-icons.svg +7 -17
  5. data/app/assets/fonts/semantic-ui/brand-icons.ttf +0 -0
  6. data/app/assets/fonts/semantic-ui/brand-icons.woff +0 -0
  7. data/app/assets/fonts/semantic-ui/brand-icons.woff2 +0 -0
  8. data/app/assets/fonts/semantic-ui/icons.eot +0 -0
  9. data/app/assets/fonts/semantic-ui/icons.svg +290 -168
  10. data/app/assets/fonts/semantic-ui/icons.ttf +0 -0
  11. data/app/assets/fonts/semantic-ui/icons.woff +0 -0
  12. data/app/assets/fonts/semantic-ui/icons.woff2 +0 -0
  13. data/app/assets/fonts/semantic-ui/outline-icons.eot +0 -0
  14. data/app/assets/fonts/semantic-ui/outline-icons.svg +2 -2
  15. data/app/assets/fonts/semantic-ui/outline-icons.ttf +0 -0
  16. data/app/assets/fonts/semantic-ui/outline-icons.woff +0 -0
  17. data/app/assets/fonts/semantic-ui/outline-icons.woff2 +0 -0
  18. data/app/assets/javascripts/semantic-ui/accordion.js +6 -2
  19. data/app/assets/javascripts/semantic-ui/checkbox.js +2 -1
  20. data/app/assets/javascripts/semantic-ui/dropdown.js +32 -9
  21. data/app/assets/javascripts/semantic-ui/form.js +9 -9
  22. data/app/assets/javascripts/semantic-ui/modal.js +4 -1
  23. data/app/assets/javascripts/semantic-ui/popup.js +4 -1
  24. data/app/assets/javascripts/semantic-ui/search.js +10 -5
  25. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +69 -25
  26. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +181 -71
  27. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +134 -46
  28. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +107 -47
  29. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +81 -46
  30. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +680 -323
  31. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +39 -39
  32. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +2 -0
  33. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +10 -4
  34. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +73 -12
  35. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
  36. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +34 -10
  37. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +23 -9
  38. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +4 -0
  39. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +2 -1
  40. data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +4 -0
  41. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +7 -2
  42. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +74 -27
  43. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +83 -21
  44. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +10 -5
  45. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +1 -0
  46. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +4 -1
  47. data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +8 -4
  48. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +179 -10
  49. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +20 -5
  50. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +94 -35
  51. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +4 -0
  52. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +45 -17
  53. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +4 -1
  54. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +40 -19
  55. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +6 -1
  56. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +6 -1
  57. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +16 -5
  58. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +6 -1
  59. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +15 -2
  60. data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +12 -1
  61. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -0
  62. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +2 -1
  63. data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +5 -2
  64. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +2 -1
  65. data/app/assets/stylesheets/semantic-ui/views/_card.scss +183 -81
  66. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +7 -3
  67. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +20 -6
  68. data/app/assets/stylesheets/semantic-ui/views/_item.scss +37 -12
  69. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +42 -10
  70. data/lib/fomantic/ui/sass/version.rb +2 -2
  71. metadata +2 -2
@@ -14,10 +14,18 @@
14
14
  *******************************/
15
15
 
16
16
  .ui.grid {
17
+ display: -webkit-box;
18
+ display: -ms-flexbox;
17
19
  display: flex;
18
- flex-direction: row;
19
- flex-wrap: wrap;
20
- align-items: stretch;
20
+ -webkit-box-orient: horizontal;
21
+ -webkit-box-direction: normal;
22
+ -ms-flex-direction: row;
23
+ flex-direction: row;
24
+ -ms-flex-wrap: wrap;
25
+ flex-wrap: wrap;
26
+ -webkit-box-align: stretch;
27
+ -ms-flex-align: stretch;
28
+ align-items: stretch;
21
29
  padding: 0;
22
30
  }
23
31
 
@@ -71,11 +79,21 @@
71
79
 
72
80
  .ui.grid > .row {
73
81
  position: relative;
82
+ display: -webkit-box;
83
+ display: -ms-flexbox;
74
84
  display: flex;
75
- flex-direction: row;
76
- flex-wrap: wrap;
77
- justify-content: inherit;
78
- align-items: stretch;
85
+ -webkit-box-orient: horizontal;
86
+ -webkit-box-direction: normal;
87
+ -ms-flex-direction: row;
88
+ flex-direction: row;
89
+ -ms-flex-wrap: wrap;
90
+ flex-wrap: wrap;
91
+ -webkit-box-pack: inherit;
92
+ -ms-flex-pack: inherit;
93
+ justify-content: inherit;
94
+ -webkit-box-align: stretch;
95
+ -ms-flex-align: stretch;
96
+ align-items: stretch;
79
97
  width: 100% !important;
80
98
  padding: 0;
81
99
  padding-top: 1rem;
@@ -127,7 +145,9 @@
127
145
 
128
146
  /* Align Dividers with Gutter */
129
147
  .ui.grid .row + .ui.divider {
130
- flex-grow: 1;
148
+ -webkit-box-flex: 1;
149
+ -ms-flex-positive: 1;
150
+ flex-grow: 1;
131
151
  margin: 1rem 1rem;
132
152
  }
133
153
  .ui.grid .column + .ui.vertical.divider {
@@ -137,7 +157,8 @@
137
157
  /* Remove Border on Last Horizontal Segment */
138
158
  .ui.grid > .row > .column:last-child > .horizontal.segment,
139
159
  .ui.grid > .column:last-child > .horizontal.segment {
140
- box-shadow: none;
160
+ -webkit-box-shadow: none;
161
+ box-shadow: none;
141
162
  }
142
163
 
143
164
 
@@ -325,7 +346,8 @@
325
346
 
326
347
  /* Celled Page */
327
348
  .ui.celled.page.grid {
328
- box-shadow: none;
349
+ -webkit-box-shadow: none;
350
+ box-shadow: none;
329
351
  }
330
352
 
331
353
  /*-------------------
@@ -944,7 +966,9 @@
944
966
  .ui.centered.grid > .row,
945
967
  .ui.grid > .centered.row {
946
968
  text-align: center;
947
- justify-content: center;
969
+ -webkit-box-pack: center;
970
+ -ms-flex-pack: center;
971
+ justify-content: center;
948
972
  }
949
973
  .ui.centered.grid > .column:not(.aligned):not(.justified):not(.row),
950
974
  .ui.centered.grid > .row > .column:not(.aligned):not(.justified),
@@ -1020,7 +1044,8 @@
1020
1044
 
1021
1045
  .ui.divided.grid:not([class*="vertically divided"]) > .column:not(.row),
1022
1046
  .ui.divided.grid:not([class*="vertically divided"]) > .row > .column {
1023
- box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15);
1047
+ -webkit-box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15);
1048
+ box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15);
1024
1049
  }
1025
1050
 
1026
1051
  /* Swap from padding to margin on columns to have dividers align */
@@ -1039,7 +1064,8 @@
1039
1064
  /* No divider on first column on row */
1040
1065
  .ui.divided.grid:not([class*="vertically divided"]) > .column:first-child,
1041
1066
  .ui.divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
1042
- box-shadow: none;
1067
+ -webkit-box-shadow: none;
1068
+ box-shadow: none;
1043
1069
  }
1044
1070
 
1045
1071
  /* No space on top of first row */
@@ -1049,10 +1075,12 @@
1049
1075
 
1050
1076
  /* Divided Row */
1051
1077
  .ui.grid > .divided.row > .column {
1052
- box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15);
1078
+ -webkit-box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15);
1079
+ box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15);
1053
1080
  }
1054
1081
  .ui.grid > .divided.row > .column:first-child {
1055
- box-shadow: none;
1082
+ -webkit-box-shadow: none;
1083
+ box-shadow: none;
1056
1084
  }
1057
1085
 
1058
1086
  /* Vertically Divided */
@@ -1067,7 +1095,8 @@
1067
1095
  width: calc(100% - 2rem);
1068
1096
  height: 1px;
1069
1097
  margin: 0 1rem;
1070
- box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15);
1098
+ -webkit-box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15);
1099
+ box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15);
1071
1100
  }
1072
1101
 
1073
1102
  /* Padded Horizontally Divided */
@@ -1078,20 +1107,24 @@
1078
1107
 
1079
1108
  /* First Row Vertically Divided */
1080
1109
  .ui[class*="vertically divided"].grid > .row:first-child:before {
1081
- box-shadow: none;
1110
+ -webkit-box-shadow: none;
1111
+ box-shadow: none;
1082
1112
  }
1083
1113
 
1084
1114
  /* Inverted Divided */
1085
1115
  .ui.inverted.divided.grid:not([class*="vertically divided"]) > .column:not(.row),
1086
1116
  .ui.inverted.divided.grid:not([class*="vertically divided"]) > .row > .column {
1087
- box-shadow: -1px 0 0 0 rgba(255, 255, 255, 0.1);
1117
+ -webkit-box-shadow: -1px 0 0 0 rgba(255, 255, 255, 0.1);
1118
+ box-shadow: -1px 0 0 0 rgba(255, 255, 255, 0.1);
1088
1119
  }
1089
1120
  .ui.inverted.divided.grid:not([class*="vertically divided"]) > .column:not(.row):first-child,
1090
1121
  .ui.inverted.divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
1091
- box-shadow: none;
1122
+ -webkit-box-shadow: none;
1123
+ box-shadow: none;
1092
1124
  }
1093
1125
  .ui.inverted[class*="vertically divided"].grid > .row:before {
1094
- box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.1);
1126
+ -webkit-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.1);
1127
+ box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.1);
1095
1128
  }
1096
1129
 
1097
1130
  /* Relaxed */
@@ -1113,21 +1146,25 @@
1113
1146
  .ui.celled.grid {
1114
1147
  width: 100%;
1115
1148
  margin: 1em 0;
1116
- box-shadow: 0 0 0 1px #D4D4D5;
1149
+ -webkit-box-shadow: 0 0 0 1px #D4D4D5;
1150
+ box-shadow: 0 0 0 1px #D4D4D5;
1117
1151
  }
1118
1152
  .ui.celled.grid > .row {
1119
1153
  width: 100% !important;
1120
1154
  margin: 0;
1121
1155
  padding: 0;
1122
- box-shadow: 0 -1px 0 0 #D4D4D5;
1156
+ -webkit-box-shadow: 0 -1px 0 0 #D4D4D5;
1157
+ box-shadow: 0 -1px 0 0 #D4D4D5;
1123
1158
  }
1124
1159
  .ui.celled.grid > .column:not(.row),
1125
1160
  .ui.celled.grid > .row > .column {
1126
- box-shadow: -1px 0 0 0 #D4D4D5;
1161
+ -webkit-box-shadow: -1px 0 0 0 #D4D4D5;
1162
+ box-shadow: -1px 0 0 0 #D4D4D5;
1127
1163
  }
1128
1164
  .ui.celled.grid > .column:first-child,
1129
1165
  .ui.celled.grid > .row > .column:first-child {
1130
- box-shadow: none;
1166
+ -webkit-box-shadow: none;
1167
+ box-shadow: none;
1131
1168
  }
1132
1169
  .ui.celled.grid > .column:not(.row),
1133
1170
  .ui.celled.grid > .row > .column {
@@ -1144,14 +1181,17 @@
1144
1181
 
1145
1182
  /* Internally Celled */
1146
1183
  .ui[class*="internally celled"].grid {
1147
- box-shadow: none;
1184
+ -webkit-box-shadow: none;
1185
+ box-shadow: none;
1148
1186
  margin: 0;
1149
1187
  }
1150
1188
  .ui[class*="internally celled"].grid > .row:first-child {
1151
- box-shadow: none;
1189
+ -webkit-box-shadow: none;
1190
+ box-shadow: none;
1152
1191
  }
1153
1192
  .ui[class*="internally celled"].grid > .row > .column:first-child {
1154
- box-shadow: none;
1193
+ -webkit-box-shadow: none;
1194
+ box-shadow: none;
1155
1195
  }
1156
1196
 
1157
1197
  /*----------------------
@@ -1165,9 +1205,13 @@
1165
1205
  .ui.grid > [class*="top aligned"].row > .column,
1166
1206
  .ui.grid > [class*="top aligned"].column:not(.row),
1167
1207
  .ui.grid > .row > [class*="top aligned"].column {
1168
- flex-direction: column;
1208
+ -webkit-box-orient: vertical;
1209
+ -webkit-box-direction: normal;
1210
+ -ms-flex-direction: column;
1211
+ flex-direction: column;
1169
1212
  vertical-align: top;
1170
- align-self: flex-start !important;
1213
+ -ms-flex-item-align: start !important;
1214
+ align-self: flex-start !important;
1171
1215
  }
1172
1216
 
1173
1217
  /* Middle Aligned */
@@ -1176,9 +1220,13 @@
1176
1220
  .ui.grid > [class*="middle aligned"].row > .column,
1177
1221
  .ui.grid > [class*="middle aligned"].column:not(.row),
1178
1222
  .ui.grid > .row > [class*="middle aligned"].column {
1179
- flex-direction: column;
1223
+ -webkit-box-orient: vertical;
1224
+ -webkit-box-direction: normal;
1225
+ -ms-flex-direction: column;
1226
+ flex-direction: column;
1180
1227
  vertical-align: middle;
1181
- align-self: center !important;
1228
+ -ms-flex-item-align: center !important;
1229
+ align-self: center !important;
1182
1230
  }
1183
1231
 
1184
1232
  /* Bottom Aligned */
@@ -1187,9 +1235,13 @@
1187
1235
  .ui.grid > [class*="bottom aligned"].row > .column,
1188
1236
  .ui.grid > [class*="bottom aligned"].column:not(.row),
1189
1237
  .ui.grid > .row > [class*="bottom aligned"].column {
1190
- flex-direction: column;
1238
+ -webkit-box-orient: vertical;
1239
+ -webkit-box-direction: normal;
1240
+ -ms-flex-direction: column;
1241
+ flex-direction: column;
1191
1242
  vertical-align: bottom;
1192
- align-self: flex-end !important;
1243
+ -ms-flex-item-align: end !important;
1244
+ align-self: flex-end !important;
1193
1245
  }
1194
1246
 
1195
1247
  /* Stretched */
@@ -1198,16 +1250,24 @@
1198
1250
  .ui.grid > .stretched.row > .column,
1199
1251
  .ui.grid > .stretched.column:not(.row),
1200
1252
  .ui.grid > .row > .stretched.column {
1253
+ display: -webkit-inline-box !important;
1254
+ display: -ms-inline-flexbox !important;
1201
1255
  display: inline-flex !important;
1202
- align-self: stretch;
1203
- flex-direction: column;
1256
+ -ms-flex-item-align: stretch;
1257
+ align-self: stretch;
1258
+ -webkit-box-orient: vertical;
1259
+ -webkit-box-direction: normal;
1260
+ -ms-flex-direction: column;
1261
+ flex-direction: column;
1204
1262
  }
1205
1263
  .ui.stretched.grid > .row > .column > *,
1206
1264
  .ui.stretched.grid > .column > *,
1207
1265
  .ui.grid > .stretched.row > .column > *,
1208
1266
  .ui.grid > .stretched.column:not(.row) > *,
1209
1267
  .ui.grid > .row > .stretched.column > * {
1210
- flex-grow: 1;
1268
+ -webkit-box-flex: 1;
1269
+ -ms-flex-positive: 1;
1270
+ flex-grow: 1;
1211
1271
  }
1212
1272
 
1213
1273
  /*----------------------
@@ -1222,7 +1282,8 @@
1222
1282
  .ui.grid > [class*="left aligned"].column.column,
1223
1283
  .ui.grid > .row > [class*="left aligned"].column.column {
1224
1284
  text-align: left;
1225
- align-self: inherit;
1285
+ -ms-flex-item-align: inherit;
1286
+ align-self: inherit;
1226
1287
  }
1227
1288
 
1228
1289
  /* Center Aligned */
@@ -1232,10 +1293,13 @@
1232
1293
  .ui.grid > [class*="center aligned"].column.column,
1233
1294
  .ui.grid > .row > [class*="center aligned"].column.column {
1234
1295
  text-align: center;
1235
- align-self: inherit;
1296
+ -ms-flex-item-align: inherit;
1297
+ align-self: inherit;
1236
1298
  }
1237
1299
  .ui[class*="center aligned"].grid {
1238
- justify-content: center;
1300
+ -webkit-box-pack: center;
1301
+ -ms-flex-pack: center;
1302
+ justify-content: center;
1239
1303
  }
1240
1304
 
1241
1305
  /* Right Aligned */
@@ -1245,7 +1309,8 @@
1245
1309
  .ui.grid > [class*="right aligned"].column.column,
1246
1310
  .ui.grid > .row > [class*="right aligned"].column.column {
1247
1311
  text-align: right;
1248
- align-self: inherit;
1312
+ -ms-flex-item-align: inherit;
1313
+ align-self: inherit;
1249
1314
  }
1250
1315
 
1251
1316
  /* Justified */
@@ -1363,12 +1428,16 @@
1363
1428
  .ui[class*="equal width"].grid > .row > .column,
1364
1429
  .ui.grid > [class*="equal width"].row > .column {
1365
1430
  display: inline-block;
1366
- flex-grow: 1;
1431
+ -webkit-box-flex: 1;
1432
+ -ms-flex-positive: 1;
1433
+ flex-grow: 1;
1367
1434
  }
1368
1435
  .ui[class*="equal width"].grid > .wide.column,
1369
1436
  .ui[class*="equal width"].grid > .row > .wide.column,
1370
1437
  .ui.grid > [class*="equal width"].row > .wide.column {
1371
- flex-grow: 0;
1438
+ -webkit-box-flex: 0;
1439
+ -ms-flex-positive: 0;
1440
+ flex-grow: 0;
1372
1441
  }
1373
1442
 
1374
1443
  /*----------------------
@@ -1381,37 +1450,49 @@
1381
1450
  .ui[class*="mobile reversed"].grid,
1382
1451
  .ui[class*="mobile reversed"].grid > .row,
1383
1452
  .ui.grid > [class*="mobile reversed"].row {
1384
- flex-direction: row-reverse;
1453
+ -webkit-box-orient: horizontal;
1454
+ -webkit-box-direction: reverse;
1455
+ -ms-flex-direction: row-reverse;
1456
+ flex-direction: row-reverse;
1385
1457
  }
1386
1458
  .ui[class*="mobile vertically reversed"].grid,
1387
1459
  .ui.stackable[class*="mobile reversed"] {
1388
- flex-direction: column-reverse;
1460
+ -webkit-box-orient: vertical;
1461
+ -webkit-box-direction: reverse;
1462
+ -ms-flex-direction: column-reverse;
1463
+ flex-direction: column-reverse;
1389
1464
  }
1390
1465
 
1391
1466
  /* Divided Reversed */
1392
1467
  .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child,
1393
1468
  .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
1394
- box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15);
1469
+ -webkit-box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15);
1470
+ box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15);
1395
1471
  }
1396
1472
  .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child,
1397
1473
  .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child {
1398
- box-shadow: none;
1474
+ -webkit-box-shadow: none;
1475
+ box-shadow: none;
1399
1476
  }
1400
1477
 
1401
1478
  /* Vertically Divided Reversed */
1402
1479
  .ui.grid[class*="vertically divided"][class*="mobile vertically reversed"] > .row:first-child:before {
1403
- box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15);
1480
+ -webkit-box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15);
1481
+ box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15);
1404
1482
  }
1405
1483
  .ui.grid[class*="vertically divided"][class*="mobile vertically reversed"] > .row:last-child:before {
1406
- box-shadow: none;
1484
+ -webkit-box-shadow: none;
1485
+ box-shadow: none;
1407
1486
  }
1408
1487
 
1409
1488
  /* Celled Reversed */
1410
1489
  .ui[class*="mobile reversed"].celled.grid > .row > .column:first-child {
1411
- box-shadow: -1px 0 0 0 #D4D4D5;
1490
+ -webkit-box-shadow: -1px 0 0 0 #D4D4D5;
1491
+ box-shadow: -1px 0 0 0 #D4D4D5;
1412
1492
  }
1413
1493
  .ui[class*="mobile reversed"].celled.grid > .row > .column:last-child {
1414
- box-shadow: none;
1494
+ -webkit-box-shadow: none;
1495
+ box-shadow: none;
1415
1496
  }
1416
1497
  }
1417
1498
 
@@ -1420,36 +1501,48 @@
1420
1501
  .ui[class*="tablet reversed"].grid,
1421
1502
  .ui[class*="tablet reversed"].grid > .row,
1422
1503
  .ui.grid > [class*="tablet reversed"].row {
1423
- flex-direction: row-reverse;
1504
+ -webkit-box-orient: horizontal;
1505
+ -webkit-box-direction: reverse;
1506
+ -ms-flex-direction: row-reverse;
1507
+ flex-direction: row-reverse;
1424
1508
  }
1425
1509
  .ui[class*="tablet vertically reversed"].grid {
1426
- flex-direction: column-reverse;
1510
+ -webkit-box-orient: vertical;
1511
+ -webkit-box-direction: reverse;
1512
+ -ms-flex-direction: column-reverse;
1513
+ flex-direction: column-reverse;
1427
1514
  }
1428
1515
 
1429
1516
  /* Divided Reversed */
1430
1517
  .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child,
1431
1518
  .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
1432
- box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15);
1519
+ -webkit-box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15);
1520
+ box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15);
1433
1521
  }
1434
1522
  .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child,
1435
1523
  .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child {
1436
- box-shadow: none;
1524
+ -webkit-box-shadow: none;
1525
+ box-shadow: none;
1437
1526
  }
1438
1527
 
1439
1528
  /* Vertically Divided Reversed */
1440
1529
  .ui.grid[class*="vertically divided"][class*="tablet vertically reversed"] > .row:first-child:before {
1441
- box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15);
1530
+ -webkit-box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15);
1531
+ box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15);
1442
1532
  }
1443
1533
  .ui.grid[class*="vertically divided"][class*="tablet vertically reversed"] > .row:last-child:before {
1444
- box-shadow: none;
1534
+ -webkit-box-shadow: none;
1535
+ box-shadow: none;
1445
1536
  }
1446
1537
 
1447
1538
  /* Celled Reversed */
1448
1539
  .ui[class*="tablet reversed"].celled.grid > .row > .column:first-child {
1449
- box-shadow: -1px 0 0 0 #D4D4D5;
1540
+ -webkit-box-shadow: -1px 0 0 0 #D4D4D5;
1541
+ box-shadow: -1px 0 0 0 #D4D4D5;
1450
1542
  }
1451
1543
  .ui[class*="tablet reversed"].celled.grid > .row > .column:last-child {
1452
- box-shadow: none;
1544
+ -webkit-box-shadow: none;
1545
+ box-shadow: none;
1453
1546
  }
1454
1547
  }
1455
1548
 
@@ -1458,36 +1551,48 @@
1458
1551
  .ui[class*="computer reversed"].grid,
1459
1552
  .ui[class*="computer reversed"].grid > .row,
1460
1553
  .ui.grid > [class*="computer reversed"].row {
1461
- flex-direction: row-reverse;
1554
+ -webkit-box-orient: horizontal;
1555
+ -webkit-box-direction: reverse;
1556
+ -ms-flex-direction: row-reverse;
1557
+ flex-direction: row-reverse;
1462
1558
  }
1463
1559
  .ui[class*="computer vertically reversed"].grid {
1464
- flex-direction: column-reverse;
1560
+ -webkit-box-orient: vertical;
1561
+ -webkit-box-direction: reverse;
1562
+ -ms-flex-direction: column-reverse;
1563
+ flex-direction: column-reverse;
1465
1564
  }
1466
1565
 
1467
1566
  /* Divided Reversed */
1468
1567
  .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child,
1469
1568
  .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
1470
- box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15);
1569
+ -webkit-box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15);
1570
+ box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15);
1471
1571
  }
1472
1572
  .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child,
1473
1573
  .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child {
1474
- box-shadow: none;
1574
+ -webkit-box-shadow: none;
1575
+ box-shadow: none;
1475
1576
  }
1476
1577
 
1477
1578
  /* Vertically Divided Reversed */
1478
1579
  .ui.grid[class*="vertically divided"][class*="computer vertically reversed"] > .row:first-child:before {
1479
- box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15);
1580
+ -webkit-box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15);
1581
+ box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15);
1480
1582
  }
1481
1583
  .ui.grid[class*="vertically divided"][class*="computer vertically reversed"] > .row:last-child:before {
1482
- box-shadow: none;
1584
+ -webkit-box-shadow: none;
1585
+ box-shadow: none;
1483
1586
  }
1484
1587
 
1485
1588
  /* Celled Reversed */
1486
1589
  .ui[class*="computer reversed"].celled.grid > .row > .column:first-child {
1487
- box-shadow: -1px 0 0 0 #D4D4D5;
1590
+ -webkit-box-shadow: -1px 0 0 0 #D4D4D5;
1591
+ box-shadow: -1px 0 0 0 #D4D4D5;
1488
1592
  }
1489
1593
  .ui[class*="computer reversed"].celled.grid > .row > .column:last-child {
1490
- box-shadow: none;
1594
+ -webkit-box-shadow: none;
1595
+ box-shadow: none;
1491
1596
  }
1492
1597
  }
1493
1598
 
@@ -1511,7 +1616,8 @@
1511
1616
  display: inline-block !important;
1512
1617
  padding-top: 1rem !important;
1513
1618
  padding-bottom: 1rem !important;
1514
- box-shadow: none !important;
1619
+ -webkit-box-shadow: none !important;
1620
+ box-shadow: none !important;
1515
1621
  margin: 0;
1516
1622
  }
1517
1623
  .ui[class*="two column"].doubling.grid > .row > .column,
@@ -1603,7 +1709,8 @@
1603
1709
  padding-top: 1rem !important;
1604
1710
  padding-bottom: 1rem !important;
1605
1711
  margin: 0 !important;
1606
- box-shadow: none !important;
1712
+ -webkit-box-shadow: none !important;
1713
+ box-shadow: none !important;
1607
1714
  }
1608
1715
  .ui[class*="two column"].doubling:not(.stackable).grid > .row > .column,
1609
1716
  .ui[class*="two column"].doubling:not(.stackable).grid > .column:not(.row),
@@ -1701,7 +1808,8 @@
1701
1808
  .ui.grid > .stackable.stackable.row > .column {
1702
1809
  width: 100% !important;
1703
1810
  margin: 0 0 !important;
1704
- box-shadow: none !important;
1811
+ -webkit-box-shadow: none !important;
1812
+ box-shadow: none !important;
1705
1813
  padding: 1rem 1rem !important;
1706
1814
  }
1707
1815
  .ui.stackable.grid:not(.vertically) > .row {
@@ -1741,12 +1849,14 @@
1741
1849
  .ui.stackable.celled.grid > .row > .column,
1742
1850
  .ui.stackable.divided:not(.vertically).grid > .row > .column {
1743
1851
  border-top: 1px solid rgba(34, 36, 38, 0.15);
1744
- box-shadow: none !important;
1852
+ -webkit-box-shadow: none !important;
1853
+ box-shadow: none !important;
1745
1854
  padding-top: 2rem !important;
1746
1855
  padding-bottom: 2rem !important;
1747
1856
  }
1748
1857
  .ui.stackable.celled.grid > .row {
1749
- box-shadow: none !important;
1858
+ -webkit-box-shadow: none !important;
1859
+ box-shadow: none !important;
1750
1860
  }
1751
1861
  .ui.stackable.divided:not(.vertically).grid > .column:not(.row),
1752
1862
  .ui.stackable.divided:not(.vertically).grid > .row > .column {