fomantic-ui-sass 2.8.2 → 2.8.7

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 (65) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +24 -0
  3. data/app/assets/fonts/semantic-ui/brand-icons.eot +0 -0
  4. data/app/assets/fonts/semantic-ui/brand-icons.svg +928 -689
  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 +610 -426
  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 +22 -18
  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/calendar.js +249 -60
  19. data/app/assets/javascripts/semantic-ui/checkbox.js +2 -2
  20. data/app/assets/javascripts/semantic-ui/dimmer.js +3 -3
  21. data/app/assets/javascripts/semantic-ui/dropdown.js +98 -62
  22. data/app/assets/javascripts/semantic-ui/form.js +97 -35
  23. data/app/assets/javascripts/semantic-ui/modal.js +9 -1
  24. data/app/assets/javascripts/semantic-ui/popup.js +8 -7
  25. data/app/assets/javascripts/semantic-ui/progress.js +20 -24
  26. data/app/assets/javascripts/semantic-ui/search.js +30 -2
  27. data/app/assets/javascripts/semantic-ui/slider.js +8 -8
  28. data/app/assets/javascripts/semantic-ui/tab.js +3 -2
  29. data/app/assets/javascripts/semantic-ui/toast.js +11 -9
  30. data/app/assets/javascripts/semantic-ui/visibility.js +1 -1
  31. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +86 -93
  32. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +8 -6
  33. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +36 -35
  34. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +4 -4
  35. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +39 -23
  36. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +9 -3
  37. data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +1 -1
  38. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +8 -8
  39. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +159 -18
  40. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +33 -4
  41. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +68 -68
  42. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +38 -2
  43. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +12 -12
  44. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +7 -1
  45. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +16 -9
  46. data/app/assets/stylesheets/semantic-ui/elements/_text.scss +15 -0
  47. data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +16 -9
  48. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +1 -0
  49. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +26 -23
  50. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +123 -32
  51. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +6 -6
  52. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +13 -6
  53. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +36 -7
  54. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +32 -3
  55. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +90 -0
  56. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +1 -0
  57. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +2 -1
  58. data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +9 -0
  59. data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +7 -7
  60. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +34 -34
  61. data/app/assets/stylesheets/semantic-ui/views/_card.scss +1 -1
  62. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +5 -5
  63. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +4 -4
  64. data/lib/fomantic/ui/sass/version.rb +2 -2
  65. metadata +6 -6
@@ -74,27 +74,39 @@ img.ui.image {
74
74
  Vertical Aligned
75
75
  -------------------*/
76
76
 
77
- .ui.top.aligned.images .image,
78
77
  .ui.top.aligned.image,
79
78
  .ui.top.aligned.image svg,
80
79
  .ui.top.aligned.image img {
81
80
  display: inline-block;
82
81
  vertical-align: top;
83
82
  }
84
- .ui.middle.aligned.images .image,
85
83
  .ui.middle.aligned.image,
86
84
  .ui.middle.aligned.image svg,
87
85
  .ui.middle.aligned.image img {
88
86
  display: inline-block;
89
87
  vertical-align: middle;
90
88
  }
91
- .ui.bottom.aligned.images .image,
92
89
  .ui.bottom.aligned.image,
93
90
  .ui.bottom.aligned.image svg,
94
91
  .ui.bottom.aligned.image img {
95
92
  display: inline-block;
96
93
  vertical-align: bottom;
97
94
  }
95
+ .ui.top.aligned.images .image,
96
+ .ui.images .ui.top.aligned.image {
97
+ -ms-flex-item-align: start;
98
+ align-self: flex-start;
99
+ }
100
+ .ui.middle.aligned.images .image,
101
+ .ui.images .ui.middle.aligned.image {
102
+ -ms-flex-item-align: center;
103
+ align-self: center;
104
+ }
105
+ .ui.bottom.aligned.images .image,
106
+ .ui.images .ui.bottom.aligned.image {
107
+ -ms-flex-item-align: end;
108
+ align-self: flex-end;
109
+ }
98
110
 
99
111
  /*--------------
100
112
  Rounded
@@ -206,11 +218,28 @@ img.ui.bordered.image {
206
218
  .ui.floated.image:last-child {
207
219
  margin-bottom: 0;
208
220
  }
209
- .ui.centered.images,
210
221
  .ui.centered.image {
222
+ display: block;
211
223
  margin-left: auto;
212
224
  margin-right: auto;
213
225
  }
226
+ .ui.centered.images {
227
+ display: -webkit-box;
228
+ display: -ms-flexbox;
229
+ display: flex;
230
+ -webkit-box-orient: horizontal;
231
+ -webkit-box-direction: normal;
232
+ -ms-flex-direction: row;
233
+ flex-direction: row;
234
+ -ms-flex-wrap: wrap;
235
+ flex-wrap: wrap;
236
+ -webkit-box-align: stretch;
237
+ -ms-flex-align: stretch;
238
+ align-items: stretch;
239
+ -webkit-box-pack: center;
240
+ -ms-flex-pack: center;
241
+ justify-content: center;
242
+ }
214
243
 
215
244
  /*--------------
216
245
  Sizes
@@ -175,7 +175,7 @@
175
175
  color: #e7bdbc;
176
176
  }
177
177
  .ui.input.error > input:-ms-input-placeholder {
178
- color: #e7bdbc;
178
+ color: #e7bdbc !important;
179
179
  }
180
180
 
181
181
  /* Focused Placeholder */
@@ -186,7 +186,7 @@
186
186
  color: #da9796;
187
187
  }
188
188
  .ui.input.error > input:focus:-ms-input-placeholder {
189
- color: #da9796;
189
+ color: #da9796 !important;
190
190
  }
191
191
  .ui.input.info > input {
192
192
  background-color: #F8FFFF;
@@ -204,7 +204,7 @@
204
204
  color: #98cfe1;
205
205
  }
206
206
  .ui.input.info > input:-ms-input-placeholder {
207
- color: #98cfe1;
207
+ color: #98cfe1 !important;
208
208
  }
209
209
 
210
210
  /* Focused Placeholder */
@@ -215,7 +215,7 @@
215
215
  color: #70bdd6;
216
216
  }
217
217
  .ui.input.info > input:focus:-ms-input-placeholder {
218
- color: #70bdd6;
218
+ color: #70bdd6 !important;
219
219
  }
220
220
  .ui.input.success > input {
221
221
  background-color: #FCFFF5;
@@ -233,7 +233,7 @@
233
233
  color: #8fcf90;
234
234
  }
235
235
  .ui.input.success > input:-ms-input-placeholder {
236
- color: #8fcf90;
236
+ color: #8fcf90 !important;
237
237
  }
238
238
 
239
239
  /* Focused Placeholder */
@@ -244,7 +244,7 @@
244
244
  color: #6cbf6d;
245
245
  }
246
246
  .ui.input.success > input:focus:-ms-input-placeholder {
247
- color: #6cbf6d;
247
+ color: #6cbf6d !important;
248
248
  }
249
249
  .ui.input.warning > input {
250
250
  background-color: #FFFAF3;
@@ -262,7 +262,7 @@
262
262
  color: #edad3e;
263
263
  }
264
264
  .ui.input.warning > input:-ms-input-placeholder {
265
- color: #edad3e;
265
+ color: #edad3e !important;
266
266
  }
267
267
 
268
268
  /* Focused Placeholder */
@@ -273,7 +273,7 @@
273
273
  color: #e39715;
274
274
  }
275
275
  .ui.input.warning > input:focus:-ms-input-placeholder {
276
- color: #e39715;
276
+ color: #e39715 !important;
277
277
  }
278
278
 
279
279
 
@@ -458,7 +458,7 @@
458
458
  .ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > input {
459
459
  padding-right: 3.25em !important;
460
460
  }
461
- .ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > .icon {
461
+ .ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > i.icon {
462
462
  margin-right: 1.25em;
463
463
  }
464
464
 
@@ -471,13 +471,13 @@
471
471
  .ui[class*="left corner labeled"].icon.input > input {
472
472
  padding-left: 3.25em !important;
473
473
  }
474
- .ui[class*="left corner labeled"].icon.input > .icon {
474
+ .ui[class*="left corner labeled"].icon.input > i.icon {
475
475
  margin-left: 1.25em;
476
476
  }
477
- .ui.icon.input > textarea ~ .icon {
477
+ .ui.icon.input > textarea ~ i.icon {
478
478
  height: 3em;
479
479
  }
480
- :not(.field) > .ui.transparent.icon.input > textarea ~ .icon {
480
+ :not(.field) > .ui.transparent.icon.input > textarea ~ i.icon {
481
481
  height: 1.3em;
482
482
  }
483
483
 
@@ -492,97 +492,97 @@
492
492
  }
493
493
 
494
494
  /* Labeled and action input states */
495
- .ui.form > .field.error > .ui.action.input > .ui.button,
496
- .ui.form > .field.error > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
495
+ .ui.form .field.error > .ui.action.input > .ui.button,
496
+ .ui.form .field.error > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
497
497
  .ui.action.input.error > .ui.button,
498
498
  .ui.labeled.input.error:not([class*="corner labeled"]) > .ui.label {
499
- border-top: 1px solid #9F3A38;
500
- border-bottom: 1px solid #9F3A38;
499
+ border-top: 1px solid #E0B4B4;
500
+ border-bottom: 1px solid #E0B4B4;
501
501
  }
502
- .ui.form > .field.error > .ui.left.action.input > .ui.button,
503
- .ui.form > .field.error > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
504
- .ui.left.action.input.error > .ui.button,
502
+ .ui.form .field.error > .ui[class*="left action"].input > .ui.button,
503
+ .ui.form .field.error > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
504
+ .ui[class*="left action"].input.error > .ui.button,
505
505
  .ui.labeled.input.error:not(.right):not([class*="corner labeled"]) > .ui.label {
506
- border-left: 1px solid #9F3A38;
506
+ border-left: 1px solid #E0B4B4;
507
507
  }
508
- .ui.form > .field.error > .ui.action.input:not(.left) > input + .ui.button,
509
- .ui.form > .field.error > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
510
- .ui.action.input.error:not(.left) > input + .ui.button,
508
+ .ui.form .field.error > .ui.action.input:not([class*="left action"]) > input + .ui.button,
509
+ .ui.form .field.error > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
510
+ .ui.action.input.error:not([class*="left action"]) > input + .ui.button,
511
511
  .ui.right.labeled.input.error:not([class*="corner labeled"]) > input + .ui.label {
512
- border-right: 1px solid #9F3A38;
512
+ border-right: 1px solid #E0B4B4;
513
513
  }
514
- .ui.form > .field.error > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
514
+ .ui.form .field.error > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
515
515
  .ui.right.labeled.input.error:not([class*="corner labeled"]) > .ui.label:first-child {
516
- border-left: 1px solid #9F3A38;
516
+ border-left: 1px solid #E0B4B4;
517
517
  }
518
- .ui.form > .field.info > .ui.action.input > .ui.button,
519
- .ui.form > .field.info > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
518
+ .ui.form .field.info > .ui.action.input > .ui.button,
519
+ .ui.form .field.info > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
520
520
  .ui.action.input.info > .ui.button,
521
521
  .ui.labeled.input.info:not([class*="corner labeled"]) > .ui.label {
522
- border-top: 1px solid #276F86;
523
- border-bottom: 1px solid #276F86;
522
+ border-top: 1px solid #A9D5DE;
523
+ border-bottom: 1px solid #A9D5DE;
524
524
  }
525
- .ui.form > .field.info > .ui.left.action.input > .ui.button,
526
- .ui.form > .field.info > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
527
- .ui.left.action.input.info > .ui.button,
525
+ .ui.form .field.info > .ui[class*="left action"].input > .ui.button,
526
+ .ui.form .field.info > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
527
+ .ui[class*="left action"].input.info > .ui.button,
528
528
  .ui.labeled.input.info:not(.right):not([class*="corner labeled"]) > .ui.label {
529
- border-left: 1px solid #276F86;
529
+ border-left: 1px solid #A9D5DE;
530
530
  }
531
- .ui.form > .field.info > .ui.action.input:not(.left) > input + .ui.button,
532
- .ui.form > .field.info > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
533
- .ui.action.input.info:not(.left) > input + .ui.button,
531
+ .ui.form .field.info > .ui.action.input:not([class*="left action"]) > input + .ui.button,
532
+ .ui.form .field.info > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
533
+ .ui.action.input.info:not([class*="left action"]) > input + .ui.button,
534
534
  .ui.right.labeled.input.info:not([class*="corner labeled"]) > input + .ui.label {
535
- border-right: 1px solid #276F86;
535
+ border-right: 1px solid #A9D5DE;
536
536
  }
537
- .ui.form > .field.info > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
537
+ .ui.form .field.info > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
538
538
  .ui.right.labeled.input.info:not([class*="corner labeled"]) > .ui.label:first-child {
539
- border-left: 1px solid #276F86;
539
+ border-left: 1px solid #A9D5DE;
540
540
  }
541
- .ui.form > .field.success > .ui.action.input > .ui.button,
542
- .ui.form > .field.success > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
541
+ .ui.form .field.success > .ui.action.input > .ui.button,
542
+ .ui.form .field.success > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
543
543
  .ui.action.input.success > .ui.button,
544
544
  .ui.labeled.input.success:not([class*="corner labeled"]) > .ui.label {
545
- border-top: 1px solid #2C662D;
546
- border-bottom: 1px solid #2C662D;
545
+ border-top: 1px solid #A3C293;
546
+ border-bottom: 1px solid #A3C293;
547
547
  }
548
- .ui.form > .field.success > .ui.left.action.input > .ui.button,
549
- .ui.form > .field.success > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
550
- .ui.left.action.input.success > .ui.button,
548
+ .ui.form .field.success > .ui[class*="left action"].input > .ui.button,
549
+ .ui.form .field.success > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
550
+ .ui[class*="left action"].input.success > .ui.button,
551
551
  .ui.labeled.input.success:not(.right):not([class*="corner labeled"]) > .ui.label {
552
- border-left: 1px solid #2C662D;
552
+ border-left: 1px solid #A3C293;
553
553
  }
554
- .ui.form > .field.success > .ui.action.input:not(.left) > input + .ui.button,
555
- .ui.form > .field.success > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
556
- .ui.action.input.success:not(.left) > input + .ui.button,
554
+ .ui.form .field.success > .ui.action.input:not([class*="left action"]) > input + .ui.button,
555
+ .ui.form .field.success > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
556
+ .ui.action.input.success:not([class*="left action"]) > input + .ui.button,
557
557
  .ui.right.labeled.input.success:not([class*="corner labeled"]) > input + .ui.label {
558
- border-right: 1px solid #2C662D;
558
+ border-right: 1px solid #A3C293;
559
559
  }
560
- .ui.form > .field.success > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
560
+ .ui.form .field.success > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
561
561
  .ui.right.labeled.input.success:not([class*="corner labeled"]) > .ui.label:first-child {
562
- border-left: 1px solid #2C662D;
562
+ border-left: 1px solid #A3C293;
563
563
  }
564
- .ui.form > .field.warning > .ui.action.input > .ui.button,
565
- .ui.form > .field.warning > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
564
+ .ui.form .field.warning > .ui.action.input > .ui.button,
565
+ .ui.form .field.warning > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
566
566
  .ui.action.input.warning > .ui.button,
567
567
  .ui.labeled.input.warning:not([class*="corner labeled"]) > .ui.label {
568
- border-top: 1px solid #573A08;
569
- border-bottom: 1px solid #573A08;
568
+ border-top: 1px solid #C9BA9B;
569
+ border-bottom: 1px solid #C9BA9B;
570
570
  }
571
- .ui.form > .field.warning > .ui.left.action.input > .ui.button,
572
- .ui.form > .field.warning > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
573
- .ui.left.action.input.warning > .ui.button,
571
+ .ui.form .field.warning > .ui[class*="left action"].input > .ui.button,
572
+ .ui.form .field.warning > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
573
+ .ui[class*="left action"].input.warning > .ui.button,
574
574
  .ui.labeled.input.warning:not(.right):not([class*="corner labeled"]) > .ui.label {
575
- border-left: 1px solid #573A08;
575
+ border-left: 1px solid #C9BA9B;
576
576
  }
577
- .ui.form > .field.warning > .ui.action.input:not(.left) > input + .ui.button,
578
- .ui.form > .field.warning > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
579
- .ui.action.input.warning:not(.left) > input + .ui.button,
577
+ .ui.form .field.warning > .ui.action.input:not([class*="left action"]) > input + .ui.button,
578
+ .ui.form .field.warning > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
579
+ .ui.action.input.warning:not([class*="left action"]) > input + .ui.button,
580
580
  .ui.right.labeled.input.warning:not([class*="corner labeled"]) > input + .ui.label {
581
- border-right: 1px solid #573A08;
581
+ border-right: 1px solid #C9BA9B;
582
582
  }
583
- .ui.form > .field.warning > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
583
+ .ui.form .field.warning > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
584
584
  .ui.right.labeled.input.warning:not([class*="corner labeled"]) > .ui.label:first-child {
585
- border-left: 1px solid #573A08;
585
+ border-left: 1px solid #C9BA9B;
586
586
  }
587
587
 
588
588
  /*--------------------
@@ -154,6 +154,21 @@ a.ui.label {
154
154
  margin-top: 0;
155
155
  margin-bottom: 2rem !important;
156
156
  }
157
+ .ui.segment:not(.basic) > .ui.top.attached.label {
158
+ margin-top: -1px;
159
+ }
160
+ .ui.segment:not(.basic) > .ui.bottom.attached.label {
161
+ margin-bottom: -1px;
162
+ }
163
+ .ui.segment:not(.basic) > .ui.attached.label:not(.right) {
164
+ margin-left: -1px;
165
+ }
166
+ .ui.segment:not(.basic) > .ui.right.attached.label {
167
+ margin-right: -1px;
168
+ }
169
+ .ui.segment:not(.basic) > .ui.attached.label:not(.left):not(.right) {
170
+ width: calc(100% + 2px);
171
+ }
157
172
 
158
173
 
159
174
  /*******************************
@@ -161,7 +176,7 @@ a.ui.label {
161
176
  *******************************/
162
177
 
163
178
  .ui.image.label {
164
- width: auto !important;
179
+ width: auto;
165
180
  margin-top: 0;
166
181
  margin-bottom: 0;
167
182
  max-width: 9999px;
@@ -173,6 +188,9 @@ a.ui.label {
173
188
  -webkit-box-shadow: none;
174
189
  box-shadow: none;
175
190
  }
191
+ .ui.image.label.attached:not(.basic) {
192
+ padding: 0.5833em 0.833em 0.5833em 0.5em;
193
+ }
176
194
  .ui.image.label img {
177
195
  display: inline-block;
178
196
  vertical-align: top;
@@ -186,6 +204,14 @@ a.ui.label {
186
204
  padding: 0.5833em 0.833em;
187
205
  border-radius: 0 0.28571429rem 0.28571429rem 0;
188
206
  }
207
+ .ui.bottom.attached.image.label:not(.right) > img,
208
+ .ui.top.right.attached.image.label > img {
209
+ border-top-left-radius: 0;
210
+ }
211
+ .ui.top.attached.image.label:not(.right) > img,
212
+ .ui.bottom.right.attached.image.label > img {
213
+ border-bottom-left-radius: 0;
214
+ }
189
215
 
190
216
  /*-------------------
191
217
  Tag
@@ -444,7 +470,7 @@ a.ui.label {
444
470
  }
445
471
  .ui[class*="top left attached"].label {
446
472
  width: auto;
447
- margin-top: 0 !important;
473
+ margin-top: 0;
448
474
  border-radius: 0.21428571rem 0 0.28571429rem 0;
449
475
  }
450
476
  .ui[class*="top right attached"].label {
@@ -567,6 +593,16 @@ a.ui.active.label:hover:before {
567
593
  color: rgba(0, 0, 0, 0.87);
568
594
  -webkit-box-shadow: none;
569
595
  box-shadow: none;
596
+ padding-top: calc(0.5833em - 1px);
597
+ padding-bottom: calc(0.5833em - 1px);
598
+ padding-right: calc(0.833em - 1px);
599
+ }
600
+ .ui.basic.labels:not(.tag):not(.image):not(.ribbon) .label,
601
+ .ui.basic.label:not(.tag):not(.image):not(.ribbon) {
602
+ padding-left: calc(0.833em - 1px);
603
+ }
604
+ .ui.basic.image.label {
605
+ padding-left: calc(0.5em - 1px);
570
606
  }
571
607
 
572
608
  /* Link */
@@ -143,16 +143,16 @@ ol.ui.list ol li,
143
143
  color: rgba(0, 0, 0, 0.87);
144
144
  }
145
145
  .ui.list .list > .item > .image + .content,
146
- .ui.list .list > .item > .icon + .content,
146
+ .ui.list .list > .item > i.icon + .content,
147
147
  .ui.list > .item > .image + .content,
148
- .ui.list > .item > .icon + .content {
148
+ .ui.list > .item > i.icon + .content {
149
149
  display: table-cell;
150
150
  width: 100%;
151
151
  padding: 0 0 0 0.5em;
152
152
  vertical-align: top;
153
153
  }
154
- .ui.list .list > .item > .loading.icon + .content,
155
- .ui.list > .item > .loading.icon + .content {
154
+ .ui.list .list > .item > i.loading.icon + .content,
155
+ .ui.list > .item > i.loading.icon + .content {
156
156
  padding-left: calc(0.2857142857142857em + 0.5em);
157
157
  }
158
158
  .ui.list .list > .item > img.image + .content,
@@ -295,8 +295,8 @@ ol.ui.list ol li,
295
295
  }
296
296
  .ui.horizontal.list > .item > .image,
297
297
  .ui.horizontal.list .list > .item > .image,
298
- .ui.horizontal.list > .item > .icon,
299
- .ui.horizontal.list .list > .item > .icon,
298
+ .ui.horizontal.list > .item > i.icon,
299
+ .ui.horizontal.list .list > .item > i.icon,
300
300
  .ui.horizontal.list > .item > .content,
301
301
  .ui.horizontal.list .list > .item > .content {
302
302
  vertical-align: middle;
@@ -316,8 +316,8 @@ ol.ui.list ol li,
316
316
  padding: 0 0.25em 0 0;
317
317
  }
318
318
  .ui.horizontal.list > .item > .image + .content,
319
- .ui.horizontal.list > .item > .icon,
320
- .ui.horizontal.list > .item > .icon + .content {
319
+ .ui.horizontal.list > .item > i.icon,
320
+ .ui.horizontal.list > .item > i.icon + .content {
321
321
  float: none;
322
322
  display: inline-block;
323
323
  width: auto;
@@ -352,8 +352,8 @@ ol.ui.list ol li,
352
352
 
353
353
  .ui.list .list > a.item:hover > .icons,
354
354
  .ui.list > a.item:hover > .icons,
355
- .ui.list .list > a.item:hover > .icon,
356
- .ui.list > a.item:hover > .icon {
355
+ .ui.list .list > a.item:hover > i.icon,
356
+ .ui.list > a.item:hover > i.icon {
357
357
  color: rgba(0, 0, 0, 0.87);
358
358
  }
359
359
 
@@ -367,8 +367,8 @@ ol.ui.list ol li,
367
367
  Inverted
368
368
  --------------------*/
369
369
 
370
- .ui.inverted.list .list > a.item > .icon,
371
- .ui.inverted.list > a.item > .icon {
370
+ .ui.inverted.list .list > a.item > i.icon,
371
+ .ui.inverted.list > a.item > i.icon {
372
372
  color: rgba(255, 255, 255, 0.7);
373
373
  }
374
374
  .ui.inverted.list .list > .item .header,