semantic-ui-sass 2.0.7.0 → 2.1.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (61) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/semantic-ui/accordion.js +17 -13
  3. data/app/assets/javascripts/semantic-ui/api.js +25 -7
  4. data/app/assets/javascripts/semantic-ui/checkbox.js +124 -48
  5. data/app/assets/javascripts/semantic-ui/dropdown.js +193 -108
  6. data/app/assets/javascripts/semantic-ui/embed.js +1 -4
  7. data/app/assets/javascripts/semantic-ui/form.js +125 -12
  8. data/app/assets/javascripts/semantic-ui/modal.js +13 -13
  9. data/app/assets/javascripts/semantic-ui/nag.js +11 -1
  10. data/app/assets/javascripts/semantic-ui/popup.js +23 -10
  11. data/app/assets/javascripts/semantic-ui/search.js +83 -54
  12. data/app/assets/javascripts/semantic-ui/sticky.js +34 -32
  13. data/app/assets/javascripts/semantic-ui/tab.js +8 -7
  14. data/app/assets/javascripts/semantic-ui/transition.js +5 -5
  15. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +2 -2
  16. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +102 -31
  17. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +159 -10
  18. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +151 -60
  19. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +1 -1
  20. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +18 -1
  21. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +187 -97
  22. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +29 -5
  23. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +6 -3
  24. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +1 -1
  25. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +1 -3
  26. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +23 -38
  27. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
  28. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +69 -39
  29. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +423 -222
  30. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +16 -1
  31. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +1 -1
  32. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +1 -1
  33. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +5 -13
  34. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +1 -1
  35. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +9 -6
  36. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +1 -1
  37. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +1 -1
  38. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +1 -1
  39. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +7 -7
  40. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +1 -1
  41. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +26 -9
  42. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +1 -1
  43. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +1 -1
  44. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +1 -1
  45. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +1 -1
  46. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +1 -1
  47. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +1 -1
  48. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +1 -1
  49. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +1 -1
  50. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +1 -1
  51. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -1
  52. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +1 -1
  53. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1 -1
  54. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +1 -1
  55. data/app/assets/stylesheets/semantic-ui/views/_card.scss +1 -1
  56. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +1 -1
  57. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +1 -1
  58. data/app/assets/stylesheets/semantic-ui/views/_item.scss +7 -7
  59. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +1 -1
  60. data/lib/semantic/ui/sass/version.rb +2 -2
  61. metadata +2 -2
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.0.7 - Label
2
+ * # Semantic UI 2.1.3 - Label
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -21,12 +21,12 @@
21
21
  vertical-align: baseline;
22
22
  margin: 0em 0.14285714em;
23
23
  background-color: #e8e8e8;
24
- border-color: #e8e8e8;
25
24
  background-image: none;
26
25
  padding: 0.5833em 0.833em;
27
26
  color: rgba(0, 0, 0, 0.6);
28
27
  text-transform: none;
29
28
  font-weight: bold;
29
+ border: 0px solid transparent;
30
30
  border-radius: 0.28571429rem;
31
31
  -webkit-transition: background 0.1s ease;
32
32
  transition: background 0.1s ease;
@@ -178,6 +178,8 @@ a.ui.label {
178
178
  padding-left: 1.5em;
179
179
  padding-right: 1.5em;
180
180
  border-radius: 0em 0.28571429rem 0.28571429rem 0em;
181
+ -webkit-transition: none;
182
+ transition: none;
181
183
  }
182
184
  .ui.tag.labels .label:before,
183
185
  .ui.tag.label:before {
@@ -188,12 +190,12 @@ a.ui.label {
188
190
  top: 50%;
189
191
  right: 100%;
190
192
  content: '';
191
- background-color: #e8e8e8;
193
+ background-color: inherit;
192
194
  background-image: none;
193
195
  width: 1.56em;
194
196
  height: 1.56em;
195
- -webkit-transition: background 0.1s ease;
196
- transition: background 0.1s ease;
197
+ -webkit-transition: none;
198
+ transition: none;
197
199
  }
198
200
  .ui.tag.labels .label:after,
199
201
  .ui.tag.label:after {
@@ -220,6 +222,7 @@ a.ui.label {
220
222
  margin: 0em;
221
223
  padding: 0em;
222
224
  text-align: center;
225
+ border-color: #e8e8e8;
223
226
  width: 4em;
224
227
  height: 4em;
225
228
  z-index: 1;
@@ -341,7 +344,7 @@ a.ui.label {
341
344
  border-top-color: inherit;
342
345
  }
343
346
 
344
- /* Inside Image */
347
+ /* Inside Table */
345
348
  .ui.image > .ribbon.label,
346
349
  .ui.card .image > .ribbon.label {
347
350
  position: absolute;
@@ -357,11 +360,20 @@ a.ui.label {
357
360
  padding-left: 0.833em;
358
361
  }
359
362
 
363
+ /* Inside Table */
364
+ .ui.table td > .ui.ribbon.label {
365
+ left: calc( -0.71428571em - 1.2em );
366
+ }
367
+ .ui.table td > .ui[class*="right ribbon"].label {
368
+ left: calc(100% + 0.71428571em + 1.2em );
369
+ padding-left: 0.833em;
370
+ }
371
+
360
372
  /*-------------------
361
373
  Attached
362
374
  --------------------*/
363
375
 
364
- .ui.top.attached.label,
376
+ .ui[class*="top attached"].label,
365
377
  .ui.attached.label {
366
378
  width: 100%;
367
379
  position: absolute;
@@ -371,29 +383,29 @@ a.ui.label {
371
383
  padding: 0.75em 1em;
372
384
  border-radius: 0.21428571rem 0.21428571rem 0em 0em;
373
385
  }
374
- .ui.bottom.attached.label {
386
+ .ui[class*="bottom attached"].label {
375
387
  top: auto;
376
388
  bottom: 0em;
377
389
  border-radius: 0em 0em 0.21428571rem 0.21428571rem;
378
390
  }
379
- .ui.top.left.attached.label {
391
+ .ui[class*="top left attached"].label {
380
392
  width: auto;
381
393
  margin-top: 0em !important;
382
394
  border-radius: 0.21428571rem 0em 0.28571429rem 0em;
383
395
  }
384
- .ui.top.right.attached.label {
396
+ .ui[class*="top right attached"].label {
385
397
  width: auto;
386
398
  left: auto;
387
399
  right: 0em;
388
400
  border-radius: 0em 0.21428571rem 0em 0.28571429rem;
389
401
  }
390
- .ui.bottom.left.attached.label {
402
+ .ui[class*="bottom left attached"].label {
391
403
  width: auto;
392
404
  top: auto;
393
405
  bottom: 0em;
394
406
  border-radius: 0em 0.28571429rem 0em 0.21428571rem;
395
407
  }
396
- .ui.bottom.right.attached.label {
408
+ .ui[class*="bottom right attached"].label {
397
409
  top: auto;
398
410
  bottom: 0em;
399
411
  left: auto;
@@ -429,8 +441,6 @@ a.ui.label:hover {
429
441
  }
430
442
  .ui.labels a.label:hover:before,
431
443
  a.ui.label:hover:before {
432
- background-color: #e0e0e0;
433
- background-image: none;
434
444
  color: rgba(0, 0, 0, 0.8);
435
445
  }
436
446
 
@@ -505,30 +515,39 @@ a.ui.active.label:ActiveHover:before {
505
515
  border-color: #db2828 !important;
506
516
  color: #ffffff !important;
507
517
  }
508
- .ui.labels .red.label:before,
509
- .ui.red.labels .label:before,
510
- .ui.red.label:before {
511
- background-color: #db2828 !important;
512
- }
513
- .ui.red.corner.label,
514
- .ui.red.corner.label:hover {
515
- background-color: transparent !important;
516
- }
517
- a.ui.red.labels .label:hover,
518
+
519
+ /* Link */
520
+ .ui.red.labels .label:hover,
518
521
  a.ui.red.label:hover {
519
522
  background-color: #d01919 !important;
520
523
  border-color: #d01919 !important;
521
524
  color: #ffffff !important;
522
525
  }
523
- .ui.labels a.red.label:hover:before,
524
- .ui.red.labels a.label:hover:before,
525
- a.ui.red.label:hover:before {
526
- background-color: #d01919 !important;
526
+
527
+ /* Corner */
528
+ .ui.red.corner.label,
529
+ .ui.red.corner.label:hover {
530
+ background-color: transparent !important;
527
531
  }
532
+
533
+ /* Ribbon */
528
534
  .ui.red.ribbon.label {
529
535
  border-color: #b21e1e !important;
530
536
  }
531
537
 
538
+ /* Basic */
539
+ .ui.basic.red.label {
540
+ background-color: #ffffff !important;
541
+ color: #db2828 !important;
542
+ border-color: #db2828 !important;
543
+ }
544
+ .ui.basic.red.labels a.label:hover,
545
+ a.ui.basic.red.label:hover {
546
+ background-color: #ffffff !important;
547
+ color: #d01919 !important;
548
+ border-color: #d01919 !important;
549
+ }
550
+
532
551
  /*--- Orange ---*/
533
552
 
534
553
  .ui.orange.labels .label,
@@ -537,30 +556,39 @@ a.ui.red.label:hover:before {
537
556
  border-color: #f2711c !important;
538
557
  color: #ffffff !important;
539
558
  }
540
- .ui.labels .orange.label:before,
541
- .ui.orange.labels .label:before,
542
- .ui.orange.label:before {
543
- background-color: #f2711c !important;
544
- }
545
- .ui.orange.corner.label,
546
- .ui.orange.corner.label:hover {
547
- background-color: transparent !important;
548
- }
549
- a.ui.orange.labels .label:hover,
559
+
560
+ /* Link */
561
+ .ui.orange.labels .label:hover,
550
562
  a.ui.orange.label:hover {
551
563
  background-color: #f26202 !important;
552
564
  border-color: #f26202 !important;
553
565
  color: #ffffff !important;
554
566
  }
555
- .ui.labels a.orange.label:hover:before,
556
- .ui.orange.labels a.label:hover:before,
557
- a.ui.orange.label:hover:before {
558
- background-color: #f26202 !important;
567
+
568
+ /* Corner */
569
+ .ui.orange.corner.label,
570
+ .ui.orange.corner.label:hover {
571
+ background-color: transparent !important;
559
572
  }
573
+
574
+ /* Ribbon */
560
575
  .ui.orange.ribbon.label {
561
576
  border-color: #cf590c !important;
562
577
  }
563
578
 
579
+ /* Basic */
580
+ .ui.basic.orange.label {
581
+ background-color: #ffffff !important;
582
+ color: #f2711c !important;
583
+ border-color: #f2711c !important;
584
+ }
585
+ .ui.basic.orange.labels a.label:hover,
586
+ a.ui.basic.orange.label:hover {
587
+ background-color: #ffffff !important;
588
+ color: #f26202 !important;
589
+ border-color: #f26202 !important;
590
+ }
591
+
564
592
  /*--- Yellow ---*/
565
593
 
566
594
  .ui.yellow.labels .label,
@@ -569,30 +597,39 @@ a.ui.orange.label:hover:before {
569
597
  border-color: #fbbd08 !important;
570
598
  color: #ffffff !important;
571
599
  }
572
- .ui.labels .yellow.label:before,
573
- .ui.yellow.labels .label:before,
574
- .ui.yellow.label:before {
575
- background-color: #fbbd08 !important;
576
- }
577
- .ui.yellow.corner.label,
578
- .ui.yellow.corner.label:hover {
579
- background-color: transparent !important;
580
- }
581
- a.ui.yellow.labels .label:hover,
600
+
601
+ /* Link */
602
+ .ui.yellow.labels .label:hover,
582
603
  a.ui.yellow.label:hover {
583
604
  background-color: #eaae00 !important;
584
605
  border-color: #eaae00 !important;
585
606
  color: #ffffff !important;
586
607
  }
587
- .ui.labels a.yellow.label:hover:before,
588
- .ui.yellow.labels a.label:hover:before,
589
- a.ui.yellow.label:hover:before {
590
- background-color: #eaae00 !important;
608
+
609
+ /* Corner */
610
+ .ui.yellow.corner.label,
611
+ .ui.yellow.corner.label:hover {
612
+ background-color: transparent !important;
591
613
  }
614
+
615
+ /* Ribbon */
592
616
  .ui.yellow.ribbon.label {
593
617
  border-color: #cd9903 !important;
594
618
  }
595
619
 
620
+ /* Basic */
621
+ .ui.basic.yellow.label {
622
+ background-color: #ffffff !important;
623
+ color: #fbbd08 !important;
624
+ border-color: #fbbd08 !important;
625
+ }
626
+ .ui.basic.yellow.labels a.label:hover,
627
+ a.ui.basic.yellow.label:hover {
628
+ background-color: #ffffff !important;
629
+ color: #eaae00 !important;
630
+ border-color: #eaae00 !important;
631
+ }
632
+
596
633
  /*--- Olive ---*/
597
634
 
598
635
  .ui.olive.labels .label,
@@ -601,30 +638,39 @@ a.ui.yellow.label:hover:before {
601
638
  border-color: #b5cc18 !important;
602
639
  color: #ffffff !important;
603
640
  }
604
- .ui.labels .olive.label:before,
605
- .ui.olive.labels .label:before,
606
- .ui.olive.label:before {
607
- background-color: #b5cc18 !important;
608
- }
609
- .ui.olive.corner.label,
610
- .ui.olive.corner.label:hover {
611
- background-color: transparent !important;
612
- }
613
- a.ui.olive.labels .label:hover,
641
+
642
+ /* Link */
643
+ .ui.olive.labels .label:hover,
614
644
  a.ui.olive.label:hover {
615
645
  background-color: #a7bd0d !important;
616
646
  border-color: #a7bd0d !important;
617
647
  color: #ffffff !important;
618
648
  }
619
- .ui.labels a.olive.label:hover:before,
620
- .ui.olive.labels a.label:hover:before,
621
- a.ui.olive.label:hover:before {
622
- background-color: #a7bd0d !important;
649
+
650
+ /* Corner */
651
+ .ui.olive.corner.label,
652
+ .ui.olive.corner.label:hover {
653
+ background-color: transparent !important;
623
654
  }
655
+
656
+ /* Ribbon */
624
657
  .ui.olive.ribbon.label {
625
658
  border-color: #198f35 !important;
626
659
  }
627
660
 
661
+ /* Basic */
662
+ .ui.basic.olive.label {
663
+ background-color: #ffffff !important;
664
+ color: #b5cc18 !important;
665
+ border-color: #b5cc18 !important;
666
+ }
667
+ .ui.basic.olive.labels a.label:hover,
668
+ a.ui.basic.olive.label:hover {
669
+ background-color: #ffffff !important;
670
+ color: #a7bd0d !important;
671
+ border-color: #a7bd0d !important;
672
+ }
673
+
628
674
  /*--- Green ---*/
629
675
 
630
676
  .ui.green.labels .label,
@@ -633,30 +679,39 @@ a.ui.olive.label:hover:before {
633
679
  border-color: #21ba45 !important;
634
680
  color: #ffffff !important;
635
681
  }
636
- .ui.labels .green.label:before,
637
- .ui.green.labels .label:before,
638
- .ui.green.label:before {
639
- background-color: #21ba45 !important;
640
- }
641
- .ui.green.corner.label,
642
- .ui.green.corner.label:hover {
643
- background-color: transparent !important;
644
- }
645
- a.ui.green.labels .label:hover,
682
+
683
+ /* Link */
684
+ .ui.green.labels .label:hover,
646
685
  a.ui.green.label:hover {
647
686
  background-color: #16ab39 !important;
648
687
  border-color: #16ab39 !important;
649
688
  color: #ffffff !important;
650
689
  }
651
- .ui.labels a.green.label:hover:before,
652
- .ui.green.labels a.label:hover:before,
653
- a.ui.green.label:hover:before {
654
- background-color: #16ab39 !important;
690
+
691
+ /* Corner */
692
+ .ui.green.corner.label,
693
+ .ui.green.corner.label:hover {
694
+ background-color: transparent !important;
655
695
  }
696
+
697
+ /* Ribbon */
656
698
  .ui.green.ribbon.label {
657
699
  border-color: #198f35 !important;
658
700
  }
659
701
 
702
+ /* Basic */
703
+ .ui.basic.green.label {
704
+ background-color: #ffffff !important;
705
+ color: #21ba45 !important;
706
+ border-color: #21ba45 !important;
707
+ }
708
+ .ui.basic.green.labels a.label:hover,
709
+ a.ui.basic.green.label:hover {
710
+ background-color: #ffffff !important;
711
+ color: #16ab39 !important;
712
+ border-color: #16ab39 !important;
713
+ }
714
+
660
715
  /*--- Teal ---*/
661
716
 
662
717
  .ui.teal.labels .label,
@@ -665,30 +720,39 @@ a.ui.green.label:hover:before {
665
720
  border-color: #00b5ad !important;
666
721
  color: #ffffff !important;
667
722
  }
668
- .ui.labels .teal.label:before,
669
- .ui.teal.labels .label:before,
670
- .ui.teal.label:before {
671
- background-color: #00b5ad !important;
672
- }
673
- .ui.teal.corner.label,
674
- .ui.teal.corner.label:hover {
675
- background-color: transparent !important;
676
- }
677
- a.ui.teal.labels .label:hover,
723
+
724
+ /* Link */
725
+ .ui.teal.labels .label:hover,
678
726
  a.ui.teal.label:hover {
679
727
  background-color: #009c95 !important;
680
728
  border-color: #009c95 !important;
681
729
  color: #ffffff !important;
682
730
  }
683
- .ui.labels a.teal.label:hover:before,
684
- .ui.teal.labels a.label:hover:before,
685
- a.ui.teal.label:hover:before {
686
- background-color: #009c95 !important;
731
+
732
+ /* Corner */
733
+ .ui.teal.corner.label,
734
+ .ui.teal.corner.label:hover {
735
+ background-color: transparent !important;
687
736
  }
737
+
738
+ /* Ribbon */
688
739
  .ui.teal.ribbon.label {
689
740
  border-color: #00827c !important;
690
741
  }
691
742
 
743
+ /* Basic */
744
+ .ui.basic.teal.label {
745
+ background-color: #ffffff !important;
746
+ color: #00b5ad !important;
747
+ border-color: #00b5ad !important;
748
+ }
749
+ .ui.basic.teal.labels a.label:hover,
750
+ a.ui.basic.teal.label:hover {
751
+ background-color: #ffffff !important;
752
+ color: #009c95 !important;
753
+ border-color: #009c95 !important;
754
+ }
755
+
692
756
  /*--- Blue ---*/
693
757
 
694
758
  .ui.blue.labels .label,
@@ -697,30 +761,39 @@ a.ui.teal.label:hover:before {
697
761
  border-color: #2185d0 !important;
698
762
  color: #ffffff !important;
699
763
  }
700
- .ui.labels .blue.label:before,
701
- .ui.blue.labels .label:before,
702
- .ui.blue.label:before {
703
- background-color: #2185d0 !important;
704
- }
705
- .ui.blue.corner.label,
706
- .ui.blue.corner.label:hover {
707
- background-color: transparent !important;
708
- }
709
- a.ui.blue.labels .label:hover,
764
+
765
+ /* Link */
766
+ .ui.blue.labels .label:hover,
710
767
  a.ui.blue.label:hover {
711
768
  background-color: #1678c2 !important;
712
769
  border-color: #1678c2 !important;
713
770
  color: #ffffff !important;
714
771
  }
715
- .ui.labels a.blue.label:hover:before,
716
- .ui.blue.labels a.label:hover:before,
717
- a.ui.blue.label:hover:before {
718
- background-color: #1678c2 !important;
772
+
773
+ /* Corner */
774
+ .ui.blue.corner.label,
775
+ .ui.blue.corner.label:hover {
776
+ background-color: transparent !important;
719
777
  }
778
+
779
+ /* Ribbon */
720
780
  .ui.blue.ribbon.label {
721
781
  border-color: #1a69a4 !important;
722
782
  }
723
783
 
784
+ /* Basic */
785
+ .ui.basic.blue.label {
786
+ background-color: #ffffff !important;
787
+ color: #2185d0 !important;
788
+ border-color: #2185d0 !important;
789
+ }
790
+ .ui.basic.blue.labels a.label:hover,
791
+ a.ui.basic.blue.label:hover {
792
+ background-color: #ffffff !important;
793
+ color: #1678c2 !important;
794
+ border-color: #1678c2 !important;
795
+ }
796
+
724
797
  /*--- Violet ---*/
725
798
 
726
799
  .ui.violet.labels .label,
@@ -729,30 +802,39 @@ a.ui.blue.label:hover:before {
729
802
  border-color: #6435c9 !important;
730
803
  color: #ffffff !important;
731
804
  }
732
- .ui.labels .violet.label:before,
733
- .ui.violet.labels .label:before,
734
- .ui.violet.label:before {
735
- background-color: #6435c9 !important;
736
- }
737
- .ui.violet.corner.label,
738
- .ui.violet.corner.label:hover {
739
- background-color: transparent !important;
740
- }
741
- a.ui.violet.labels .label:hover,
805
+
806
+ /* Link */
807
+ .ui.violet.labels .label:hover,
742
808
  a.ui.violet.label:hover {
743
809
  background-color: #5829bb !important;
744
810
  border-color: #5829bb !important;
745
811
  color: #ffffff !important;
746
812
  }
747
- .ui.labels a.violet.label:hover:before,
748
- .ui.violet.labels a.label:hover:before,
749
- a.ui.violet.label:hover:before {
750
- background-color: #5829bb !important;
813
+
814
+ /* Corner */
815
+ .ui.violet.corner.label,
816
+ .ui.violet.corner.label:hover {
817
+ background-color: transparent !important;
751
818
  }
819
+
820
+ /* Ribbon */
752
821
  .ui.violet.ribbon.label {
753
822
  border-color: #502aa1 !important;
754
823
  }
755
824
 
825
+ /* Basic */
826
+ .ui.basic.violet.label {
827
+ background-color: #ffffff !important;
828
+ color: #6435c9 !important;
829
+ border-color: #6435c9 !important;
830
+ }
831
+ .ui.basic.violet.labels a.label:hover,
832
+ a.ui.basic.violet.label:hover {
833
+ background-color: #ffffff !important;
834
+ color: #5829bb !important;
835
+ border-color: #5829bb !important;
836
+ }
837
+
756
838
  /*--- Purple ---*/
757
839
 
758
840
  .ui.purple.labels .label,
@@ -761,30 +843,39 @@ a.ui.violet.label:hover:before {
761
843
  border-color: #a333c8 !important;
762
844
  color: #ffffff !important;
763
845
  }
764
- .ui.labels .purple.label:before,
765
- .ui.purple.labels .label:before,
766
- .ui.purple.label:before {
767
- background-color: #a333c8 !important;
768
- }
769
- .ui.purple.corner.label,
770
- .ui.purple.corner.label:hover {
771
- background-color: transparent !important;
772
- }
773
- a.ui.purple.labels .label:hover,
846
+
847
+ /* Link */
848
+ .ui.purple.labels .label:hover,
774
849
  a.ui.purple.label:hover {
775
850
  background-color: #9627ba !important;
776
851
  border-color: #9627ba !important;
777
852
  color: #ffffff !important;
778
853
  }
779
- .ui.labels a.purple.label:hover:before,
780
- .ui.purple.labels a.label:hover:before,
781
- a.ui.purple.label:hover:before {
782
- background-color: #9627ba !important;
854
+
855
+ /* Corner */
856
+ .ui.purple.corner.label,
857
+ .ui.purple.corner.label:hover {
858
+ background-color: transparent !important;
783
859
  }
860
+
861
+ /* Ribbon */
784
862
  .ui.purple.ribbon.label {
785
863
  border-color: #82299f !important;
786
864
  }
787
865
 
866
+ /* Basic */
867
+ .ui.basic.purple.label {
868
+ background-color: #ffffff !important;
869
+ color: #a333c8 !important;
870
+ border-color: #a333c8 !important;
871
+ }
872
+ .ui.basic.purple.labels a.label:hover,
873
+ a.ui.basic.purple.label:hover {
874
+ background-color: #ffffff !important;
875
+ color: #9627ba !important;
876
+ border-color: #9627ba !important;
877
+ }
878
+
788
879
  /*--- Pink ---*/
789
880
 
790
881
  .ui.pink.labels .label,
@@ -793,30 +884,39 @@ a.ui.purple.label:hover:before {
793
884
  border-color: #e03997 !important;
794
885
  color: #ffffff !important;
795
886
  }
796
- .ui.labels .pink.label:before,
797
- .ui.pink.labels .label:before,
798
- .ui.pink.label:before {
799
- background-color: #e03997 !important;
800
- }
801
- .ui.pink.corner.label,
802
- .ui.pink.corner.label:hover {
803
- background-color: transparent !important;
804
- }
805
- a.ui.pink.labels .label:hover,
887
+
888
+ /* Link */
889
+ .ui.pink.labels .label:hover,
806
890
  a.ui.pink.label:hover {
807
891
  background-color: #e61a8d !important;
808
892
  border-color: #e61a8d !important;
809
893
  color: #ffffff !important;
810
894
  }
811
- .ui.labels a.pink.label:hover:before,
812
- .ui.pink.labels a.label:hover:before,
813
- a.ui.pink.label:hover:before {
814
- background-color: #e61a8d !important;
895
+
896
+ /* Corner */
897
+ .ui.pink.corner.label,
898
+ .ui.pink.corner.label:hover {
899
+ background-color: transparent !important;
815
900
  }
901
+
902
+ /* Ribbon */
816
903
  .ui.pink.ribbon.label {
817
904
  border-color: #c71f7e !important;
818
905
  }
819
906
 
907
+ /* Basic */
908
+ .ui.basic.pink.label {
909
+ background-color: #ffffff !important;
910
+ color: #e03997 !important;
911
+ border-color: #e03997 !important;
912
+ }
913
+ .ui.basic.pink.labels a.label:hover,
914
+ a.ui.basic.pink.label:hover {
915
+ background-color: #ffffff !important;
916
+ color: #e61a8d !important;
917
+ border-color: #e61a8d !important;
918
+ }
919
+
820
920
  /*--- Brown ---*/
821
921
 
822
922
  .ui.brown.labels .label,
@@ -825,30 +925,39 @@ a.ui.pink.label:hover:before {
825
925
  border-color: #a5673f !important;
826
926
  color: #ffffff !important;
827
927
  }
828
- .ui.labels .brown.label:before,
829
- .ui.brown.labels .label:before,
830
- .ui.brown.label:before {
831
- background-color: #a5673f !important;
832
- }
833
- .ui.brown.corner.label,
834
- .ui.brown.corner.label:hover {
835
- background-color: transparent !important;
836
- }
837
- a.ui.brown.labels .label:hover,
928
+
929
+ /* Link */
930
+ .ui.brown.labels .label:hover,
838
931
  a.ui.brown.label:hover {
839
932
  background-color: #975b33 !important;
840
933
  border-color: #975b33 !important;
841
934
  color: #ffffff !important;
842
935
  }
843
- .ui.labels a.brown.label:hover:before,
844
- .ui.brown.labels a.label:hover:before,
845
- a.ui.brown.label:hover:before {
846
- background-color: #975b33 !important;
936
+
937
+ /* Corner */
938
+ .ui.brown.corner.label,
939
+ .ui.brown.corner.label:hover {
940
+ background-color: transparent !important;
847
941
  }
942
+
943
+ /* Ribbon */
848
944
  .ui.brown.ribbon.label {
849
945
  border-color: #805031 !important;
850
946
  }
851
947
 
948
+ /* Basic */
949
+ .ui.basic.brown.label {
950
+ background-color: #ffffff !important;
951
+ color: #a5673f !important;
952
+ border-color: #a5673f !important;
953
+ }
954
+ .ui.basic.brown.labels a.label:hover,
955
+ a.ui.basic.brown.label:hover {
956
+ background-color: #ffffff !important;
957
+ color: #975b33 !important;
958
+ border-color: #975b33 !important;
959
+ }
960
+
852
961
  /*--- Grey ---*/
853
962
 
854
963
  .ui.grey.labels .label,
@@ -857,28 +966,37 @@ a.ui.brown.label:hover:before {
857
966
  border-color: #767676 !important;
858
967
  color: #ffffff !important;
859
968
  }
860
- .ui.labels .grey.label:before,
861
- .ui.grey.labels .label:before,
862
- .ui.grey.label:before {
863
- background-color: #767676 !important;
864
- }
865
- .ui.grey.corner.label,
866
- .ui.grey.corner.label:hover {
867
- background-color: transparent !important;
868
- }
869
- a.ui.grey.labels .label:hover,
969
+
970
+ /* Link */
971
+ .ui.grey.labels .label:hover,
870
972
  a.ui.grey.label:hover {
871
973
  background-color: #838383 !important;
872
974
  border-color: #838383 !important;
873
975
  color: #ffffff !important;
874
976
  }
875
- .ui.labels a.grey.label:hover:before,
876
- .ui.grey.labels a.label:hover:before,
877
- a.ui.grey.label:hover:before {
878
- background-color: #838383 !important;
977
+
978
+ /* Corner */
979
+ .ui.grey.corner.label,
980
+ .ui.grey.corner.label:hover {
981
+ background-color: transparent !important;
879
982
  }
983
+
984
+ /* Ribbon */
880
985
  .ui.grey.ribbon.label {
881
- border-color: #5d5d5d !important;
986
+ border-color: #805031 !important;
987
+ }
988
+
989
+ /* Basic */
990
+ .ui.basic.grey.label {
991
+ background-color: #ffffff !important;
992
+ color: #767676 !important;
993
+ border-color: #767676 !important;
994
+ }
995
+ .ui.basic.grey.labels a.label:hover,
996
+ a.ui.basic.grey.label:hover {
997
+ background-color: #ffffff !important;
998
+ color: #838383 !important;
999
+ border-color: #838383 !important;
882
1000
  }
883
1001
 
884
1002
  /*--- Black ---*/
@@ -889,28 +1007,62 @@ a.ui.grey.label:hover:before {
889
1007
  border-color: #1b1c1d !important;
890
1008
  color: #ffffff !important;
891
1009
  }
892
- .ui.labels .black.label:before,
893
- .ui.black.labels .label:before,
894
- .ui.black.label:before {
895
- background-color: #1b1c1d !important;
1010
+
1011
+ /* Link */
1012
+ .ui.black.labels .label:hover,
1013
+ a.ui.black.label:hover {
1014
+ background-color: #27292a !important;
1015
+ border-color: #27292a !important;
1016
+ color: #ffffff !important;
896
1017
  }
1018
+
1019
+ /* Corner */
897
1020
  .ui.black.corner.label,
898
1021
  .ui.black.corner.label:hover {
899
1022
  background-color: transparent !important;
900
1023
  }
901
- a.ui.black.labels .label:hover,
902
- a.ui.black.label:hover {
903
- background-color: #27292a !important;
1024
+
1025
+ /* Ribbon */
1026
+ .ui.black.ribbon.label {
1027
+ border-color: #805031 !important;
1028
+ }
1029
+
1030
+ /* Basic */
1031
+ .ui.basic.black.label {
1032
+ background-color: #ffffff !important;
1033
+ color: #1b1c1d !important;
1034
+ border-color: #1b1c1d !important;
1035
+ }
1036
+ .ui.basic.black.labels a.label:hover,
1037
+ a.ui.basic.black.label:hover {
1038
+ background-color: #ffffff !important;
1039
+ color: #27292a !important;
904
1040
  border-color: #27292a !important;
905
- color: #ffffff !important;
906
1041
  }
907
- .ui.labels a.black.label:hover:before,
908
- .ui.black.labels a.label:hover:before,
909
- a.ui.black.label:hover:before {
910
- background-color: #27292a !important;
1042
+
1043
+ /*-------------------
1044
+ Basic
1045
+ --------------------*/
1046
+
1047
+ .ui.basic.label {
1048
+ background: none #ffffff;
1049
+ border: 1px solid rgba(34, 36, 38, 0.15);
1050
+ color: rgba(0, 0, 0, 0.87);
1051
+ box-shadow: none;
911
1052
  }
912
- .ui.black.ribbon.label {
913
- border-color: #5d5d5d !important;
1053
+
1054
+ /* Link */
1055
+ a.ui.basic.label:hover {
1056
+ text-decoration: none;
1057
+ background: none #ffffff;
1058
+ color: #1e70bf;
1059
+ box-shadow: 1px solid rgba(34, 36, 38, 0.15);
1060
+ box-shadow: none;
1061
+ }
1062
+
1063
+ /* Pointing */
1064
+ .ui.basic.pointing.label:before {
1065
+ border-color: inherit;
914
1066
  }
915
1067
 
916
1068
  /*-------------------
@@ -977,6 +1129,15 @@ a.ui.black.label:hover:before {
977
1129
  .ui.attached.pointing.label {
978
1130
  position: absolute;
979
1131
  }
1132
+ .ui.pointing.label:before {
1133
+ background-color: inherit;
1134
+ background-image: inherit;
1135
+ border-width: none;
1136
+ border-style: solid;
1137
+ border-color: inherit;
1138
+ }
1139
+
1140
+ /* Arrow */
980
1141
  .ui.pointing.label:before {
981
1142
  position: absolute;
982
1143
  content: '';
@@ -985,53 +1146,58 @@ a.ui.black.label:hover:before {
985
1146
  transform: rotate(45deg);
986
1147
  background-image: none;
987
1148
  z-index: 2;
988
- width: 0.6em;
989
- height: 0.6em;
1149
+ width: 0.6666em;
1150
+ height: 0.6666em;
990
1151
  -webkit-transition: background 0.1s ease;
991
1152
  transition: background 0.1s ease;
992
1153
  }
993
1154
 
994
1155
  /*--- Above ---*/
995
1156
 
996
- .ui.pointing.label:before {
997
- background-color: #e8e8e8;
998
- background-image: none;
999
- }
1000
1157
  .ui.pointing.label,
1001
- .ui.pointing.above.label {
1158
+ .ui[class*="pointing above"].label {
1002
1159
  margin-top: 1em;
1003
1160
  }
1004
1161
  .ui.pointing.label:before,
1005
- .ui.pointing.above.label:before {
1006
- margin-left: -0.3em;
1007
- top: -0.3em;
1162
+ .ui[class*="pointing above"].label:before {
1163
+ border-width: 1px 0px 0px 1px;
1164
+ -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
1165
+ -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
1166
+ transform: translateX(-50%) translateY(-50%) rotate(45deg);
1167
+ top: 0%;
1008
1168
  left: 50%;
1009
1169
  }
1010
1170
 
1011
1171
  /*--- Below ---*/
1012
1172
 
1013
- .ui.pointing.bottom.label,
1014
- .ui.pointing.below.label {
1173
+ .ui[class*="bottom pointing"].label,
1174
+ .ui[class*="pointing below"].label {
1015
1175
  margin-top: 0em;
1016
1176
  margin-bottom: 1em;
1017
1177
  }
1018
- .ui.pointing.bottom.label:before,
1019
- .ui.pointing.below.label:before {
1020
- margin-left: -0.3em;
1178
+ .ui[class*="bottom pointing"].label:before,
1179
+ .ui[class*="pointing below"].label:before {
1180
+ border-width: 0px 1px 1px 0px;
1021
1181
  top: auto;
1022
1182
  right: auto;
1023
- bottom: -0.3em;
1183
+ -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
1184
+ -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
1185
+ transform: translateX(-50%) translateY(-50%) rotate(45deg);
1186
+ top: 100%;
1024
1187
  left: 50%;
1025
1188
  }
1026
1189
 
1027
1190
  /*--- Left ---*/
1028
1191
 
1029
- .ui.pointing.left.label {
1192
+ .ui[class*="left pointing"].label {
1030
1193
  margin-top: 0em;
1031
- margin-left: 0.6em;
1194
+ margin-left: 0.6666em;
1032
1195
  }
1033
- .ui.pointing.left.label:before {
1034
- margin-top: -0.3em;
1196
+ .ui[class*="left pointing"].label:before {
1197
+ border-width: 0px 0px 1px 1px;
1198
+ -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
1199
+ -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
1200
+ transform: translateX(-50%) translateY(-50%) rotate(45deg);
1035
1201
  bottom: auto;
1036
1202
  right: auto;
1037
1203
  top: 50%;
@@ -1040,18 +1206,53 @@ a.ui.black.label:hover:before {
1040
1206
 
1041
1207
  /*--- Right ---*/
1042
1208
 
1043
- .ui.pointing.right.label {
1209
+ .ui[class*="right pointing"].label {
1044
1210
  margin-top: 0em;
1045
- margin-right: 0.6em;
1211
+ margin-right: 0.6666em;
1046
1212
  }
1047
- .ui.pointing.right.label:before {
1048
- margin-top: -0.3em;
1049
- right: -0.3em;
1213
+ .ui[class*="right pointing"].label:before {
1214
+ border-width: 1px 1px 0px 0px;
1215
+ -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
1216
+ -ms-transform: translateX(50%) translateY(-50%) rotate(45deg);
1217
+ transform: translateX(50%) translateY(-50%) rotate(45deg);
1050
1218
  top: 50%;
1219
+ right: 0%;
1051
1220
  bottom: auto;
1052
1221
  left: auto;
1053
1222
  }
1054
1223
 
1224
+ /* Basic Pointing */
1225
+
1226
+ /*--- Above ---*/
1227
+
1228
+ .ui.basic.pointing.label:before,
1229
+ .ui.basic[class*="pointing above"].label:before {
1230
+ margin-top: -1px;
1231
+ }
1232
+
1233
+ /*--- Below ---*/
1234
+
1235
+ .ui.basic[class*="bottom pointing"].label:before,
1236
+ .ui.basic[class*="pointing below"].label:before {
1237
+ bottom: auto;
1238
+ top: 100%;
1239
+ margin-top: 1px;
1240
+ }
1241
+
1242
+ /*--- Left ---*/
1243
+
1244
+ .ui.basic[class*="left pointing"].label:before {
1245
+ top: 50%;
1246
+ left: -1px;
1247
+ }
1248
+
1249
+ /*--- Right ---*/
1250
+
1251
+ .ui.basic[class*="right pointing"].label:before {
1252
+ top: 50%;
1253
+ right: -1px;
1254
+ }
1255
+
1055
1256
  /*------------------
1056
1257
  Floating Label
1057
1258
  -------------------*/