fomantic-ui-sass 2.9.1 → 2.9.2

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 (86) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -0
  3. data/app/assets/fonts/semantic-ui/Lato-Bold.woff +0 -0
  4. data/app/assets/fonts/semantic-ui/Lato-Bold.woff2 +0 -0
  5. data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff +0 -0
  6. data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff2 +0 -0
  7. data/app/assets/fonts/semantic-ui/Lato-Italic.woff +0 -0
  8. data/app/assets/fonts/semantic-ui/Lato-Italic.woff2 +0 -0
  9. data/app/assets/fonts/semantic-ui/Lato-Regular.woff +0 -0
  10. data/app/assets/fonts/semantic-ui/Lato-Regular.woff2 +0 -0
  11. data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff +0 -0
  12. data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff2 +0 -0
  13. data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff +0 -0
  14. data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff2 +0 -0
  15. data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff +0 -0
  16. data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff2 +0 -0
  17. data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff +0 -0
  18. data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff2 +0 -0
  19. data/app/assets/javascripts/semantic-ui/accordion.js +3 -3
  20. data/app/assets/javascripts/semantic-ui/dimmer.js +2 -2
  21. data/app/assets/javascripts/semantic-ui/dropdown.js +2 -2
  22. data/app/assets/javascripts/semantic-ui/embed.js +1 -1
  23. data/app/assets/javascripts/semantic-ui/flyout.js +17 -29
  24. data/app/assets/javascripts/semantic-ui/form.js +116 -106
  25. data/app/assets/javascripts/semantic-ui/modal.js +14 -7
  26. data/app/assets/javascripts/semantic-ui/popup.js +19 -7
  27. data/app/assets/javascripts/semantic-ui/progress.js +2 -28
  28. data/app/assets/javascripts/semantic-ui/search.js +1 -1
  29. data/app/assets/javascripts/semantic-ui/shape.js +14 -36
  30. data/app/assets/javascripts/semantic-ui/sidebar.js +6 -26
  31. data/app/assets/javascripts/semantic-ui/toast.js +2 -2
  32. data/app/assets/javascripts/semantic-ui/transition.js +9 -60
  33. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +1 -1
  34. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +66 -37
  35. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +7 -1
  36. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +31 -7
  37. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +1 -1
  38. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +2 -2
  39. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +1 -1
  40. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +1 -1
  41. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +1 -1
  42. data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +2 -2
  43. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +1 -1
  44. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +1 -1
  45. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +1 -1
  46. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
  47. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +59 -25
  48. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +1 -1
  49. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +1 -1
  50. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +1 -1
  51. data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +1 -1
  52. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +1 -1
  53. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +1 -1
  54. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +26 -4
  55. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +4 -4
  56. data/app/assets/stylesheets/semantic-ui/elements/_text.scss +2 -2
  57. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +1 -1
  58. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +1 -10
  59. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +1 -1
  60. data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +1 -1
  61. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +40 -40
  62. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +1 -1
  63. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +8 -6
  64. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +2 -2
  65. data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +1 -1
  66. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +1 -1
  67. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +1 -1
  68. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +148 -3
  69. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +1 -1
  70. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +1 -1
  71. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +1 -1
  72. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +1 -1
  73. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +1 -1
  74. data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +9 -6
  75. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -1
  76. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +1 -1
  77. data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +1 -1
  78. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1 -1
  79. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +1 -1
  80. data/app/assets/stylesheets/semantic-ui/views/_card.scss +1 -1
  81. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +1 -1
  82. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +1 -1
  83. data/app/assets/stylesheets/semantic-ui/views/_item.scss +2 -2
  84. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +1 -1
  85. data/lib/fomantic/ui/sass/version.rb +2 -2
  86. metadata +1 -1
@@ -1,9 +1,8 @@
1
- /*
2
- * # Fomantic - Menu
1
+ /*!
2
+ * # Fomantic-UI 2.9.2 - Menu
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
- * Copyright 2015 Contributor
7
6
  * Released under the MIT license
8
7
  * https://opensource.org/licenses/MIT
9
8
  *
@@ -746,7 +745,7 @@ Floated Menu / Item
746
745
  .ui.compact.menu .item:last-child {
747
746
  border-radius: 0 0.28571429rem 0.28571429rem 0;
748
747
  }
749
- .ui.pagination.menu .item:last-child::before {
748
+ .ui.pagination.menu:not(.wrapping) .item:last-child::before {
750
749
  display: none;
751
750
  }
752
751
  .ui.pagination.menu .item {
@@ -1430,12 +1429,17 @@ Floated Menu / Item
1430
1429
  float: right;
1431
1430
  margin: 0 0 0 0.5rem;
1432
1431
  }
1433
- .ui.center.aligned.menu,
1434
- .ui.centered.menu {
1432
+ .ui.center.aligned.menu:not(.fluid),
1433
+ .ui.centered.menu:not(.fluid) {
1435
1434
  display: inline-flex;
1436
1435
  transform: translateX(-50%);
1437
1436
  margin-left: 50%;
1438
1437
  }
1438
+ .ui.center.aligned.menu .item,
1439
+ .ui.centered.menu .item {
1440
+ flex: 1 0 auto;
1441
+ justify-content: center;
1442
+ }
1439
1443
 
1440
1444
  /* --------------
1441
1445
  Inverted
@@ -1964,7 +1968,7 @@ Floated Menu / Item
1964
1968
  margin-top: 0;
1965
1969
  top: 0;
1966
1970
  margin-bottom: 1rem;
1967
- box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), none;
1971
+ box-shadow: none;
1968
1972
  border-radius: 0 0 0.28571429rem 0.28571429rem;
1969
1973
  }
1970
1974
  .ui[class*="bottom attached"].menu:last-child {
@@ -1994,6 +1998,26 @@ Floated Menu / Item
1994
1998
  margin-right: 0;
1995
1999
  width: 100%;
1996
2000
  }
2001
+ .ui.wrapping.menu {
2002
+ flex-wrap: wrap;
2003
+ }
2004
+ .ui.wrapping.menu .item::before {
2005
+ right: auto;
2006
+ left: 0;
2007
+ }
2008
+ .ui.wrapping.menu .item:first-child::before {
2009
+ display: none;
2010
+ }
2011
+ .ui.wrapping.menu:not(.tabular) .item:last-of-type,
2012
+ .ui.wrapping.menu:not(.tabular) .item:last-child {
2013
+ border-right: 1px solid rgba(34, 36, 38, 0.1);
2014
+ }
2015
+ .ui.wrapped.menu:not(.tabular) .item:first-child {
2016
+ border-bottom-left-radius: 0;
2017
+ }
2018
+ .ui.wrapped.menu:not(.tabular) .item:last-child {
2019
+ border-top-right-radius: 0;
2020
+ }
1997
2021
 
1998
2022
  /* --------------
1999
2023
  Sizes
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Message
2
+ * # Fomantic-UI 2.9.2 - Message
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Table
2
+ * # Fomantic-UI 2.9.2 - Table
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1238,7 +1238,7 @@
1238
1238
  margin-top: 0;
1239
1239
  top: 0;
1240
1240
  margin-bottom: 1em;
1241
- box-shadow: none, none;
1241
+ box-shadow: none;
1242
1242
  border-radius: 0 0 0.28571429rem 0.28571429rem;
1243
1243
  }
1244
1244
  .ui[class*="bottom attached"].table:last-child {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Button
2
+ * # Fomantic-UI 2.9.2 - Button
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Container
2
+ * # Fomantic-UI 2.9.2 - Container
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Divider
2
+ * # Fomantic-UI 2.9.2 - Divider
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,10 +1,10 @@
1
1
  /*!
2
- * # Fomantic UI - Emoji
2
+ * # Fomantic-UI 2.9.2 - Emoji
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
7
- * https://github.com/fomantic/Fomantic-UI/blob/master/LICENSE.md
7
+ * https://opensource.org/licenses/MIT
8
8
  *
9
9
  */
10
10
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Flag
2
+ * # Fomantic-UI 2.9.2 - Flag
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Header
2
+ * # Fomantic-UI 2.9.2 - Header
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Icon
2
+ * # Fomantic-UI 2.9.2 - Icon
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Image
2
+ * # Fomantic-UI 2.9.2 - Image
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Input
2
+ * # Fomantic-UI 2.9.2 - Input
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -56,11 +56,16 @@
56
56
  --------------------- */
57
57
 
58
58
  /* browsers require these rules separate */
59
- .ui.input > input::-webkit-input-placeholder {
59
+ .ui.input > input:-ms-input-placeholder {
60
60
  color: rgba(191, 191, 191, 0.87);
61
61
  }
62
- .ui.input > input::-moz-placeholder {
62
+ .ui.input > input::-ms-input-placeholder {
63
63
  color: rgba(191, 191, 191, 0.87);
64
+ }
65
+ .ui.input > input::placeholder {
66
+ color: rgba(191, 191, 191, 0.87);
67
+ }
68
+ .ui.input > input::-moz-placeholder {
64
69
  opacity: 1;
65
70
  }
66
71
  .ui.input > input:-ms-input-placeholder {
@@ -134,12 +139,14 @@
134
139
  color: rgba(0, 0, 0, 0.8);
135
140
  box-shadow: none;
136
141
  }
137
- .ui.input.focus > input::-webkit-input-placeholder,
138
- .ui.input > input:focus::-webkit-input-placeholder {
142
+ .ui.input.focus > input:-ms-input-placeholder, .ui.input > input:focus:-ms-input-placeholder {
143
+ color: rgba(115, 115, 115, 0.87);
144
+ }
145
+ .ui.input.focus > input::-ms-input-placeholder, .ui.input > input:focus::-ms-input-placeholder {
139
146
  color: rgba(115, 115, 115, 0.87);
140
147
  }
141
- .ui.input.focus > input::-moz-placeholder,
142
- .ui.input > input:focus::-moz-placeholder {
148
+ .ui.input.focus > input::placeholder,
149
+ .ui.input > input:focus::placeholder {
143
150
  color: rgba(115, 115, 115, 0.87);
144
151
  }
145
152
  .ui.input.focus > input:-ms-input-placeholder,
@@ -176,10 +183,13 @@
176
183
  }
177
184
 
178
185
  /* Placeholder */
179
- .ui.input.error > input::-webkit-input-placeholder {
186
+ .ui.input.error > input:-ms-input-placeholder {
180
187
  color: #e7bdbc;
181
188
  }
182
- .ui.input.error > input::-moz-placeholder {
189
+ .ui.input.error > input::-ms-input-placeholder {
190
+ color: #e7bdbc;
191
+ }
192
+ .ui.input.error > input::placeholder {
183
193
  color: #e7bdbc;
184
194
  }
185
195
  .ui.input.error > input:-ms-input-placeholder {
@@ -187,10 +197,13 @@
187
197
  }
188
198
 
189
199
  /* Focused Placeholder */
190
- .ui.input.error > input:focus::-webkit-input-placeholder {
200
+ .ui.input.error > input:focus:-ms-input-placeholder {
201
+ color: #da9796;
202
+ }
203
+ .ui.input.error > input:focus::-ms-input-placeholder {
191
204
  color: #da9796;
192
205
  }
193
- .ui.input.error > input:focus::-moz-placeholder {
206
+ .ui.input.error > input:focus::placeholder {
194
207
  color: #da9796;
195
208
  }
196
209
  .ui.input.error > input:focus:-ms-input-placeholder {
@@ -204,10 +217,13 @@
204
217
  }
205
218
 
206
219
  /* Placeholder */
207
- .ui.input.info > input::-webkit-input-placeholder {
220
+ .ui.input.info > input:-ms-input-placeholder {
221
+ color: #98cfe1;
222
+ }
223
+ .ui.input.info > input::-ms-input-placeholder {
208
224
  color: #98cfe1;
209
225
  }
210
- .ui.input.info > input::-moz-placeholder {
226
+ .ui.input.info > input::placeholder {
211
227
  color: #98cfe1;
212
228
  }
213
229
  .ui.input.info > input:-ms-input-placeholder {
@@ -215,10 +231,13 @@
215
231
  }
216
232
 
217
233
  /* Focused Placeholder */
218
- .ui.input.info > input:focus::-webkit-input-placeholder {
234
+ .ui.input.info > input:focus:-ms-input-placeholder {
219
235
  color: #70bdd6;
220
236
  }
221
- .ui.input.info > input:focus::-moz-placeholder {
237
+ .ui.input.info > input:focus::-ms-input-placeholder {
238
+ color: #70bdd6;
239
+ }
240
+ .ui.input.info > input:focus::placeholder {
222
241
  color: #70bdd6;
223
242
  }
224
243
  .ui.input.info > input:focus:-ms-input-placeholder {
@@ -232,10 +251,13 @@
232
251
  }
233
252
 
234
253
  /* Placeholder */
235
- .ui.input.success > input::-webkit-input-placeholder {
254
+ .ui.input.success > input:-ms-input-placeholder {
255
+ color: #8fcf90;
256
+ }
257
+ .ui.input.success > input::-ms-input-placeholder {
236
258
  color: #8fcf90;
237
259
  }
238
- .ui.input.success > input::-moz-placeholder {
260
+ .ui.input.success > input::placeholder {
239
261
  color: #8fcf90;
240
262
  }
241
263
  .ui.input.success > input:-ms-input-placeholder {
@@ -243,10 +265,13 @@
243
265
  }
244
266
 
245
267
  /* Focused Placeholder */
246
- .ui.input.success > input:focus::-webkit-input-placeholder {
268
+ .ui.input.success > input:focus:-ms-input-placeholder {
269
+ color: #6cbf6d;
270
+ }
271
+ .ui.input.success > input:focus::-ms-input-placeholder {
247
272
  color: #6cbf6d;
248
273
  }
249
- .ui.input.success > input:focus::-moz-placeholder {
274
+ .ui.input.success > input:focus::placeholder {
250
275
  color: #6cbf6d;
251
276
  }
252
277
  .ui.input.success > input:focus:-ms-input-placeholder {
@@ -260,10 +285,13 @@
260
285
  }
261
286
 
262
287
  /* Placeholder */
263
- .ui.input.warning > input::-webkit-input-placeholder {
288
+ .ui.input.warning > input:-ms-input-placeholder {
264
289
  color: #edad3e;
265
290
  }
266
- .ui.input.warning > input::-moz-placeholder {
291
+ .ui.input.warning > input::-ms-input-placeholder {
292
+ color: #edad3e;
293
+ }
294
+ .ui.input.warning > input::placeholder {
267
295
  color: #edad3e;
268
296
  }
269
297
  .ui.input.warning > input:-ms-input-placeholder {
@@ -271,10 +299,13 @@
271
299
  }
272
300
 
273
301
  /* Focused Placeholder */
274
- .ui.input.warning > input:focus::-webkit-input-placeholder {
302
+ .ui.input.warning > input:focus:-ms-input-placeholder {
303
+ color: #e39715;
304
+ }
305
+ .ui.input.warning > input:focus::-ms-input-placeholder {
275
306
  color: #e39715;
276
307
  }
277
- .ui.input.warning > input:focus::-moz-placeholder {
308
+ .ui.input.warning > input:focus::placeholder {
278
309
  color: #e39715;
279
310
  }
280
311
  .ui.input.warning > input:focus:-ms-input-placeholder {
@@ -323,10 +354,13 @@
323
354
  .ui.ui.transparent.inverted.input > input {
324
355
  color: inherit;
325
356
  }
326
- .ui.transparent.inverted.input > input::-webkit-input-placeholder {
357
+ .ui.transparent.inverted.input > input:-ms-input-placeholder {
358
+ color: rgba(255, 255, 255, 0.5);
359
+ }
360
+ .ui.transparent.inverted.input > input::-ms-input-placeholder {
327
361
  color: rgba(255, 255, 255, 0.5);
328
362
  }
329
- .ui.transparent.inverted.input > input::-moz-placeholder {
363
+ .ui.transparent.inverted.input > input::placeholder {
330
364
  color: rgba(255, 255, 255, 0.5);
331
365
  }
332
366
  .ui.transparent.inverted.input > input:-ms-input-placeholder {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Label
2
+ * # Fomantic-UI 2.9.2 - Label
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - List
2
+ * # Fomantic-UI 2.9.2 - List
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Loader
2
+ * # Fomantic-UI 2.9.2 - Loader
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Loader
2
+ * # Fomantic-UI 2.9.2 - Placeholder
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Rail
2
+ * # Fomantic-UI 2.9.2 - Rail
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Reveal
2
+ * # Fomantic-UI 2.9.2 - Reveal
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Segment
2
+ * # Fomantic-UI 2.9.2 - Segment
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -363,7 +363,7 @@
363
363
  bottom: 0;
364
364
  margin-top: 0;
365
365
  margin-bottom: 0;
366
- box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), none;
366
+ box-shadow: 0 2px 1px -1px rgba(34, 36, 38, 0.15);
367
367
  border-radius: 0 0 0.28571429rem 0.28571429rem;
368
368
  }
369
369
 
@@ -731,7 +731,7 @@
731
731
  .ui.attached.segment:not(.basic) {
732
732
  border: 1px solid #d4d4d5;
733
733
  }
734
- .ui.attached:not(.message):not(.text) + .ui.attached.segment:not(.top) {
734
+ .ui.attached:not(.message):not(.text) + .ui.attached.segment:not(.top):not([class*="left attached"]):not([class*="right attached"]) {
735
735
  border-top: none;
736
736
  }
737
737
 
@@ -756,7 +756,7 @@
756
756
  margin-top: 0;
757
757
  top: 0;
758
758
  margin-bottom: 1rem;
759
- box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), none;
759
+ box-shadow: 0 2px 1px -1px rgba(34, 36, 38, 0.15);
760
760
  border-radius: 0 0 0.28571429rem 0.28571429rem;
761
761
  }
762
762
  .ui.segment[class*="bottom attached"]:last-child {
@@ -765,6 +765,28 @@
765
765
  .ui.tab.segment[class*="bottom attached"]:last-child {
766
766
  margin-bottom: 1rem;
767
767
  }
768
+ .ui[class*="left attached"].segment {
769
+ margin-right: 0;
770
+ }
771
+ .ui[class*="right attached"].segment {
772
+ margin-left: 0;
773
+ }
774
+ .ui.seamless.attached.segment:not(.top):not(.bottom):not([class*="right attached"]):not([class*="left attached"]) {
775
+ border-top: none;
776
+ border-bottom: none;
777
+ }
778
+ .ui.seamless.attached.segment.top {
779
+ border-bottom: none;
780
+ }
781
+ .ui.seamless.attached.segment.bottom {
782
+ border-top: none;
783
+ }
784
+ .ui.seamless.attached.segment[class*="left attached"] {
785
+ border-right: none;
786
+ }
787
+ .ui.seamless.attached.segment[class*="right attached"] {
788
+ border-left: none;
789
+ }
768
790
 
769
791
  /* --------------
770
792
  Fitted
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Step
2
+ * # Fomantic-UI 2.9.2 - Step
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -137,7 +137,7 @@
137
137
  .ui.steps .step > i.icon ~ .content {
138
138
  display: block;
139
139
  flex: 0 1 auto;
140
- align-self: middle;
140
+ align-self: center;
141
141
  }
142
142
 
143
143
  /* Horizontal Icon */
@@ -168,7 +168,7 @@
168
168
  position: static;
169
169
  text-align: center;
170
170
  content: counter(ordered);
171
- align-self: middle;
171
+ align-self: center;
172
172
  margin-right: 1rem;
173
173
  font-size: 2.5em;
174
174
  counter-increment: ordered;
@@ -177,7 +177,7 @@
177
177
  }
178
178
  .ui.ordered.steps .step > * {
179
179
  display: block;
180
- align-self: middle;
180
+ align-self: center;
181
181
  }
182
182
 
183
183
  /* --------------
@@ -1,10 +1,10 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Text
2
+ * # Fomantic-UI 2.9.2 - Text
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
7
- * https://github.com/fomantic/Fomantic-UI/blob/master/LICENSE.md
7
+ * https://opensource.org/licenses/MIT
8
8
  *
9
9
  */
10
10
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Reset
2
+ * # Fomantic-UI 2.9.2 - Reset
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Site
2
+ * # Fomantic-UI 2.9.2 - Site
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -253,21 +253,12 @@ body .ui.inverted:not(.dimmer) {
253
253
 
254
254
 
255
255
  /* Site */
256
- ::-webkit-selection {
257
- background-color: #cce2ff;
258
- color: rgba(0, 0, 0, 0.87);
259
- }
260
256
  ::selection {
261
257
  background-color: #cce2ff;
262
258
  color: rgba(0, 0, 0, 0.87);
263
259
  }
264
260
 
265
261
  /* Form */
266
- textarea::-webkit-selection,
267
- input::-webkit-selection {
268
- background-color: rgba(100, 100, 100, 0.4);
269
- color: rgba(0, 0, 0, 0.87);
270
- }
271
262
  textarea::selection,
272
263
  input::selection {
273
264
  background-color: rgba(100, 100, 100, 0.4);
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Accordion
2
+ * # Fomantic-UI 2.9.2 - Accordion
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Calendar
2
+ * # Fomantic-UI 2.9.2 - Calendar
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *