semantic-ui-sass 1.12.3.0 → 2.0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (77) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/app/assets/javascripts/semantic-ui.js +1 -0
  4. data/app/assets/javascripts/semantic-ui/accordion.js +67 -53
  5. data/app/assets/javascripts/semantic-ui/api.js +395 -189
  6. data/app/assets/javascripts/semantic-ui/checkbox.js +322 -114
  7. data/app/assets/javascripts/semantic-ui/colorize.js +4 -2
  8. data/app/assets/javascripts/semantic-ui/dimmer.js +74 -50
  9. data/app/assets/javascripts/semantic-ui/dropdown.js +2046 -584
  10. data/app/assets/javascripts/semantic-ui/embed.js +662 -0
  11. data/app/assets/javascripts/semantic-ui/form.js +345 -163
  12. data/app/assets/javascripts/semantic-ui/modal.js +119 -90
  13. data/app/assets/javascripts/semantic-ui/nag.js +8 -9
  14. data/app/assets/javascripts/semantic-ui/popup.js +390 -228
  15. data/app/assets/javascripts/semantic-ui/progress.js +112 -103
  16. data/app/assets/javascripts/semantic-ui/rating.js +79 -55
  17. data/app/assets/javascripts/semantic-ui/search.js +305 -123
  18. data/app/assets/javascripts/semantic-ui/shape.js +94 -48
  19. data/app/assets/javascripts/semantic-ui/sidebar.js +84 -151
  20. data/app/assets/javascripts/semantic-ui/site.js +5 -5
  21. data/app/assets/javascripts/semantic-ui/state.js +4 -4
  22. data/app/assets/javascripts/semantic-ui/sticky.js +108 -35
  23. data/app/assets/javascripts/semantic-ui/tab.js +220 -125
  24. data/app/assets/javascripts/semantic-ui/transition.js +205 -171
  25. data/app/assets/javascripts/semantic-ui/visibility.js +220 -100
  26. data/app/assets/javascripts/semantic-ui/visit.js +6 -4
  27. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +17 -16
  28. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +223 -121
  29. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +462 -448
  30. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +949 -665
  31. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +134 -92
  32. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +270 -208
  33. data/app/assets/stylesheets/semantic-ui/elements/_all.scss +1 -0
  34. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +1357 -521
  35. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +125 -0
  36. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +51 -31
  37. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +3 -3
  38. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +270 -144
  39. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +241 -110
  40. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +30 -16
  41. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +88 -53
  42. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +432 -281
  43. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +172 -128
  44. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +16 -14
  45. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +15 -7
  46. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +32 -13
  47. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +329 -212
  48. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +291 -99
  49. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +2 -2
  50. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +19 -18
  51. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +17 -18
  52. data/app/assets/stylesheets/semantic-ui/modules/_all.scss +1 -0
  53. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +265 -161
  54. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +29 -15
  55. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +441 -156
  56. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +168 -0
  57. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +163 -85
  58. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +8 -8
  59. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +88 -23
  60. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +185 -129
  61. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +75 -60
  62. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +99 -52
  63. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +11 -11
  64. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +16 -12
  65. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +4 -4
  66. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +3 -3
  67. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +31 -39
  68. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +3 -3
  69. data/app/assets/stylesheets/semantic-ui/views/_all.scss +1 -0
  70. data/app/assets/stylesheets/semantic-ui/views/_card.scss +204 -162
  71. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +6 -6
  72. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +51 -26
  73. data/app/assets/stylesheets/semantic-ui/views/_item.scss +62 -36
  74. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +265 -90
  75. data/lib/semantic/ui/sass/version.rb +2 -2
  76. data/semantic-ui-sass.gemspec +2 -2
  77. metadata +9 -6
@@ -1,9 +1,9 @@
1
1
  /*!
2
- * # Semantic UI 1.12.3 - Rating
2
+ * # Semantic UI 2.0.4 - Rating
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
6
- * Copyright 2014 Contributors
6
+ * Copyright 2015 Contributors
7
7
  * Released under the MIT license
8
8
  * http://opensource.org/licenses/MIT
9
9
  *
@@ -15,30 +15,33 @@
15
15
  *******************************/
16
16
 
17
17
  .ui.rating {
18
- display: inline-block;
19
- vertical-align: middle;
18
+ display: -webkit-inline-box;
19
+ display: -webkit-inline-flex;
20
+ display: -ms-inline-flexbox;
21
+ display: inline-flex;
22
+ white-space: nowrap;
23
+ vertical-align: baseline;
20
24
  }
21
25
  .ui.rating:last-child {
22
26
  margin-right: 0em;
23
27
  }
24
- .ui.rating:before {
25
- display: block;
26
- content: '';
27
- visibility: hidden;
28
- clear: both;
29
- height: 0;
30
- }
31
28
 
32
29
  /* Icon */
33
30
  .ui.rating .icon {
34
- cursor: pointer;
31
+ padding: 0em;
35
32
  margin: 0em;
36
- width: 1.1em;
37
- height: auto;
38
33
  text-align: center;
39
- padding: 0em;
40
34
  font-weight: normal;
41
35
  font-style: normal;
36
+ -webkit-box-flex: 1;
37
+ -webkit-flex: 1 0 auto;
38
+ -ms-flex: 1 0 auto;
39
+ flex: 1 0 auto;
40
+ cursor: pointer;
41
+ width: 1.25em;
42
+ height: auto;
43
+ -webkit-transition: opacity 0.1s ease, background 0.1s ease, text-shadow 0.1s ease, color 0.1s ease;
44
+ transition: opacity 0.1s ease, background 0.1s ease, text-shadow 0.1s ease, color 0.1s ease;
42
45
  }
43
46
 
44
47
 
@@ -47,6 +50,30 @@
47
50
  *******************************/
48
51
 
49
52
 
53
+ /*-------------------
54
+ Standard
55
+ --------------------*/
56
+
57
+
58
+ /* Inactive Icon */
59
+ .ui.rating .icon {
60
+ background: transparent;
61
+ color: rgba(0, 0, 0, 0.15);
62
+ }
63
+
64
+ /* Active Icon */
65
+ .ui.rating .active.icon {
66
+ background: transparent;
67
+ color: rgba(0, 0, 0, 0.85);
68
+ }
69
+
70
+ /* Selected Icon */
71
+ .ui.rating .icon.selected,
72
+ .ui.rating .icon.selected.active {
73
+ background: transparent;
74
+ color: rgba(0, 0, 0, 0.87);
75
+ }
76
+
50
77
  /*-------------------
51
78
  Star
52
79
  --------------------*/
@@ -54,28 +81,26 @@
54
81
 
55
82
  /* Inactive */
56
83
  .ui.star.rating .icon {
57
- width: 1.1em;
84
+ width: 1.25em;
85
+ height: auto;
86
+ background: transparent;
58
87
  color: rgba(0, 0, 0, 0.15);
88
+ text-shadow: none;
59
89
  }
60
90
 
61
91
  /* Active Star */
62
92
  .ui.star.rating .active.icon {
93
+ background: transparent !important;
63
94
  color: #ffe623 !important;
64
- text-shadow: 0px -1px 0px #cfa300, -1px 0px 0px #cfa300, 0px 1px 0px #cfa300, 1px 0px 0px #cfa300;
95
+ text-shadow: 0px -1px 0px #ddc507, -1px 0px 0px #ddc507, 0px 1px 0px #ddc507, 1px 0px 0px #ddc507 !important;
65
96
  }
66
97
 
67
98
  /* Selected Star */
68
99
  .ui.star.rating .icon.selected,
69
100
  .ui.star.rating .icon.selected.active {
70
- color: #ffb70a !important;
71
- }
72
- .ui.star.rating.partial {
73
- position: relative;
74
- z-index: 1;
75
- }
76
- .ui.star.rating.partial:before {
77
- position: absolute;
78
- z-index: -1;
101
+ background: transparent !important;
102
+ color: #ffcc00 !important;
103
+ text-shadow: 0px -1px 0px #e6a200, -1px 0px 0px #e6a200, 0px 1px 0px #e6a200, 1px 0px 0px #e6a200 !important;
79
104
  }
80
105
 
81
106
  /*-------------------
@@ -83,20 +108,26 @@
83
108
  --------------------*/
84
109
 
85
110
  .ui.heart.rating .icon {
86
- width: 1.25em;
111
+ width: 1.4em;
112
+ height: auto;
113
+ background: transparent;
87
114
  color: rgba(0, 0, 0, 0.15);
115
+ text-shadow: none !important;
88
116
  }
89
117
 
90
118
  /* Active Heart */
91
119
  .ui.heart.rating .active.icon {
92
- color: #ff2733 !important;
93
- text-shadow: 0px -1px 0px #9e0000, -1px 0px 0px #9e0000, 0px 1px 0px #9e0000, 1px 0px 0px #9e0000;
120
+ background: transparent !important;
121
+ color: #ff6d75 !important;
122
+ text-shadow: 0px -1px 0px #cd0707, -1px 0px 0px #cd0707, 0px 1px 0px #cd0707, 1px 0px 0px #cd0707 !important;
94
123
  }
95
124
 
96
125
  /* Selected Heart */
97
126
  .ui.heart.rating .icon.selected,
98
127
  .ui.heart.rating .icon.selected.active {
99
- color: #ff2733 !important;
128
+ background: transparent !important;
129
+ color: #ff3000 !important;
130
+ text-shadow: 0px -1px 0px #aa0101, -1px 0px 0px #aa0101, 0px 1px 0px #aa0101, 1px 0px 0px #aa0101 !important;
100
131
  }
101
132
 
102
133
 
@@ -105,22 +136,6 @@
105
136
  *******************************/
106
137
 
107
138
 
108
- /* Inactive Icon */
109
- .ui.rating .icon {
110
- color: rgba(0, 0, 0, 0.15);
111
- }
112
-
113
- /* Active Icon */
114
- .ui.rating .active.icon {
115
- color: rgba(0, 0, 0, 0.85);
116
- }
117
-
118
- /* Selected Icon */
119
- .ui.rating .icon.selected,
120
- .ui.rating .icon.selected.active {
121
- color: rgba(0, 0, 0, 0.8);
122
- }
123
-
124
139
  /*-------------------
125
140
  Disabled
126
141
  --------------------*/
@@ -132,13 +147,13 @@
132
147
  }
133
148
 
134
149
  /*-------------------
135
- Interacting (Active)
150
+ User Interactive
136
151
  --------------------*/
137
152
 
138
153
 
139
154
  /* Selected Rating */
140
155
  .ui.rating.selected .active.icon {
141
- opacity: 0.5;
156
+ opacity: 1;
142
157
  }
143
158
  .ui.rating.selected .icon.selected,
144
159
  .ui.rating .icon.selected {
@@ -150,25 +165,25 @@
150
165
  Variations
151
166
  *******************************/
152
167
 
153
- .ui.mini.rating .icon {
154
- font-size: 0.7rem;
168
+ .ui.mini.rating {
169
+ font-size: 0.71428571rem;
155
170
  }
156
- .ui.tiny.rating .icon {
157
- font-size: 0.8rem;
171
+ .ui.tiny.rating {
172
+ font-size: 0.85714286rem;
158
173
  }
159
- .ui.small.rating .icon {
160
- font-size: 0.875rem;
174
+ .ui.small.rating {
175
+ font-size: 0.92857143rem;
161
176
  }
162
- .ui.rating .icon {
177
+ .ui.rating {
163
178
  font-size: 1rem;
164
179
  }
165
- .ui.large.rating .icon {
166
- font-size: 1.1rem;
180
+ .ui.large.rating {
181
+ font-size: 1.14285714rem;
167
182
  }
168
- .ui.huge.rating .icon {
169
- font-size: 1.5rem;
183
+ .ui.huge.rating {
184
+ font-size: 1.42857143rem;
170
185
  }
171
- .ui.massive.rating .icon {
186
+ .ui.massive.rating {
172
187
  font-size: 2rem;
173
188
  }
174
189
 
@@ -1,9 +1,9 @@
1
1
  /*!
2
- * # Semantic UI 1.12.3 - Search
2
+ * # Semantic UI 2.0.4 - Search
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
6
- * Copyright 2014 Contributors
6
+ * Copyright 2015 Contributors
7
7
  * Released under the MIT license
8
8
  * http://opensource.org/licenses/MIT
9
9
  *
@@ -25,15 +25,15 @@
25
25
  text-shadow: none;
26
26
  font-style: normal;
27
27
  font-weight: normal;
28
- line-height: 1.2;
29
- padding: 0.68571em 1em;
28
+ line-height: 1.2142em;
29
+ padding: 0.67861429em 1em;
30
30
  font-size: 1em;
31
31
  background: #ffffff;
32
- border: 1px solid rgba(39, 41, 43, 0.15);
33
- color: rgba(0, 0, 0, 0.8);
32
+ border: 1px solid rgba(34, 36, 38, 0.15);
33
+ color: rgba(0, 0, 0, 0.87);
34
34
  box-shadow: 0em 0em 0em 0em transparent inset;
35
- -webkit-transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
36
- transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
35
+ -webkit-transition: background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, border-color 0.1s ease;
36
+ transition: background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, border-color 0.1s ease;
37
37
  }
38
38
  .ui.search .prompt {
39
39
  border-radius: 500rem;
@@ -56,13 +56,23 @@
56
56
  position: absolute;
57
57
  top: 100%;
58
58
  left: 0%;
59
+ -webkit-transform-origin: center top;
60
+ -ms-transform-origin: center top;
61
+ transform-origin: center top;
59
62
  background: #ffffff;
60
63
  margin-top: 0.5em;
61
- width: 16em;
62
- border-radius: 0.25em;
63
- box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
64
+ width: 18em;
65
+ border-radius: 0.28571429rem;
66
+ box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.08);
67
+ border: 1px solid #d4d4d5;
64
68
  z-index: 998;
65
69
  }
70
+ .ui.search > .results > :first-child {
71
+ border-radius: 0.28571429rem 0.28571429rem 0em 0em;
72
+ }
73
+ .ui.search > .results > :last-child {
74
+ border-radius: 0em 0em 0.28571429rem 0.28571429rem;
75
+ }
66
76
 
67
77
  /*--------------
68
78
  Result
@@ -73,13 +83,13 @@
73
83
  display: block;
74
84
  overflow: hidden;
75
85
  font-size: 1em;
76
- padding: 0.5em 1em;
77
- color: rgba(0, 0, 0, 0.8);
86
+ padding: 0.85714286em 1.14285714em;
87
+ color: rgba(0, 0, 0, 0.87);
78
88
  line-height: 1.33;
79
- border-bottom: 1px solid rgba(39, 41, 43, 0.15);
89
+ border-bottom: 1px solid rgba(34, 36, 38, 0.1);
80
90
  }
81
91
  .ui.search > .results .result:last-child {
82
- border-bottom: none;
92
+ border-bottom: none !important;
83
93
  }
84
94
 
85
95
  /* Image */
@@ -105,19 +115,20 @@
105
115
  margin: 0em 6em 0em 0em;
106
116
  }
107
117
  .ui.search > .results .result .title {
118
+ margin: -0.14285em 0em 0em;
108
119
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
109
120
  font-weight: bold;
110
121
  font-size: 1em;
111
122
  color: rgba(0, 0, 0, 0.85);
112
123
  }
113
124
  .ui.search > .results .result .description {
114
- margin-top: 0em;
115
- font-size: 0.9285em;
125
+ margin-top: 0;
126
+ font-size: 0.92857143em;
116
127
  color: rgba(0, 0, 0, 0.4);
117
128
  }
118
129
  .ui.search > .results .result .price {
119
130
  float: right;
120
- color: #5bbd72;
131
+ color: #21ba45;
121
132
  }
122
133
 
123
134
  /*--------------
@@ -129,23 +140,23 @@
129
140
  }
130
141
  .ui.search > .results > .message .header {
131
142
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
132
- font-size: 1.1428em;
143
+ font-size: 1rem;
133
144
  font-weight: bold;
134
- color: rgba(0, 0, 0, 0.8);
145
+ color: rgba(0, 0, 0, 0.87);
135
146
  }
136
147
  .ui.search > .results > .message .description {
137
148
  margin-top: 0.25rem;
138
149
  font-size: 1em;
139
- color: rgba(0, 0, 0, 0.8);
150
+ color: rgba(0, 0, 0, 0.87);
140
151
  }
141
152
 
142
153
  /* View All Results */
143
154
  .ui.search > .results > .action {
144
155
  display: block;
145
156
  border-top: none;
146
- background: #f0f0f0;
147
- padding: 0.5em 1em;
148
- color: rgba(0, 0, 0, 0.8);
157
+ background: #f3f4f5;
158
+ padding: 0.92857143em 1em;
159
+ color: rgba(0, 0, 0, 0.87);
149
160
  font-weight: bold;
150
161
  text-align: center;
151
162
  }
@@ -156,35 +167,45 @@
156
167
  *******************************/
157
168
 
158
169
 
170
+ /*--------------------
171
+ Focus
172
+ ---------------------*/
173
+
174
+ .ui.search > .prompt:focus {
175
+ border-color: rgba(34, 36, 38, 0.35);
176
+ background: #ffffff;
177
+ color: rgba(0, 0, 0, 0.95);
178
+ }
179
+
159
180
  /*--------------------
160
181
  Loading
161
182
  ---------------------*/
162
183
 
163
- .ui.loading.search .input > .icon:before {
184
+ .ui.loading.search .input > i.icon:before {
164
185
  position: absolute;
165
186
  content: '';
166
187
  top: 50%;
167
188
  left: 50%;
168
- margin: -0.64285em 0em 0em -0.64285em;
169
- width: 1.2857em;
170
- height: 1.2857em;
189
+ margin: -0.64285714em 0em 0em -0.64285714em;
190
+ width: 1.28571429em;
191
+ height: 1.28571429em;
171
192
  border-radius: 500rem;
172
193
  border: 0.2em solid rgba(0, 0, 0, 0.1);
173
194
  }
174
- .ui.loading.search .input > .icon:after {
195
+ .ui.loading.search .input > i.icon:after {
175
196
  position: absolute;
176
197
  content: '';
177
198
  top: 50%;
178
199
  left: 50%;
179
- margin: -0.64285em 0em 0em -0.64285em;
180
- width: 1.2857em;
181
- height: 1.2857em;
200
+ margin: -0.64285714em 0em 0em -0.64285714em;
201
+ width: 1.28571429em;
202
+ height: 1.28571429em;
182
203
  -webkit-animation: button-spin 0.6s linear;
183
204
  animation: button-spin 0.6s linear;
184
205
  -webkit-animation-iteration-count: infinite;
185
206
  animation-iteration-count: infinite;
186
207
  border-radius: 500rem;
187
- border-color: #aaaaaa transparent transparent;
208
+ border-color: #767676 transparent transparent;
188
209
  border-style: solid;
189
210
  border-width: 0.2em;
190
211
  box-shadow: 0px 0px 0px 1px transparent;
@@ -196,7 +217,7 @@
196
217
 
197
218
  .ui.search > .results .result:hover,
198
219
  .ui.category.search > .results .category .result:hover {
199
- background: #fafafa;
220
+ background: #f9fafb;
200
221
  }
201
222
  .ui.search .action:hover {
202
223
  background: #e0e0e0;
@@ -206,18 +227,18 @@
206
227
  Active
207
228
  ---------------*/
208
229
 
209
- .ui.search > .results .category.active {
210
- background: #f0f0f0;
230
+ .ui.category.search > .results .category.active {
231
+ background: #f3f4f5;
211
232
  }
212
- .ui.search > .results .category.active > .name {
213
- color: rgba(0, 0, 0, 0.8);
233
+ .ui.category.search > .results .category.active > .name {
234
+ color: rgba(0, 0, 0, 0.87);
214
235
  }
215
236
  .ui.search > .results .result.active,
216
237
  .ui.category.search > .results .category .result.active {
217
238
  position: relative;
218
- border-left-color: transparent;
219
- background: #f0f0f0;
220
- box-shadow: 3px 0px 3px 0px rgba(39, 41, 43, 0.15);
239
+ border-left-color: rgba(34, 36, 38, 0.1);
240
+ background: #f3f4f5;
241
+ box-shadow: none;
221
242
  }
222
243
  .ui.search > .results .result.active .title {
223
244
  color: rgba(0, 0, 0, 0.85);
@@ -242,33 +263,44 @@
242
263
 
243
264
  /* Category */
244
265
  .ui.category.search > .results .category {
245
- background: #f0f0f0;
266
+ background: #f3f4f5;
246
267
  box-shadow: none;
247
- border-bottom: 1px solid rgba(39, 41, 43, 0.15);
248
- -webkit-transition: background 0.2s ease, border-color 0.2s ease;
249
- transition: background 0.2s ease, border-color 0.2s ease;
268
+ border-bottom: 1px solid rgba(34, 36, 38, 0.1);
269
+ -webkit-transition: background 0.1s ease, border-color 0.1s ease;
270
+ transition: background 0.1s ease, border-color 0.1s ease;
250
271
  }
272
+
273
+ /* Last Category */
251
274
  .ui.category.search > .results .category:last-child {
252
275
  border-bottom: none;
253
276
  }
254
277
 
278
+ /* First / Last */
279
+ .ui.category.search > .results .category:first-child .name + .result {
280
+ border-radius: 0em 0.28571429rem 0em 0em;
281
+ }
282
+ .ui.category.search > .results .category:last-child .result:last-child {
283
+ border-radius: 0em 0em 0.28571429rem 0em;
284
+ }
285
+
255
286
  /* Category Result */
256
287
  .ui.category.search > .results .category .result {
257
288
  background: #ffffff;
258
289
  margin-left: 100px;
259
- border-left: 1px solid rgba(39, 41, 43, 0.15);
260
- border-bottom: 1px solid rgba(39, 41, 43, 0.15);
261
- -webkit-transition: background 0.2s ease, border-color 0.2s ease;
262
- transition: background 0.2s ease, border-color 0.2s ease;
290
+ border-left: 1px solid rgba(34, 36, 38, 0.15);
291
+ border-bottom: 1px solid rgba(34, 36, 38, 0.1);
292
+ -webkit-transition: background 0.1s ease, border-color 0.1s ease;
293
+ transition: background 0.1s ease, border-color 0.1s ease;
294
+ padding: 0.85714286em 1.14285714em;
263
295
  }
264
- .ui.category.search > .results .category .result:last-child {
296
+ .ui.category.search > .results .category:last-child .result:last-child {
265
297
  border-bottom: none;
266
298
  }
267
299
 
268
300
  /* Category Result Name */
269
301
  .ui.category.search > .results .category > .name {
270
302
  width: 100px;
271
- background: #f0f0f0;
303
+ background: transparent;
272
304
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
273
305
  font-size: 1em;
274
306
  float: 1em;
@@ -309,11 +341,26 @@
309
341
  Sizes
310
342
  ---------------*/
311
343
 
344
+ .ui.mini.search {
345
+ font-size: 0.71428571em;
346
+ }
347
+ .ui.small.search {
348
+ font-size: 0.92857143em;
349
+ }
312
350
  .ui.search {
313
351
  font-size: 1em;
314
352
  }
315
353
  .ui.large.search {
316
- font-size: 1.1em;
354
+ font-size: 1.14285714em;
355
+ }
356
+ .ui.big.search {
357
+ font-size: 1.28571429em;
358
+ }
359
+ .ui.huge.search {
360
+ font-size: 1.42857143em;
361
+ }
362
+ .ui.massive.search {
363
+ font-size: 1.71428571em;
317
364
  }
318
365
 
319
366