semantic-ui-sass 2.2.2.2 → 2.2.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +7 -0
  3. data/app/assets/javascripts/semantic-ui/dropdown.js +35 -11
  4. data/app/assets/javascripts/semantic-ui/form.js +8 -2
  5. data/app/assets/javascripts/semantic-ui/modal.js +9 -3
  6. data/app/assets/javascripts/semantic-ui/popup.js +3 -1
  7. data/app/assets/javascripts/semantic-ui/search.js +3 -3
  8. data/app/assets/javascripts/semantic-ui/transition.js +0 -1
  9. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +1 -1
  10. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +12 -4
  11. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +8 -8
  12. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +7 -13
  13. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +2 -2
  14. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +1 -1
  15. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +24 -29
  16. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +2 -2
  17. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +1 -1
  18. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +1 -1
  19. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +2 -2
  20. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +7 -8
  21. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
  22. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +2 -2
  23. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +2 -2
  24. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +2 -2
  25. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +1 -1
  26. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +1 -1
  27. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +1 -1
  28. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +2 -2
  29. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +2 -2
  30. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +1 -1
  31. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +3 -3
  32. data/app/assets/stylesheets/semantic-ui/globals/_variables.scss +3 -1
  33. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +2 -2
  34. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +1 -1
  35. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +1 -1
  36. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +2 -2
  37. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +1 -1
  38. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +2 -2
  39. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +1 -1
  40. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +2 -2
  41. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +1 -1
  42. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +1 -1
  43. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +4 -4
  44. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +1 -1
  45. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +1 -1
  46. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -1
  47. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +1 -1
  48. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1 -1
  49. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +1 -1
  50. data/app/assets/stylesheets/semantic-ui/views/_card.scss +2 -2
  51. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +16 -4
  52. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +1 -1
  53. data/app/assets/stylesheets/semantic-ui/views/_item.scss +2 -2
  54. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +3 -3
  55. data/lib/semantic/ui/sass/engine.rb +1 -1
  56. data/lib/semantic/ui/sass/version.rb +2 -2
  57. data/tasks/converter.rb +5 -0
  58. metadata +2 -2
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.2 - Table
2
+ * # Semantic UI 2.2.3 - Table
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.2 - Button
2
+ * # Semantic UI 2.2.3 - Button
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -22,7 +22,7 @@
22
22
  vertical-align: baseline;
23
23
  background: #E0E1E2 none;
24
24
  color: rgba(0, 0, 0, 0.6);
25
- font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
25
+ font-family: $font-family;
26
26
  margin: 0em 0.25em 0em 0em;
27
27
  padding: 0.78571429em 1.5em 0.78571429em;
28
28
  text-transform: none;
@@ -476,38 +476,38 @@
476
476
 
477
477
  /* Twitter */
478
478
  .ui.twitter.button {
479
- background-color: #0084B4;
479
+ background-color: #55ACEE;
480
480
  color: #FFFFFF;
481
481
  text-shadow: none;
482
482
  background-image: none;
483
483
  box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
484
484
  }
485
485
  .ui.twitter.button:hover {
486
- background-color: #00719b;
486
+ background-color: #35a2f4;
487
487
  color: #FFFFFF;
488
488
  text-shadow: none;
489
489
  }
490
490
  .ui.twitter.button:active {
491
- background-color: #005f81;
491
+ background-color: #2795e9;
492
492
  color: #FFFFFF;
493
493
  text-shadow: none;
494
494
  }
495
495
 
496
496
  /* Google Plus */
497
497
  .ui.google.plus.button {
498
- background-color: #DC4A38;
498
+ background-color: #DD4B39;
499
499
  color: #FFFFFF;
500
500
  text-shadow: none;
501
501
  background-image: none;
502
502
  box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
503
503
  }
504
504
  .ui.google.plus.button:hover {
505
- background-color: #de321d;
505
+ background-color: #e0321c;
506
506
  color: #FFFFFF;
507
507
  text-shadow: none;
508
508
  }
509
509
  .ui.google.plus.button:active {
510
- background-color: #bf3322;
510
+ background-color: #c23321;
511
511
  color: #FFFFFF;
512
512
  text-shadow: none;
513
513
  }
@@ -569,19 +569,19 @@
569
569
 
570
570
  /* Pinterest */
571
571
  .ui.pinterest.button {
572
- background-color: #00ACED;
572
+ background-color: #BD081C;
573
573
  color: #FFFFFF;
574
574
  text-shadow: none;
575
575
  background-image: none;
576
576
  box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
577
577
  }
578
578
  .ui.pinterest.button:hover {
579
- background-color: #0099d4;
579
+ background-color: #ac0013;
580
580
  color: #FFFFFF;
581
581
  text-shadow: none;
582
582
  }
583
583
  .ui.pinterest.button:active {
584
- background-color: #0087ba;
584
+ background-color: #8c0615;
585
585
  color: #FFFFFF;
586
586
  text-shadow: none;
587
587
  }
@@ -615,10 +615,10 @@
615
615
  vertical-align: '';
616
616
  color: '';
617
617
  }
618
- .ui.button:not(.icon) > .icon:not(.button) {
618
+ .ui.button:not(.icon) > .icon:not(.button):not(.dropdown) {
619
619
  margin: 0em 0.42857143em 0em -0.21428571em;
620
620
  }
621
- .ui.button:not(.icon) > .right.icon:not(.button) {
621
+ .ui.button:not(.icon) > .right.icon:not(.button):not(.dropdown) {
622
622
  margin: 0em -0.21428571em 0em 0.42857143em;
623
623
  }
624
624
 
@@ -3442,24 +3442,19 @@
3442
3442
  width: 100%;
3443
3443
  margin: 0px 0px 0px 0px;
3444
3444
  box-shadow: none;
3445
+ border-radius: 0em;
3446
+ }
3447
+ .ui.vertical.buttons .button:first-child {
3448
+ border-top-left-radius: 0.28571429rem;
3449
+ border-top-right-radius: 0.28571429rem;
3445
3450
  }
3446
- .ui.vertical.buttons .button:first-child,
3447
- .ui.vertical.buttons .mini.button:first-child,
3448
- .ui.vertical.buttons .tiny.button:first-child,
3449
- .ui.vertical.buttons .small.button:first-child,
3450
- .ui.vertical.buttons .massive.button:first-child,
3451
- .ui.vertical.buttons .huge.button:first-child {
3452
- border-radius: 0.28571429rem 0.28571429rem 0px 0px;
3453
- }
3454
- .ui.vertical.buttons .button:last-child,
3455
- .ui.vertical.buttons .mini.button:last-child,
3456
- .ui.vertical.buttons .tiny.button:last-child,
3457
- .ui.vertical.buttons .small.button:last-child,
3458
- .ui.vertical.buttons .massive.button:last-child,
3459
- .ui.vertical.buttons .huge.button:last-child,
3460
- .ui.vertical.buttons .gigantic.button:last-child {
3451
+ .ui.vertical.buttons .button:last-child {
3461
3452
  margin-bottom: 0px;
3462
- border-radius: 0px 0px 0.28571429rem 0.28571429rem;
3453
+ border-bottom-left-radius: 0.28571429rem;
3454
+ border-bottom-right-radius: 0.28571429rem;
3455
+ }
3456
+ .ui.vertical.buttons .button:only-child {
3457
+ border-radius: 0.28571429rem;
3463
3458
  }
3464
3459
 
3465
3460
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.2 - Container
2
+ * # Semantic UI 2.2.3 - Container
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -100,7 +100,7 @@
100
100
 
101
101
  /* Text Container */
102
102
  .ui.text.container {
103
- font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
103
+ font-family: $font-family;
104
104
  max-width: 700px !important;
105
105
  line-height: 1.5;
106
106
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.2 - Divider
2
+ * # Semantic UI 2.2.3 - Divider
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.2 - Flag
2
+ * # Semantic UI 2.2.3 - Flag
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.2 - Header
2
+ * # Semantic UI 2.2.3 - Header
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -19,7 +19,7 @@
19
19
  border: none;
20
20
  margin: calc(2rem - 0.14285em ) 0em 1rem;
21
21
  padding: 0em 0em;
22
- font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
22
+ font-family: $font-family;
23
23
  font-weight: bold;
24
24
  line-height: 1.2857em;
25
25
  text-transform: none;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.2 - Icon
2
+ * # Semantic UI 2.2.3 - Icon
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -119,13 +119,15 @@ i.fitted.icon {
119
119
  Link
120
120
  --------------------*/
121
121
 
122
- i.link.icon {
122
+ i.link.icon,
123
+ i.link.icons {
123
124
  cursor: pointer;
124
125
  opacity: 0.8;
125
126
  -webkit-transition: opacity 0.1s ease;
126
127
  transition: opacity 0.1s ease;
127
128
  }
128
- i.link.icon:hover {
129
+ i.link.icon:hover,
130
+ i.link.icons:hover {
129
131
  opacity: 1 !important;
130
132
  }
131
133
 
@@ -2581,9 +2583,6 @@ i.icon.exclamation.triangle:before {
2581
2583
  i.icon.shuffle:before {
2582
2584
  content: "\f074";
2583
2585
  }
2584
- i.icon.talk:before {
2585
- content: "\f075";
2586
- }
2587
2586
  i.icon.chat:before {
2588
2587
  content: "\f075";
2589
2588
  }
@@ -3049,7 +3048,7 @@ i.icon.hourglass.three:before {
3049
3048
  i.icon.hourglass.four:before {
3050
3049
  content: "\f254";
3051
3050
  }
3052
- i.icon.grab {
3051
+ i.icon.grab:before {
3053
3052
  content: "\f255";
3054
3053
  }
3055
3054
  i.icon.hand.victory:before {
@@ -3061,7 +3060,7 @@ i.icon.tm:before {
3061
3060
  i.icon.r.circle:before {
3062
3061
  content: "\f25d";
3063
3062
  }
3064
- i.icon.television {
3063
+ i.icon.television:before {
3065
3064
  content: "\f26c";
3066
3065
  }
3067
3066
  i.icon.five.hundred.pixels:before {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.2 - Image
2
+ * # Semantic UI 2.2.3 - Image
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.2 - Input
2
+ * # Semantic UI 2.2.3 - Input
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -39,7 +39,7 @@
39
39
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
40
40
  text-align: left;
41
41
  line-height: 1.2142em;
42
- font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
42
+ font-family: $font-family;
43
43
  padding: 0.67861429em 1em;
44
44
  background: #FFFFFF;
45
45
  border: 1px solid rgba(34, 36, 38, 0.15);
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.2 - Label
2
+ * # Semantic UI 2.2.3 - Label
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -482,7 +482,7 @@ a.ui.active.label:ActiveHover:before {
482
482
  --------------------*/
483
483
 
484
484
  .ui.labels.visible .label,
485
- .ui.label.visible {
485
+ .ui.label.visible:not(.dropdown) {
486
486
  display: inline-block !important;
487
487
  }
488
488
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.2 - List
2
+ * # Semantic UI 2.2.3 - List
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -159,7 +159,7 @@ ol.ui.list ol li,
159
159
  .ui.list > .item .header {
160
160
  display: block;
161
161
  margin: 0em;
162
- font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
162
+ font-family: $font-family;
163
163
  font-weight: bold;
164
164
  color: rgba(0, 0, 0, 0.87);
165
165
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.2 - Loader
2
+ * # Semantic UI 2.2.3 - Loader
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.2 - Rail
2
+ * # Semantic UI 2.2.3 - Rail
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.2 - Reveal
2
+ * # Semantic UI 2.2.3 - Reveal
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.2 - Segment
2
+ * # Semantic UI 2.2.3 - Segment
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -413,7 +413,7 @@
413
413
  .ui.loading.segment {
414
414
  position: relative;
415
415
  cursor: default;
416
- point-events: none;
416
+ pointer-events: none;
417
417
  text-shadow: none !important;
418
418
  color: transparent !important;
419
419
  -webkit-transition: all 0s linear;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.2 - Step
2
+ * # Semantic UI 2.2.3 - Step
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -139,7 +139,7 @@
139
139
 
140
140
  /* Title */
141
141
  .ui.steps .step .title {
142
- font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
142
+ font-family: $font-family;
143
143
  font-size: 1.14285714em;
144
144
  font-weight: bold;
145
145
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.2 - Reset
2
+ * # Semantic UI 2.2.3 - Reset
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.2 - Site
2
+ * # Semantic UI 2.2.3 - Site
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -27,7 +27,7 @@ body {
27
27
  overflow-x: hidden;
28
28
  min-width: 320px;
29
29
  background: #FFFFFF;
30
- font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
30
+ font-family: $font-family;
31
31
  font-size: 14px;
32
32
  line-height: 1.4285em;
33
33
  color: rgba(0, 0, 0, 0.87);
@@ -44,7 +44,7 @@ h2,
44
44
  h3,
45
45
  h4,
46
46
  h5 {
47
- font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
47
+ font-family: $font-family;
48
48
  line-height: 1.2857em;
49
49
  margin: calc(2rem - 0.14285em ) 0em 1rem;
50
50
  font-weight: bold;
@@ -1 +1,3 @@
1
- $font-url: 'https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin,latin-ext' !default;
1
+ $font-url: 'https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin,latin-ext' !default;
2
+ $font-name: 'Lato' !default;
3
+ $font-family: $font-name, 'Helvetica Neue', Arial, Helvetica, sans-serif !default;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.2 - Accordion
2
+ * # Semantic UI 2.2.3 - Accordion
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -31,7 +31,7 @@
31
31
  /* Default Styling */
32
32
  .ui.accordion .title:not(.ui) {
33
33
  padding: 0.5em 0em;
34
- font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
34
+ font-family: $font-family;
35
35
  font-size: 1em;
36
36
  color: rgba(0, 0, 0, 0.87);
37
37
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.2 - Checkbox
2
+ * # Semantic UI 2.2.3 - Checkbox
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.2 - Dimmer
2
+ * # Semantic UI 2.2.3 - Dimmer
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.2 - Dropdown
2
+ * # Semantic UI 2.2.3 - Dropdown
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -541,7 +541,7 @@ select.ui.dropdown {
541
541
  box-shadow: none !important;
542
542
  cursor: text;
543
543
  top: 0em;
544
- left: 0em;
544
+ left: 1px;
545
545
  width: 100%;
546
546
  outline: none;
547
547
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.2 - Video
2
+ * # Semantic UI 2.2.3 - Video
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *