fomantic-ui-sass 2.9.0 → 2.9.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (104) 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/fonts/semantic-ui/brand-icons.woff +0 -0
  20. data/app/assets/fonts/semantic-ui/brand-icons.woff2 +0 -0
  21. data/app/assets/fonts/semantic-ui/icons.woff +0 -0
  22. data/app/assets/fonts/semantic-ui/icons.woff2 +0 -0
  23. data/app/assets/fonts/semantic-ui/outline-icons.woff +0 -0
  24. data/app/assets/fonts/semantic-ui/outline-icons.woff2 +0 -0
  25. data/app/assets/javascripts/semantic-ui/accordion.js +569 -596
  26. data/app/assets/javascripts/semantic-ui/api.js +1158 -1180
  27. data/app/assets/javascripts/semantic-ui/calendar.js +1935 -1810
  28. data/app/assets/javascripts/semantic-ui/checkbox.js +843 -842
  29. data/app/assets/javascripts/semantic-ui/dimmer.js +707 -738
  30. data/app/assets/javascripts/semantic-ui/dropdown.js +4196 -4237
  31. data/app/assets/javascripts/semantic-ui/embed.js +646 -676
  32. data/app/assets/javascripts/semantic-ui/flyout.js +1503 -1466
  33. data/app/assets/javascripts/semantic-ui/form.js +2035 -2007
  34. data/app/assets/javascripts/semantic-ui/modal.js +1552 -1487
  35. data/app/assets/javascripts/semantic-ui/nag.js +521 -527
  36. data/app/assets/javascripts/semantic-ui/popup.js +1469 -1457
  37. data/app/assets/javascripts/semantic-ui/progress.js +944 -998
  38. data/app/assets/javascripts/semantic-ui/rating.js +508 -524
  39. data/app/assets/javascripts/semantic-ui/search.js +1521 -1535
  40. data/app/assets/javascripts/semantic-ui/shape.js +762 -811
  41. data/app/assets/javascripts/semantic-ui/sidebar.js +1042 -1100
  42. data/app/assets/javascripts/semantic-ui/site.js +437 -477
  43. data/app/assets/javascripts/semantic-ui/slider.js +1311 -1312
  44. data/app/assets/javascripts/semantic-ui/state.js +639 -658
  45. data/app/assets/javascripts/semantic-ui/sticky.js +848 -902
  46. data/app/assets/javascripts/semantic-ui/tab.js +903 -967
  47. data/app/assets/javascripts/semantic-ui/toast.js +911 -885
  48. data/app/assets/javascripts/semantic-ui/transition.js +998 -1078
  49. data/app/assets/javascripts/semantic-ui/visibility.js +1214 -1246
  50. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +7 -7
  51. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +311 -377
  52. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +191 -331
  53. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +302 -439
  54. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +127 -199
  55. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +549 -776
  56. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +711 -1123
  57. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +9 -8
  58. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +45 -63
  59. data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +3558 -3558
  60. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +272 -270
  61. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +120 -144
  62. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +667 -747
  63. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +41 -65
  64. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +416 -300
  65. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +361 -412
  66. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +51 -72
  67. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +69 -157
  68. data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +24 -44
  69. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +17 -22
  70. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +46 -85
  71. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +173 -227
  72. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +79 -152
  73. data/app/assets/stylesheets/semantic-ui/elements/_text.scss +34 -34
  74. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +10 -15
  75. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +29 -51
  76. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +37 -55
  77. data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +26 -29
  78. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +159 -230
  79. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +55 -174
  80. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +261 -393
  81. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +21 -32
  82. data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +97 -143
  83. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +122 -156
  84. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +55 -65
  85. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +573 -206
  86. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +108 -213
  87. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +83 -124
  88. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +71 -100
  89. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +16 -32
  90. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +105 -208
  91. data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +102 -127
  92. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +3 -7
  93. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +12 -16
  94. data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +71 -149
  95. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +371 -1282
  96. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +36 -47
  97. data/app/assets/stylesheets/semantic-ui/views/_card.scss +221 -367
  98. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +43 -61
  99. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +37 -59
  100. data/app/assets/stylesheets/semantic-ui/views/_item.scss +87 -134
  101. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +77 -118
  102. data/lib/fomantic/ui/sass/version.rb +2 -2
  103. data/tasks/converter.rb +1 -1
  104. metadata +17 -1
@@ -1,9 +1,12 @@
1
-
2
-
3
- /*******************************
4
- Theme
5
- *******************************/
6
-
1
+ /*!
2
+ * # Fomantic-UI 2.9.2 - Slider
3
+ * https://github.com/fomantic/Fomantic-UI/
4
+ *
5
+ *
6
+ * Released under the MIT license
7
+ * https://opensource.org/licenses/MIT
8
+ *
9
+ */
7
10
  .ui.slider:not(.vertical):not(.checkbox) {
8
11
  width: 100%;
9
12
  padding: 1em 0.5em;
@@ -38,7 +41,7 @@
38
41
  .ui.slider .inner .track-fill {
39
42
  position: absolute;
40
43
  border-radius: 4px;
41
- background-color: #1B1C1D;
44
+ background-color: #1b1c1d;
42
45
  }
43
46
  .ui.slider:not(.vertical) .inner .track-fill {
44
47
  height: 0.4em;
@@ -51,24 +54,16 @@
51
54
  top: 0;
52
55
  height: 1.5em;
53
56
  width: 1.5em;
54
- background: #FFFFFF -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
55
- background: #FFFFFF -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
56
- background: #FFFFFF linear-gradient(transparent, rgba(0, 0, 0, 0.05));
57
+ background: #fff linear-gradient(transparent, rgba(0, 0, 0, 0.05));
57
58
  border-radius: 100%;
58
- -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
59
- box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
60
- -webkit-transition: background 0.3s ease;
59
+ box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
61
60
  transition: background 0.3s ease;
62
61
  }
63
62
  .ui.slider:not(.disabled) .inner .thumb:hover {
64
63
  cursor: pointer;
65
- background: #f2f2f2 -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
66
- background: #f2f2f2 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
67
64
  background: #f2f2f2 linear-gradient(transparent, rgba(0, 0, 0, 0.05));
68
65
  }
69
66
  .ui.slider:not(.disabled):focus .inner .thumb {
70
- background: #f2f2f2 -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
71
- background: #f2f2f2 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
72
67
  background: #f2f2f2 linear-gradient(transparent, rgba(0, 0, 0, 0.05));
73
68
  }
74
69
 
@@ -78,10 +73,9 @@
78
73
  *******************************/
79
74
 
80
75
 
81
- /*--------------
82
- Disabled
83
- ---------------*/
84
-
76
+ /* --------------
77
+ Disabled
78
+ --------------- */
85
79
  .ui.disabled.slider:not(.checkbox) {
86
80
  opacity: 0.5;
87
81
  }
@@ -92,10 +86,9 @@
92
86
  background: #ccc;
93
87
  }
94
88
 
95
- /*--------------
96
- Reversed
97
- ---------------*/
98
-
89
+ /* --------------
90
+ Reversed
91
+ --------------- */
99
92
  .ui.reversed.slider .inner .track-fill {
100
93
  left: auto;
101
94
  right: 0;
@@ -108,8 +101,7 @@
108
101
  left: 0.03em;
109
102
  }
110
103
  .ui.labeled.reversed.slider > .labels .label {
111
- -webkit-transform: translate(-100%, -100%);
112
- transform: translate(-100%, -100%);
104
+ transform: translate(-100%, -100%);
113
105
  }
114
106
 
115
107
 
@@ -118,10 +110,9 @@
118
110
  *******************************/
119
111
 
120
112
 
121
- /*--------------
122
- Vertical
123
- ---------------*/
124
-
113
+ /* --------------
114
+ Vertical
115
+ --------------- */
125
116
  .ui.vertical.slider {
126
117
  height: 100%;
127
118
  width: 1.5em;
@@ -152,10 +143,9 @@
152
143
  bottom: 0;
153
144
  }
154
145
 
155
- /*--------------
156
- Labeled
157
- ---------------*/
158
-
146
+ /* --------------
147
+ Labeled
148
+ --------------- */
159
149
  .ui.labeled.slider > .labels {
160
150
  height: 1.5em;
161
151
  width: auto;
@@ -167,26 +157,21 @@
167
157
  right: 0;
168
158
  }
169
159
  .ui.labeled.slider:not(.vertical) > .labels {
170
- -webkit-transform: translateY(-50%);
171
- transform: translateY(-50%);
160
+ transform: translateY(-50%);
172
161
  }
173
162
  .ui.labeled.slider > .labels .label {
174
- display: -webkit-inline-box;
175
- display: -ms-inline-flexbox;
176
163
  display: inline-flex;
177
164
  padding: 0.2em 0;
178
165
  position: absolute;
179
- -webkit-transform: translate(-50%, -100%);
180
- transform: translate(-50%, -100%);
166
+ transform: translate(-50%, -100%);
181
167
  white-space: nowrap;
182
168
  }
183
169
  .ui.bottom.aligned.labeled.slider > .labels .label {
184
170
  bottom: 0;
185
- -webkit-transform: translate(-50%, 100%);
186
- transform: translate(-50%, 100%);
171
+ transform: translate(-50%, 100%);
187
172
  }
188
173
  .ui.labeled.ticked.slider > .labels .label::after {
189
- content: ' ';
174
+ content: " ";
190
175
  height: 1.5em;
191
176
  width: 1px;
192
177
  background: #ccc;
@@ -209,12 +194,10 @@
209
194
  left: 50%;
210
195
  top: 0;
211
196
  bottom: 0;
212
- -webkit-transform: translateX(-50%);
213
- transform: translateX(-50%);
197
+ transform: translateX(-50%);
214
198
  }
215
199
  .ui.labeled.vertical.slider > .labels .label {
216
- -webkit-transform: translate(-100%, -50%);
217
- transform: translate(-100%, -50%);
200
+ transform: translate(-100%, -50%);
218
201
  }
219
202
  .ui.labeled.vertical.slider > .labels .label::after {
220
203
  width: 1.5em;
@@ -229,17 +212,14 @@
229
212
 
230
213
  /* Vertical Reversed Labels */
231
214
  .ui.labeled.vertical.reversed.slider > .labels .label {
232
- -webkit-transform: translate(-100%, 50%);
233
- transform: translate(-100%, 50%);
215
+ transform: translate(-100%, 50%);
234
216
  }
235
217
 
236
- /*--------------
218
+ /* --------------
237
219
  Hover
238
- ---------------*/
239
-
220
+ --------------- */
240
221
  .ui.hover.slider .inner .thumb {
241
222
  opacity: 0;
242
- -webkit-transition: opacity 0.2s linear;
243
223
  transition: opacity 0.2s linear;
244
224
  }
245
225
  .ui.hover.slider:not(.disabled):hover .inner .thumb,
@@ -247,10 +227,9 @@
247
227
  opacity: 1;
248
228
  }
249
229
 
250
- /*--------------
251
- Inverted
252
- ---------------*/
253
-
230
+ /* --------------
231
+ Inverted
232
+ --------------- */
254
233
  .ui.inverted.slider .inner .track-fill {
255
234
  background-color: #545454;
256
235
  }
@@ -258,22 +237,21 @@
258
237
  background-color: rgba(255, 255, 255, 0.08);
259
238
  }
260
239
 
261
- /*--------------
240
+ /* --------------
262
241
  Colors
263
- ---------------*/
264
-
242
+ --------------- */
265
243
 
266
244
  /* Standard */
267
245
  .ui.primary.slider .inner .track-fill {
268
- background-color: #2185D0;
246
+ background-color: #2185d0;
269
247
  }
270
248
  .ui.primary.inverted.slider .inner .track-fill {
271
- background-color: #54C8FF;
249
+ background-color: #54c8ff;
272
250
  }
273
251
 
274
252
  /* Basic */
275
253
  .ui.primary.slider.basic .inner .thumb {
276
- background-color: #2185D0;
254
+ background-color: #2185d0;
277
255
  }
278
256
  .ui.primary.slider.basic .inner .thumb:hover,
279
257
  .ui.primary.slider.basic:focus .inner .thumb {
@@ -282,7 +260,7 @@
282
260
 
283
261
  /* Basic Inverted */
284
262
  .ui.primary.inverted.slider.basic .inner .thumb {
285
- background-color: #54C8FF;
263
+ background-color: #54c8ff;
286
264
  }
287
265
  .ui.primary.inverted.slider.basic .inner .thumb:hover,
288
266
  .ui.primary.inverted.slider.basic:focus .inner .thumb {
@@ -291,7 +269,7 @@
291
269
 
292
270
  /* Standard */
293
271
  .ui.secondary.slider .inner .track-fill {
294
- background-color: #1B1C1D;
272
+ background-color: #1b1c1d;
295
273
  }
296
274
  .ui.secondary.inverted.slider .inner .track-fill {
297
275
  background-color: #545454;
@@ -299,7 +277,7 @@
299
277
 
300
278
  /* Basic */
301
279
  .ui.secondary.slider.basic .inner .thumb {
302
- background-color: #1B1C1D;
280
+ background-color: #1b1c1d;
303
281
  }
304
282
  .ui.secondary.slider.basic .inner .thumb:hover,
305
283
  .ui.secondary.slider.basic:focus .inner .thumb {
@@ -317,15 +295,15 @@
317
295
 
318
296
  /* Standard */
319
297
  .ui.red.slider .inner .track-fill {
320
- background-color: #DB2828;
298
+ background-color: #db2828;
321
299
  }
322
300
  .ui.red.inverted.slider .inner .track-fill {
323
- background-color: #FF695E;
301
+ background-color: #ff695e;
324
302
  }
325
303
 
326
304
  /* Basic */
327
305
  .ui.red.slider.basic .inner .thumb {
328
- background-color: #DB2828;
306
+ background-color: #db2828;
329
307
  }
330
308
  .ui.red.slider.basic .inner .thumb:hover,
331
309
  .ui.red.slider.basic:focus .inner .thumb {
@@ -334,7 +312,7 @@
334
312
 
335
313
  /* Basic Inverted */
336
314
  .ui.red.inverted.slider.basic .inner .thumb {
337
- background-color: #FF695E;
315
+ background-color: #ff695e;
338
316
  }
339
317
  .ui.red.inverted.slider.basic .inner .thumb:hover,
340
318
  .ui.red.inverted.slider.basic:focus .inner .thumb {
@@ -343,15 +321,15 @@
343
321
 
344
322
  /* Standard */
345
323
  .ui.orange.slider .inner .track-fill {
346
- background-color: #F2711C;
324
+ background-color: #f2711c;
347
325
  }
348
326
  .ui.orange.inverted.slider .inner .track-fill {
349
- background-color: #FF851B;
327
+ background-color: #ff851b;
350
328
  }
351
329
 
352
330
  /* Basic */
353
331
  .ui.orange.slider.basic .inner .thumb {
354
- background-color: #F2711C;
332
+ background-color: #f2711c;
355
333
  }
356
334
  .ui.orange.slider.basic .inner .thumb:hover,
357
335
  .ui.orange.slider.basic:focus .inner .thumb {
@@ -360,7 +338,7 @@
360
338
 
361
339
  /* Basic Inverted */
362
340
  .ui.orange.inverted.slider.basic .inner .thumb {
363
- background-color: #FF851B;
341
+ background-color: #ff851b;
364
342
  }
365
343
  .ui.orange.inverted.slider.basic .inner .thumb:hover,
366
344
  .ui.orange.inverted.slider.basic:focus .inner .thumb {
@@ -369,15 +347,15 @@
369
347
 
370
348
  /* Standard */
371
349
  .ui.yellow.slider .inner .track-fill {
372
- background-color: #FBBD08;
350
+ background-color: #fbbd08;
373
351
  }
374
352
  .ui.yellow.inverted.slider .inner .track-fill {
375
- background-color: #FFE21F;
353
+ background-color: #ffe21f;
376
354
  }
377
355
 
378
356
  /* Basic */
379
357
  .ui.yellow.slider.basic .inner .thumb {
380
- background-color: #FBBD08;
358
+ background-color: #fbbd08;
381
359
  }
382
360
  .ui.yellow.slider.basic .inner .thumb:hover,
383
361
  .ui.yellow.slider.basic:focus .inner .thumb {
@@ -386,7 +364,7 @@
386
364
 
387
365
  /* Basic Inverted */
388
366
  .ui.yellow.inverted.slider.basic .inner .thumb {
389
- background-color: #FFE21F;
367
+ background-color: #ffe21f;
390
368
  }
391
369
  .ui.yellow.inverted.slider.basic .inner .thumb:hover,
392
370
  .ui.yellow.inverted.slider.basic:focus .inner .thumb {
@@ -395,15 +373,15 @@
395
373
 
396
374
  /* Standard */
397
375
  .ui.olive.slider .inner .track-fill {
398
- background-color: #B5CC18;
376
+ background-color: #b5cc18;
399
377
  }
400
378
  .ui.olive.inverted.slider .inner .track-fill {
401
- background-color: #D9E778;
379
+ background-color: #d9e778;
402
380
  }
403
381
 
404
382
  /* Basic */
405
383
  .ui.olive.slider.basic .inner .thumb {
406
- background-color: #B5CC18;
384
+ background-color: #b5cc18;
407
385
  }
408
386
  .ui.olive.slider.basic .inner .thumb:hover,
409
387
  .ui.olive.slider.basic:focus .inner .thumb {
@@ -412,7 +390,7 @@
412
390
 
413
391
  /* Basic Inverted */
414
392
  .ui.olive.inverted.slider.basic .inner .thumb {
415
- background-color: #D9E778;
393
+ background-color: #d9e778;
416
394
  }
417
395
  .ui.olive.inverted.slider.basic .inner .thumb:hover,
418
396
  .ui.olive.inverted.slider.basic:focus .inner .thumb {
@@ -421,15 +399,15 @@
421
399
 
422
400
  /* Standard */
423
401
  .ui.green.slider .inner .track-fill {
424
- background-color: #21BA45;
402
+ background-color: #21ba45;
425
403
  }
426
404
  .ui.green.inverted.slider .inner .track-fill {
427
- background-color: #2ECC40;
405
+ background-color: #2ecc40;
428
406
  }
429
407
 
430
408
  /* Basic */
431
409
  .ui.green.slider.basic .inner .thumb {
432
- background-color: #21BA45;
410
+ background-color: #21ba45;
433
411
  }
434
412
  .ui.green.slider.basic .inner .thumb:hover,
435
413
  .ui.green.slider.basic:focus .inner .thumb {
@@ -438,7 +416,7 @@
438
416
 
439
417
  /* Basic Inverted */
440
418
  .ui.green.inverted.slider.basic .inner .thumb {
441
- background-color: #2ECC40;
419
+ background-color: #2ecc40;
442
420
  }
443
421
  .ui.green.inverted.slider.basic .inner .thumb:hover,
444
422
  .ui.green.inverted.slider.basic:focus .inner .thumb {
@@ -447,15 +425,15 @@
447
425
 
448
426
  /* Standard */
449
427
  .ui.teal.slider .inner .track-fill {
450
- background-color: #00B5AD;
428
+ background-color: #00b5ad;
451
429
  }
452
430
  .ui.teal.inverted.slider .inner .track-fill {
453
- background-color: #6DFFFF;
431
+ background-color: #6dffff;
454
432
  }
455
433
 
456
434
  /* Basic */
457
435
  .ui.teal.slider.basic .inner .thumb {
458
- background-color: #00B5AD;
436
+ background-color: #00b5ad;
459
437
  }
460
438
  .ui.teal.slider.basic .inner .thumb:hover,
461
439
  .ui.teal.slider.basic:focus .inner .thumb {
@@ -464,7 +442,7 @@
464
442
 
465
443
  /* Basic Inverted */
466
444
  .ui.teal.inverted.slider.basic .inner .thumb {
467
- background-color: #6DFFFF;
445
+ background-color: #6dffff;
468
446
  }
469
447
  .ui.teal.inverted.slider.basic .inner .thumb:hover,
470
448
  .ui.teal.inverted.slider.basic:focus .inner .thumb {
@@ -473,15 +451,15 @@
473
451
 
474
452
  /* Standard */
475
453
  .ui.blue.slider .inner .track-fill {
476
- background-color: #2185D0;
454
+ background-color: #2185d0;
477
455
  }
478
456
  .ui.blue.inverted.slider .inner .track-fill {
479
- background-color: #54C8FF;
457
+ background-color: #54c8ff;
480
458
  }
481
459
 
482
460
  /* Basic */
483
461
  .ui.blue.slider.basic .inner .thumb {
484
- background-color: #2185D0;
462
+ background-color: #2185d0;
485
463
  }
486
464
  .ui.blue.slider.basic .inner .thumb:hover,
487
465
  .ui.blue.slider.basic:focus .inner .thumb {
@@ -490,7 +468,7 @@
490
468
 
491
469
  /* Basic Inverted */
492
470
  .ui.blue.inverted.slider.basic .inner .thumb {
493
- background-color: #54C8FF;
471
+ background-color: #54c8ff;
494
472
  }
495
473
  .ui.blue.inverted.slider.basic .inner .thumb:hover,
496
474
  .ui.blue.inverted.slider.basic:focus .inner .thumb {
@@ -499,15 +477,15 @@
499
477
 
500
478
  /* Standard */
501
479
  .ui.violet.slider .inner .track-fill {
502
- background-color: #6435C9;
480
+ background-color: #6435c9;
503
481
  }
504
482
  .ui.violet.inverted.slider .inner .track-fill {
505
- background-color: #A291FB;
483
+ background-color: #a291fb;
506
484
  }
507
485
 
508
486
  /* Basic */
509
487
  .ui.violet.slider.basic .inner .thumb {
510
- background-color: #6435C9;
488
+ background-color: #6435c9;
511
489
  }
512
490
  .ui.violet.slider.basic .inner .thumb:hover,
513
491
  .ui.violet.slider.basic:focus .inner .thumb {
@@ -516,7 +494,7 @@
516
494
 
517
495
  /* Basic Inverted */
518
496
  .ui.violet.inverted.slider.basic .inner .thumb {
519
- background-color: #A291FB;
497
+ background-color: #a291fb;
520
498
  }
521
499
  .ui.violet.inverted.slider.basic .inner .thumb:hover,
522
500
  .ui.violet.inverted.slider.basic:focus .inner .thumb {
@@ -525,15 +503,15 @@
525
503
 
526
504
  /* Standard */
527
505
  .ui.purple.slider .inner .track-fill {
528
- background-color: #A333C8;
506
+ background-color: #a333c8;
529
507
  }
530
508
  .ui.purple.inverted.slider .inner .track-fill {
531
- background-color: #DC73FF;
509
+ background-color: #dc73ff;
532
510
  }
533
511
 
534
512
  /* Basic */
535
513
  .ui.purple.slider.basic .inner .thumb {
536
- background-color: #A333C8;
514
+ background-color: #a333c8;
537
515
  }
538
516
  .ui.purple.slider.basic .inner .thumb:hover,
539
517
  .ui.purple.slider.basic:focus .inner .thumb {
@@ -542,7 +520,7 @@
542
520
 
543
521
  /* Basic Inverted */
544
522
  .ui.purple.inverted.slider.basic .inner .thumb {
545
- background-color: #DC73FF;
523
+ background-color: #dc73ff;
546
524
  }
547
525
  .ui.purple.inverted.slider.basic .inner .thumb:hover,
548
526
  .ui.purple.inverted.slider.basic:focus .inner .thumb {
@@ -551,15 +529,15 @@
551
529
 
552
530
  /* Standard */
553
531
  .ui.pink.slider .inner .track-fill {
554
- background-color: #E03997;
532
+ background-color: #e03997;
555
533
  }
556
534
  .ui.pink.inverted.slider .inner .track-fill {
557
- background-color: #FF8EDF;
535
+ background-color: #ff8edf;
558
536
  }
559
537
 
560
538
  /* Basic */
561
539
  .ui.pink.slider.basic .inner .thumb {
562
- background-color: #E03997;
540
+ background-color: #e03997;
563
541
  }
564
542
  .ui.pink.slider.basic .inner .thumb:hover,
565
543
  .ui.pink.slider.basic:focus .inner .thumb {
@@ -568,7 +546,7 @@
568
546
 
569
547
  /* Basic Inverted */
570
548
  .ui.pink.inverted.slider.basic .inner .thumb {
571
- background-color: #FF8EDF;
549
+ background-color: #ff8edf;
572
550
  }
573
551
  .ui.pink.inverted.slider.basic .inner .thumb:hover,
574
552
  .ui.pink.inverted.slider.basic:focus .inner .thumb {
@@ -577,15 +555,15 @@
577
555
 
578
556
  /* Standard */
579
557
  .ui.brown.slider .inner .track-fill {
580
- background-color: #A5673F;
558
+ background-color: #a5673f;
581
559
  }
582
560
  .ui.brown.inverted.slider .inner .track-fill {
583
- background-color: #D67C1C;
561
+ background-color: #d67c1c;
584
562
  }
585
563
 
586
564
  /* Basic */
587
565
  .ui.brown.slider.basic .inner .thumb {
588
- background-color: #A5673F;
566
+ background-color: #a5673f;
589
567
  }
590
568
  .ui.brown.slider.basic .inner .thumb:hover,
591
569
  .ui.brown.slider.basic:focus .inner .thumb {
@@ -594,7 +572,7 @@
594
572
 
595
573
  /* Basic Inverted */
596
574
  .ui.brown.inverted.slider.basic .inner .thumb {
597
- background-color: #D67C1C;
575
+ background-color: #d67c1c;
598
576
  }
599
577
  .ui.brown.inverted.slider.basic .inner .thumb:hover,
600
578
  .ui.brown.inverted.slider.basic:focus .inner .thumb {
@@ -606,7 +584,7 @@
606
584
  background-color: #767676;
607
585
  }
608
586
  .ui.grey.inverted.slider .inner .track-fill {
609
- background-color: #DCDDDE;
587
+ background-color: #dcddde;
610
588
  }
611
589
 
612
590
  /* Basic */
@@ -620,7 +598,7 @@
620
598
 
621
599
  /* Basic Inverted */
622
600
  .ui.grey.inverted.slider.basic .inner .thumb {
623
- background-color: #DCDDDE;
601
+ background-color: #dcddde;
624
602
  }
625
603
  .ui.grey.inverted.slider.basic .inner .thumb:hover,
626
604
  .ui.grey.inverted.slider.basic:focus .inner .thumb {
@@ -629,7 +607,7 @@
629
607
 
630
608
  /* Standard */
631
609
  .ui.black.slider .inner .track-fill {
632
- background-color: #1B1C1D;
610
+ background-color: #1b1c1d;
633
611
  }
634
612
  .ui.black.inverted.slider .inner .track-fill {
635
613
  background-color: #545454;
@@ -637,7 +615,7 @@
637
615
 
638
616
  /* Basic */
639
617
  .ui.black.slider.basic .inner .thumb {
640
- background-color: #1B1C1D;
618
+ background-color: #1b1c1d;
641
619
  }
642
620
  .ui.black.slider.basic .inner .thumb:hover,
643
621
  .ui.black.slider.basic:focus .inner .thumb {
@@ -653,24 +631,22 @@
653
631
  background-color: #000000;
654
632
  }
655
633
 
656
- /*--------------
657
- Basic
658
- ---------------*/
659
-
634
+ /* --------------
635
+ Basic
636
+ --------------- */
660
637
 
661
638
  /* Standard */
662
639
  .ui.slider.basic .inner .thumb {
663
- background-color: #1B1C1D;
640
+ background-color: #1b1c1d;
664
641
  }
665
642
  .ui.slider.basic .inner .thumb:hover,
666
643
  .ui.slider.basic:focus .inner .thumb {
667
644
  background-color: #27292a;
668
645
  }
669
646
 
670
- /*--------------
671
- Basic Inverted
672
- ---------------*/
673
-
647
+ /* --------------
648
+ Basic Inverted
649
+ --------------- */
674
650
 
675
651
  /* Standard */
676
652
  .ui.inverted.slider.basic .inner .thumb {
@@ -681,10 +657,9 @@
681
657
  background-color: #000000;
682
658
  }
683
659
 
684
- /*--------------
660
+ /* --------------
685
661
  Sizing
686
- ---------------*/
687
-
662
+ --------------- */
688
663
  .ui.slider.small .inner .thumb {
689
664
  height: 1em;
690
665
  width: 1em;
@@ -1,10 +1,10 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.0 - Sticky
3
- * http://github.com/fomantic/Fomantic-UI/
2
+ * # Fomantic-UI 2.9.2 - Sticky
3
+ * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
7
- * http://opensource.org/licenses/MIT
7
+ * https://opensource.org/licenses/MIT
8
8
  *
9
9
  */
10
10
 
@@ -15,7 +15,6 @@
15
15
 
16
16
  .ui.sticky {
17
17
  position: static;
18
- -webkit-transition: none;
19
18
  transition: none;
20
19
  z-index: 800;
21
20
  }
@@ -58,9 +57,6 @@
58
57
  *******************************/
59
58
 
60
59
  .ui.native.sticky {
61
- position: -moz-sticky;
62
- position: -ms-sticky;
63
- position: -o-sticky;
64
60
  position: sticky;
65
61
  }
66
62