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 - Dimmer
2
+ * # Semantic UI 2.0.4 - Dimmer
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
  *
@@ -26,7 +26,7 @@
26
26
  height: 100%;
27
27
  text-align: center;
28
28
  vertical-align: middle;
29
- background: rgba(0, 0, 0, 0.85);
29
+ background-color: rgba(0, 0, 0, 0.85);
30
30
  opacity: 0;
31
31
  line-height: 1;
32
32
  -webkit-animation-fill-mode: both;
@@ -53,7 +53,7 @@
53
53
  -ms-user-select: text;
54
54
  user-select: text;
55
55
  }
56
- .ui.dimmer > .content > div {
56
+ .ui.dimmer > .content > * {
57
57
  display: table-cell;
58
58
  vertical-align: middle;
59
59
  color: #ffffff;
@@ -111,15 +111,29 @@ body.dimmed.dimmable {
111
111
  body.dimmable > .dimmer {
112
112
  position: fixed;
113
113
  }
114
- /*
115
- body.dimmable > :not(.dimmer) {
116
- filter: @elementStartFilter;
114
+
115
+ /*--------------
116
+ Blurring
117
+ ---------------*/
118
+
119
+ .blurring.dimmable > :not(.dimmer) {
120
+ -webkit-filter: blur(0px) grayscale(0);
121
+ filter: blur(0px) grayscale(0);
122
+ -webkit-transition: 800ms -webkit-filter ease, 800ms filter ease;
123
+ transition: 800ms filter ease;
124
+ }
125
+ .blurring.dimmed.dimmable > :not(.dimmer) {
126
+ -webkit-filter: blur(5px) grayscale(0.7);
127
+ filter: blur(5px) grayscale(0.7);
128
+ }
129
+
130
+ /* Dimmer Color */
131
+ .blurring.dimmable > .dimmer {
132
+ background-color: rgba(0, 0, 0, 0.6);
117
133
  }
118
- body.dimmed.dimmable > :not(.dimmer) {
119
- filter: @elementEndFilter;
120
- transition: @elementTransition;
134
+ .blurring.dimmable > .inverted.dimmer {
135
+ background-color: rgba(255, 255, 255, 0.6);
121
136
  }
122
- */
123
137
 
124
138
  /*--------------
125
139
  Aligned
@@ -137,7 +151,7 @@ body.dimmed.dimmable > :not(.dimmer) {
137
151
  ---------------*/
138
152
 
139
153
  .ui.inverted.dimmer {
140
- background: rgba(255, 255, 255, 0.85);
154
+ background-color: rgba(255, 255, 255, 0.85);
141
155
  }
142
156
  .ui.inverted.dimmer > .content > * {
143
157
  color: #ffffff;
@@ -163,14 +177,14 @@ body.dimmed.dimmable > :not(.dimmer) {
163
177
  opacity: 1;
164
178
  width: 100%;
165
179
  height: 100%;
166
- background: rgba(0, 0, 0, 0.85);
180
+ background-color: rgba(0, 0, 0, 0.85);
167
181
  z-index: 1;
168
182
  }
169
183
  .ui.simple.inverted.dimmer {
170
- background: rgba(255, 255, 255, 0);
184
+ background-color: rgba(255, 255, 255, 0);
171
185
  }
172
186
  .dimmed.dimmable > .ui.simple.inverted.dimmer {
173
- background: rgba(255, 255, 255, 0.85);
187
+ background-color: rgba(255, 255, 255, 0.85);
174
188
  }
175
189
 
176
190
 
@@ -1,9 +1,9 @@
1
1
  /*!
2
- * # Semantic UI 1.12.3 - Dropdown
2
+ * # Semantic UI 2.0.4 - Dropdown
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
  *
@@ -18,12 +18,11 @@
18
18
  cursor: pointer;
19
19
  position: relative;
20
20
  display: inline-block;
21
- line-height: 1em;
22
- tap-highlight-color: rgba(0, 0, 0, 0);
23
21
  outline: none;
24
22
  text-align: left;
25
- -webkit-transition: border-radius 0.1s ease, width 0.2s ease;
26
- transition: border-radius 0.1s ease, width 0.2s ease;
23
+ -webkit-transition: box-shadow 0.1s ease, width 0.1s ease;
24
+ transition: box-shadow 0.1s ease, width 0.1s ease;
25
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
27
26
  }
28
27
 
29
28
 
@@ -42,22 +41,26 @@
42
41
  display: none;
43
42
  outline: none;
44
43
  top: 100%;
44
+ min-width: -webkit-max-content;
45
+ min-width: -moz-max-content;
46
+ min-width: max-content;
45
47
  margin: 0em;
46
48
  padding: 0em 0em;
47
49
  background: #ffffff;
48
- min-width: 100%;
49
- white-space: nowrap;
50
- font-size: 1rem;
50
+ font-size: 1em;
51
51
  text-shadow: none;
52
52
  text-align: left;
53
- box-shadow: 0px 1px 4px 0px rgba(39, 41, 43, 0.15);
54
- border: 1px solid rgba(39, 41, 43, 0.15);
55
- border-radius: 0em 0em 0.2857rem 0.2857rem;
56
- -webkit-transition: opacity 0.2s ease;
57
- transition: opacity 0.2s ease;
53
+ box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
54
+ border: 1px solid rgba(34, 36, 38, 0.15);
55
+ border-radius: 0.28571429rem;
56
+ -webkit-transition: opacity 0.1s ease;
57
+ transition: opacity 0.1s ease;
58
58
  z-index: 11;
59
59
  will-change: transform, opacity;
60
60
  }
61
+ .ui.dropdown .menu > * {
62
+ white-space: nowrap;
63
+ }
61
64
 
62
65
  /*--------------
63
66
  Hidden Input
@@ -73,6 +76,7 @@
73
76
  ---------------*/
74
77
 
75
78
  .ui.dropdown > .dropdown.icon {
79
+ position: relative;
76
80
  width: auto;
77
81
  margin: 0em 0em 0em 1em;
78
82
  }
@@ -91,8 +95,8 @@
91
95
 
92
96
  .ui.dropdown > .text {
93
97
  display: inline-block;
94
- -webkit-transition: color 0.2s ease;
95
- transition: color 0.2s ease;
98
+ -webkit-transition: none;
99
+ transition: none;
96
100
  }
97
101
 
98
102
  /*--------------
@@ -105,10 +109,11 @@
105
109
  display: block;
106
110
  border: none;
107
111
  height: auto;
112
+ text-align: left;
108
113
  border-top: none;
109
114
  line-height: 1em;
110
- color: rgba(0, 0, 0, 0.8);
111
- padding: 0.71428571em 1.14285714em !important;
115
+ color: rgba(0, 0, 0, 0.87);
116
+ padding: 0.71428571rem 1.14285714rem !important;
112
117
  font-size: 1rem;
113
118
  text-transform: none;
114
119
  font-weight: normal;
@@ -148,20 +153,25 @@
148
153
 
149
154
  .ui.dropdown .menu > .header {
150
155
  margin: 1rem 0rem 0.75rem;
151
- padding: 0em 1.14285714em;
156
+ padding: 0em 1.14285714rem;
152
157
  color: rgba(0, 0, 0, 0.85);
153
- font-size: 0.7857rem;
158
+ font-size: 0.78571429em;
154
159
  font-weight: bold;
155
160
  text-transform: uppercase;
156
161
  }
157
162
  .ui.dropdown .menu > .divider {
158
- border-top: 1px solid rgba(0, 0, 0, 0.05);
163
+ border-top: 1px solid rgba(34, 36, 38, 0.1);
159
164
  height: 0em;
160
165
  margin: 0.5em 0em;
161
166
  }
162
167
  .ui.dropdown .menu > .input {
163
- margin: 0.75rem 1.14285714em;
164
- min-width: 200px;
168
+ width: auto;
169
+ display: -webkit-box;
170
+ display: -webkit-flex;
171
+ display: -ms-flexbox;
172
+ display: flex;
173
+ margin: 1.14285714rem 0.71428571rem;
174
+ min-width: 10rem;
165
175
  }
166
176
  .ui.dropdown .menu > .header + .input {
167
177
  margin-top: 0em;
@@ -182,10 +192,23 @@
182
192
 
183
193
  .ui.dropdown > .text > .description,
184
194
  .ui.dropdown .menu > .item > .description {
195
+ float: right;
185
196
  margin: 0em 0em 0em 1em;
186
197
  color: rgba(0, 0, 0, 0.4);
187
198
  }
188
199
 
200
+ /*-----------------
201
+ Message
202
+ -------------------*/
203
+
204
+ .ui.dropdown .menu > .message {
205
+ padding: 0.71428571rem 1.14285714rem;
206
+ font-weight: normal;
207
+ }
208
+ .ui.dropdown .menu > .message:not(.ui) {
209
+ color: rgba(0, 0, 0, 0.4);
210
+ }
211
+
189
212
  /*--------------
190
213
  Sub Menu
191
214
  ---------------*/
@@ -195,7 +218,7 @@
195
218
  left: 100% !important;
196
219
  right: auto !important;
197
220
  margin: 0em 0em 0em -0.5em !important;
198
- border-radius: 0em 0.2857rem 0.2857rem 0em !important;
221
+ border-radius: 0.28571429rem !important;
199
222
  z-index: 21 !important;
200
223
  }
201
224
 
@@ -204,12 +227,6 @@
204
227
  display: none;
205
228
  }
206
229
 
207
-
208
- /*******************************
209
- Coupling
210
- *******************************/
211
-
212
-
213
230
  /*--------------
214
231
  Sub Elements
215
232
  ---------------*/
@@ -242,7 +259,7 @@
242
259
  .ui.dropdown .menu > .item > img {
243
260
  margin-left: 0em;
244
261
  float: none;
245
- margin-right: 0.75em;
262
+ margin-right: 0.71428571rem;
246
263
  }
247
264
 
248
265
  /*--------------
@@ -256,9 +273,15 @@
256
273
  display: inline-block;
257
274
  vertical-align: middle;
258
275
  width: auto;
259
- max-height: 2.5em;
276
+ max-height: 2em;
260
277
  }
261
278
 
279
+
280
+ /*******************************
281
+ Coupling
282
+ *******************************/
283
+
284
+
262
285
  /*--------------
263
286
  Menu
264
287
  ---------------*/
@@ -283,6 +306,16 @@
283
306
  right: 0em;
284
307
  }
285
308
 
309
+ /*--------------
310
+ Label
311
+ ---------------*/
312
+
313
+
314
+ /* Dropdown Menu */
315
+ .ui.label.dropdown .menu {
316
+ min-width: 100%;
317
+ }
318
+
286
319
  /*--------------
287
320
  Button
288
321
  ---------------*/
@@ -292,10 +325,8 @@
292
325
  .ui.dropdown.icon.button > .dropdown.icon {
293
326
  margin: 0em;
294
327
  }
295
- .ui.dropdown.button:not(.pointing):not(.floating).active,
296
- .ui.dropdown.button:not(.pointing):not(.floating).visible {
297
- border-bottom-left-radius: 0em;
298
- border-bottom-right-radius: 0em;
328
+ .ui.button.dropdown .menu {
329
+ min-width: 100%;
299
330
  }
300
331
 
301
332
 
@@ -313,20 +344,22 @@
313
344
  .ui.selection.dropdown {
314
345
  cursor: pointer;
315
346
  word-wrap: break-word;
347
+ line-height: 1em;
316
348
  white-space: normal;
317
349
  outline: 0;
318
350
  -webkit-transform: rotateZ(0deg);
319
351
  transform: rotateZ(0deg);
320
- min-width: 180px;
352
+ min-width: 14em;
353
+ min-height: 2.7142em;
321
354
  background: #ffffff;
322
355
  display: inline-block;
323
- padding: 0.8em 1.1em;
324
- color: rgba(0, 0, 0, 0.8);
356
+ padding: 0.78571429em 2.6em 0.78571429em 1em;
357
+ color: rgba(0, 0, 0, 0.87);
325
358
  box-shadow: none;
326
- border: 1px solid rgba(39, 41, 43, 0.15);
327
- border-radius: 0.2857rem;
328
- -webkit-transition: border-radius 0.1s ease, width 0.2s ease, box-shadow 0.2s ease, border 0.2s ease;
329
- transition: border-radius 0.1s ease, width 0.2s ease, box-shadow 0.2s ease, border 0.2s ease;
359
+ border: 1px solid rgba(34, 36, 38, 0.15);
360
+ border-radius: 0.28571429rem;
361
+ -webkit-transition: box-shadow 0.1s ease, width 0.1s ease;
362
+ transition: box-shadow 0.1s ease, width 0.1s ease;
330
363
  }
331
364
  .ui.selection.dropdown.visible,
332
365
  .ui.selection.dropdown.active {
@@ -335,12 +368,9 @@
335
368
  select.ui.dropdown {
336
369
  height: 38px;
337
370
  padding: 0.5em;
338
- border: 1px solid rgba(39, 41, 43, 0.15);
371
+ border: 1px solid rgba(34, 36, 38, 0.15);
339
372
  visibility: visible;
340
373
  }
341
- .ui.selection.dropdown > .text {
342
- margin-right: 2em;
343
- }
344
374
  .ui.selection.dropdown > .search.icon,
345
375
  .ui.selection.dropdown > .delete.icon,
346
376
  .ui.selection.dropdown > .dropdown.icon {
@@ -348,12 +378,13 @@ select.ui.dropdown {
348
378
  position: absolute;
349
379
  top: auto;
350
380
  width: auto;
351
- margin: -0.8em;
352
- padding: 0.8em;
353
- right: 1.1em;
381
+ z-index: 3;
382
+ margin: -0.78571429em;
383
+ padding: 0.78571429em;
384
+ right: 1em;
354
385
  opacity: 0.8;
355
- -webkit-transition: opacity 0.2s ease;
356
- transition: opacity 0.2s ease;
386
+ -webkit-transition: opacity 0.1s ease;
387
+ transition: opacity 0.1s ease;
357
388
  }
358
389
 
359
390
  /* Compact */
@@ -370,98 +401,98 @@ select.ui.dropdown {
370
401
  -webkit-overflow-scrolling: touch;
371
402
  border-top-width: 0px !important;
372
403
  width: auto;
404
+ outline: none;
373
405
  margin: 0px -1px;
374
- min-width: -webkit-calc(100% + 2px );
375
406
  min-width: calc(100% + 2px );
376
- outline: none;
377
- box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
378
- -webkit-transition: box-shadow 0.2s ease, border 0.2s ease;
379
- transition: box-shadow 0.2s ease, border 0.2s ease;
407
+ width: calc(100% + 2px );
408
+ border-radius: 0em 0em 0.28571429rem 0.28571429rem;
409
+ box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
410
+ -webkit-transition: opacity 0.1s ease;
411
+ transition: opacity 0.1s ease;
380
412
  }
381
413
  .ui.selection.dropdown .menu:after,
382
414
  .ui.selection.dropdown .menu:before {
383
415
  display: none;
384
416
  }
385
417
 
386
- /* Scrollbar in IE */
387
- @media all and (-ms-high-contrast: none) {
388
- .ui.selection.dropdown .menu {
389
- min-width: -webkit-calc(100% - 15px );
390
- min-width: calc(100% - 15px );
391
- }
418
+ /*--------------
419
+ Message
420
+ ---------------*/
421
+
422
+ .ui.selection.dropdown .menu > .message {
423
+ padding: 0.71428571rem 1.14285714rem;
392
424
  }
393
425
  @media only screen and (max-width: 767px) {
394
426
  .ui.selection.dropdown .menu {
395
- max-height: 7.49991429em;
427
+ max-height: 7.58571429rem;
396
428
  }
397
429
  }
398
430
  @media only screen and (min-width: 768px) {
399
431
  .ui.selection.dropdown .menu {
400
- max-height: 9.99988571em;
432
+ max-height: 10.11428571rem;
401
433
  }
402
434
  }
403
435
  @media only screen and (min-width: 992px) {
404
436
  .ui.selection.dropdown .menu {
405
- max-height: 14.99982857em;
437
+ max-height: 15.17142857rem;
406
438
  }
407
439
  }
408
440
  @media only screen and (min-width: 1920px) {
409
441
  .ui.selection.dropdown .menu {
410
- max-height: 19.99977143em;
442
+ max-height: 20.22857143rem;
411
443
  }
412
444
  }
413
445
 
414
446
  /* Menu Item */
415
447
  .ui.selection.dropdown .menu > .item {
416
- border-top: 1px solid rgba(0, 0, 0, 0.05);
417
- padding: 0.71428571em 1.14285714em !important;
448
+ border-top: 1px solid #fafafa;
449
+ padding: 0.71428571rem 1.14285714rem !important;
418
450
  white-space: normal;
419
451
  word-wrap: normal;
420
452
  }
421
453
 
422
454
  /* Hover */
423
455
  .ui.selection.dropdown:hover {
424
- border-color: rgba(39, 41, 43, 0.3);
425
- box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
426
- }
427
-
428
- /* Disabled */
429
- .ui.selection.dropdown.disabled,
430
- .ui.selection.dropdown.disabled:hover {
431
- cursor: default;
456
+ border-color: rgba(34, 36, 38, 0.35);
432
457
  box-shadow: none;
433
- color: rgba(0, 0, 0, 0.8);
434
- border: 1px solid rgba(39, 41, 43, 0.15);
435
- opacity: 0.3 !important;
436
458
  }
437
459
 
438
- /* Visible */
439
- .ui.selection.dropdown.visible {
440
- border-color: rgba(39, 41, 43, 0.3);
441
- box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
460
+ /* Active */
461
+ .ui.selection.active.dropdown {
462
+ border-color: rgba(34, 36, 38, 0.35);
463
+ box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
442
464
  }
443
- .ui.selection.visible.dropdown .menu {
444
- border-color: rgba(39, 41, 43, 0.3);
445
- box-shadow: 0px 2px 6px 0px rgba(39, 41, 43, 0.15);
465
+ .ui.selection.active.dropdown .menu {
466
+ border-color: rgba(34, 36, 38, 0.35);
467
+ box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
446
468
  }
447
469
 
448
- /* Visible Hover */
449
- .ui.selection.visible.dropdown:hover {
450
- border-color: rgba(39, 41, 43, 0.3);
451
- box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
470
+ /* Focus */
471
+ .ui.selection.dropdown:focus {
472
+ border-color: rgba(34, 36, 38, 0.35);
473
+ box-shadow: none;
452
474
  }
453
- .ui.selection.visible.dropdown .menu {
454
- border-color: rgba(39, 41, 43, 0.3);
455
- box-shadow: 0px 2px 6px 0px rgba(39, 41, 43, 0.15);
475
+ .ui.selection.dropdown:focus .menu {
476
+ border-color: rgba(34, 36, 38, 0.35);
477
+ box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
456
478
  }
457
479
 
458
- /* Active Item */
459
- .ui.selection.active.dropdown > .text:not(.default),
480
+ /* Visible */
460
481
  .ui.selection.visible.dropdown > .text:not(.default) {
461
482
  font-weight: normal;
462
483
  color: rgba(0, 0, 0, 0.8);
463
484
  }
464
485
 
486
+ /* Visible Hover */
487
+ .ui.selection.active.dropdown:hover {
488
+ border-color: rgba(34, 36, 38, 0.35);
489
+ box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
490
+ }
491
+ .ui.selection.active.dropdown:hover .menu {
492
+ border-color: rgba(34, 36, 38, 0.35);
493
+ box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
494
+ }
495
+
465
496
  /* Dropdown Icon */
466
497
  .ui.active.selection.dropdown > .dropdown.icon,
467
498
  .ui.visible.selection.dropdown > .dropdown.icon {
@@ -470,8 +501,7 @@ select.ui.dropdown {
470
501
  }
471
502
 
472
503
  /* Connecting Border */
473
- .ui.active.selection.dropdown,
474
- .ui.visible.selection.dropdown {
504
+ .ui.active.selection.dropdown {
475
505
  border-bottom-left-radius: 0em !important;
476
506
  border-bottom-right-radius: 0em !important;
477
507
  }
@@ -491,7 +521,6 @@ select.ui.dropdown {
491
521
  background: none transparent !important;
492
522
  border: none !important;
493
523
  box-shadow: none !important;
494
- border-radius: 0em !important;
495
524
  cursor: pointer;
496
525
  top: 0em;
497
526
  left: 0em;
@@ -515,7 +544,7 @@ select.ui.dropdown {
515
544
  /* Search Selection */
516
545
  .ui.search.selection.dropdown > input.search {
517
546
  line-height: 1.2142em;
518
- padding: 0.6929em 1.1em;
547
+ padding: 0.67861429em 2.6em 0.67861429em 1em;
519
548
  }
520
549
 
521
550
  /* Active/Visible Search */
@@ -527,7 +556,13 @@ select.ui.dropdown {
527
556
  .ui.search.dropdown.visible > .text {
528
557
  pointer-events: none;
529
558
  }
530
- .ui.active.search.dropdown > input.search:focus + .text {
559
+
560
+ /* Filtered Text */
561
+ .ui.active.search.dropdown input.search:focus + .text .icon,
562
+ .ui.active.search.dropdown input.search:focus + .text .flag {
563
+ opacity: 0.45;
564
+ }
565
+ .ui.active.search.dropdown input.search:focus + .text {
531
566
  color: rgba(0, 0, 0, 0.4) !important;
532
567
  }
533
568
 
@@ -541,25 +576,106 @@ select.ui.dropdown {
541
576
  }
542
577
  @media only screen and (max-width: 767px) {
543
578
  .ui.search.dropdown .menu {
544
- max-height: 7.49991429em;
579
+ max-height: 7.58571429rem;
545
580
  }
546
581
  }
547
582
  @media only screen and (min-width: 768px) {
548
583
  .ui.search.dropdown .menu {
549
- max-height: 9.99988571em;
584
+ max-height: 10.11428571rem;
550
585
  }
551
586
  }
552
587
  @media only screen and (min-width: 992px) {
553
588
  .ui.search.dropdown .menu {
554
- max-height: 14.99982857em;
589
+ max-height: 15.17142857rem;
555
590
  }
556
591
  }
557
592
  @media only screen and (min-width: 1920px) {
558
593
  .ui.search.dropdown .menu {
559
- max-height: 19.99977143em;
594
+ max-height: 20.22857143rem;
560
595
  }
561
596
  }
562
597
 
598
+ /*--------------
599
+ Multiple
600
+ ---------------*/
601
+
602
+
603
+ /* Multiple Selection */
604
+ .ui.multiple.dropdown {
605
+ padding: 0.22620476em 2.6em 0.22620476em 0.28571429em;
606
+ }
607
+ .ui.multiple.dropdown .menu {
608
+ cursor: auto;
609
+ }
610
+
611
+ /* Multiple Search Selection */
612
+ .ui.multiple.search.dropdown,
613
+ .ui.multiple.search.dropdown > input.search {
614
+ cursor: text;
615
+ }
616
+
617
+ /* Selection Label */
618
+ .ui.multiple.dropdown > .label {
619
+ -webkit-user-select: none;
620
+ -moz-user-select: none;
621
+ -ms-user-select: none;
622
+ user-select: none;
623
+ display: inline-block;
624
+ vertical-align: baseline;
625
+ white-space: normal;
626
+ font-size: 1em;
627
+ padding: 0.35714286em 0.71428571em;
628
+ margin: 0.21428571em 0.28571429rem 0.21428571em 0em;
629
+ box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
630
+ }
631
+
632
+ /* Dropdown Icon */
633
+ .ui.multiple.dropdown .dropdown.icon {
634
+ margin: 0em -0.71428571em 0em 0em;
635
+ padding: 0.5em;
636
+ }
637
+
638
+ /* Text */
639
+ .ui.multiple.dropdown > .text {
640
+ position: static;
641
+ padding: 0;
642
+ max-width: 100%;
643
+ margin: 0.45240952em 0em 0.45240952em 0.71428571em;
644
+ line-height: 1.2142em;
645
+ }
646
+ .ui.multiple.dropdown > .label ~ .text {
647
+ display: none;
648
+ }
649
+
650
+ /*-----------------
651
+ Multiple Search
652
+ -----------------*/
653
+
654
+
655
+ /* Prompt Text */
656
+ .ui.multiple.search.dropdown > .text {
657
+ display: inline-block;
658
+ position: absolute;
659
+ top: 0;
660
+ left: 0;
661
+ padding: inherit;
662
+ margin: 0.45240952em 0em 0.45240952em 0.71428571em;
663
+ line-height: 1.2142em;
664
+ }
665
+ .ui.multiple.search.dropdown > .label ~ .text {
666
+ display: none;
667
+ }
668
+
669
+ /* Search */
670
+ .ui.multiple.search.dropdown > input.search {
671
+ position: static;
672
+ padding: 0;
673
+ max-width: 100%;
674
+ margin: 0.45240952em 0em 0.45240952em 0.71428571em;
675
+ width: 2.2em;
676
+ line-height: 1.2142em;
677
+ }
678
+
563
679
  /*--------------
564
680
  Inline
565
681
  ---------------*/
@@ -571,7 +687,7 @@ select.ui.dropdown {
571
687
  }
572
688
  .ui.inline.dropdown .dropdown.icon {
573
689
  margin: 0em 0.5em 0em 0.25em;
574
- vertical-align: top;
690
+ vertical-align: baseline;
575
691
  }
576
692
  .ui.inline.dropdown > .text {
577
693
  font-weight: bold;
@@ -579,7 +695,7 @@ select.ui.dropdown {
579
695
  .ui.inline.dropdown .menu {
580
696
  cursor: auto;
581
697
  margin-top: 0.25em;
582
- border-radius: 0.2857rem;
698
+ border-radius: 0.28571429rem;
583
699
  }
584
700
 
585
701
 
@@ -588,6 +704,20 @@ select.ui.dropdown {
588
704
  *******************************/
589
705
 
590
706
 
707
+ /*--------------------
708
+ Active
709
+ ----------------------*/
710
+
711
+
712
+ /* Menu Item Active */
713
+ .ui.dropdown .menu .active.item {
714
+ background: transparent;
715
+ font-weight: bold;
716
+ color: rgba(0, 0, 0, 0.95);
717
+ box-shadow: none;
718
+ z-index: 12;
719
+ }
720
+
591
721
  /*--------------------
592
722
  Hover
593
723
  ----------------------*/
@@ -596,22 +726,82 @@ select.ui.dropdown {
596
726
  /* Menu Item Hover */
597
727
  .ui.dropdown .menu > .item:hover {
598
728
  background: rgba(0, 0, 0, 0.05);
599
- color: rgba(0, 0, 0, 0.8);
729
+ color: rgba(0, 0, 0, 0.95);
600
730
  z-index: 13;
601
731
  }
602
732
 
603
733
  /*--------------------
604
- Active
605
- ----------------------*/
734
+ Loading
735
+ ---------------------*/
606
736
 
607
737
 
608
- /* Menu Item Active */
609
- .ui.dropdown .menu .active.item {
610
- background: transparent;
611
- font-weight: bold;
612
- color: rgba(0, 0, 0, 0.8);
613
- box-shadow: none;
614
- z-index: 12;
738
+ /* Positioning */
739
+ .ui.loading.dropdown > i.icon:before,
740
+ .ui.loading.dropdown > i.icon:after {
741
+ left: 30% !important;
742
+ }
743
+ .ui.loading.dropdown > i.icon {
744
+ top: 50% !important;
745
+ }
746
+ .ui.multiple.loading.dropdown > i.icon:before,
747
+ .ui.multiple.loading.dropdown > i.icon:after {
748
+ top: 0% !important;
749
+ left: 0% !important;
750
+ }
751
+ .ui.loading.dropdown > i.icon:before {
752
+ position: absolute;
753
+ content: '';
754
+ top: 50%;
755
+ left: 50%;
756
+ margin: -0.64285714em 0em 0em -0.64285714em;
757
+ width: 1.28571429em;
758
+ height: 1.28571429em;
759
+ border-radius: 500rem;
760
+ border: 0.2em solid rgba(0, 0, 0, 0.1);
761
+ }
762
+ .ui.loading.dropdown > i.icon:after {
763
+ position: absolute;
764
+ content: '';
765
+ top: 50%;
766
+ left: 50%;
767
+ box-shadow: 0px 0px 0px 1px transparent;
768
+ margin: -0.64285714em 0em 0em -0.64285714em;
769
+ width: 1.28571429em;
770
+ height: 1.28571429em;
771
+ -webkit-animation: dropdown-spin 0.6s linear;
772
+ animation: dropdown-spin 0.6s linear;
773
+ -webkit-animation-iteration-count: infinite;
774
+ animation-iteration-count: infinite;
775
+ border-radius: 500rem;
776
+ border-color: #767676 transparent transparent;
777
+ border-style: solid;
778
+ border-width: 0.2em;
779
+ }
780
+
781
+ /* Coupling */
782
+ .ui.loading.dropdown.button > i.icon:before,
783
+ .ui.loading.dropdown.button > i.icon:after {
784
+ display: none;
785
+ }
786
+ @-webkit-keyframes dropdown-spin {
787
+ from {
788
+ -webkit-transform: rotate(0deg);
789
+ transform: rotate(0deg);
790
+ }
791
+ to {
792
+ -webkit-transform: rotate(360deg);
793
+ transform: rotate(360deg);
794
+ }
795
+ }
796
+ @keyframes dropdown-spin {
797
+ from {
798
+ -webkit-transform: rotate(0deg);
799
+ transform: rotate(0deg);
800
+ }
801
+ to {
802
+ -webkit-transform: rotate(360deg);
803
+ transform: rotate(360deg);
804
+ }
615
805
  }
616
806
 
617
807
  /*--------------------
@@ -624,7 +814,7 @@ select.ui.dropdown {
624
814
  }
625
815
  .ui.dropdown:hover > .default.text,
626
816
  .ui.default.dropdown:hover > .text {
627
- color: rgba(140, 140, 140, 0.7);
817
+ color: rgba(179, 179, 179, 0.7);
628
818
  }
629
819
 
630
820
  /*--------------------
@@ -635,7 +825,9 @@ select.ui.dropdown {
635
825
  -webkit-transition: none;
636
826
  transition: none;
637
827
  }
638
- .ui.dropdown > .loading.menu {
828
+
829
+ /* Used To Check Position */
830
+ .ui.dropdown .loading.menu {
639
831
  display: block;
640
832
  visibility: hidden;
641
833
  z-index: -1;
@@ -650,7 +842,7 @@ select.ui.dropdown {
650
842
  .ui.dropdown.selected,
651
843
  .ui.dropdown .menu .selected.item {
652
844
  background: rgba(0, 0, 0, 0.03);
653
- color: rgba(0, 0, 0, 0.8);
845
+ color: rgba(0, 0, 0, 0.95);
654
846
  }
655
847
 
656
848
  /*--------------------
@@ -673,21 +865,24 @@ select.ui.dropdown {
673
865
  .ui.dropdown.error,
674
866
  .ui.dropdown.error > .text,
675
867
  .ui.dropdown.error > .default.text {
676
- color: #a94442;
868
+ color: #9f3a38;
677
869
  }
678
870
  .ui.selection.dropdown.error {
679
- background: #fff0f0;
680
- border-color: #dbb1b1;
871
+ background: #fff6f6;
872
+ border-color: #e0b4b4;
681
873
  }
682
874
  .ui.selection.dropdown.error:hover {
683
- border-color: #dbb1b1;
875
+ border-color: #e0b4b4;
684
876
  }
685
877
  .ui.dropdown.error > .menu,
686
878
  .ui.dropdown.error > .menu .menu {
687
- border-color: #dbb1b1;
879
+ border-color: #e0b4b4;
688
880
  }
689
881
  .ui.dropdown.error > .menu > .item {
690
- color: #d95c5c;
882
+ color: #9f3a38;
883
+ }
884
+ .ui.multiple.selection.error.dropdown > .label {
885
+ border-color: #e0b4b4;
691
886
  }
692
887
 
693
888
  /* Item Hover */
@@ -706,10 +901,11 @@ select.ui.dropdown {
706
901
 
707
902
 
708
903
  /* Disabled */
709
- .ui.disabled.dropdown {
904
+ .ui.disabled.dropdown,
905
+ .ui.dropdown .menu > .disabled.item {
710
906
  cursor: default;
711
907
  pointer-events: none;
712
- opacity: 0.3;
908
+ opacity: 0.45;
713
909
  }
714
910
 
715
911
 
@@ -733,6 +929,7 @@ select.ui.dropdown {
733
929
  .ui.dropdown .menu .right.menu {
734
930
  left: 100% !important;
735
931
  right: auto !important;
932
+ border-radius: 0.28571429rem !important;
736
933
  }
737
934
 
738
935
  /* Left Flyout Menu */
@@ -740,18 +937,19 @@ select.ui.dropdown {
740
937
  .ui.dropdown .menu .left.menu {
741
938
  left: auto !important;
742
939
  right: 100% !important;
940
+ border-radius: 0.28571429rem !important;
743
941
  }
744
942
  .ui.dropdown .item .left.dropdown.icon,
745
943
  .ui.dropdown .left.menu .item .dropdown.icon {
746
944
  width: auto;
747
945
  float: left;
748
- margin: 0em 0.75em 0em 0em;
946
+ margin: 0em 0.71428571rem 0em 0em;
749
947
  }
750
948
  .ui.dropdown .item .left.dropdown.icon,
751
949
  .ui.dropdown .left.menu .item .dropdown.icon {
752
950
  width: auto;
753
951
  float: left;
754
- margin: 0em 0.75em 0em 0em;
952
+ margin: 0em 0.71428571rem 0em 0em;
755
953
  }
756
954
  .ui.dropdown .item .left.dropdown.icon + .text,
757
955
  .ui.dropdown .left.menu .item .dropdown.icon + .text {
@@ -762,43 +960,134 @@ select.ui.dropdown {
762
960
  Upward
763
961
  ---------------*/
764
962
 
963
+
964
+ /* Upward Main Menu */
765
965
  .ui.upward.dropdown > .menu {
766
966
  top: auto;
767
967
  bottom: 100%;
768
- box-shadow: 0px 0px 4px 0px rgba(39, 41, 43, 0.15);
769
- border-radius: 0.2857rem 0.2857rem 0em 0em;
968
+ box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
969
+ border-radius: 0.28571429rem 0.28571429rem 0em 0em;
970
+ }
971
+
972
+ /* Upward Sub Menu */
973
+ .ui.dropdown .upward.menu {
974
+ top: auto !important;
975
+ bottom: 0 !important;
770
976
  }
771
977
 
772
978
  /* Active Upward */
773
979
  .ui.simple.upward.active.dropdown,
774
980
  .ui.simple.upward.dropdown:hover {
775
- border-radius: 0.2857rem 0.2857rem 0em 0em !important;
981
+ border-radius: 0.28571429rem 0.28571429rem 0em 0em !important;
776
982
  }
777
- .ui.upward.dropdown.button:not(.pointing):not(.floating).active,
778
- .ui.upward.dropdown.button:not(.pointing):not(.floating).visible {
779
- border-radius: 0.2857rem 0.2857rem 0em 0em;
983
+ .ui.upward.dropdown.button:not(.pointing):not(.floating).active {
984
+ border-radius: 0.28571429rem 0.28571429rem 0em 0em;
780
985
  }
781
986
 
782
987
  /* Selection */
783
988
  .ui.upward.selection.dropdown .menu {
784
989
  border-top-width: 1px !important;
785
990
  border-bottom-width: 0px !important;
991
+ box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
786
992
  }
787
993
  .ui.upward.selection.dropdown:hover {
788
994
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
789
995
  }
790
- .ui.upward.selection.visible.dropdown:hover {
791
- box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05);
792
- }
793
- .ui.active.upward.selection.dropdown,
794
- .ui.visible.upward.selection.dropdown {
795
- border-radius: 0em 0em 0.2857rem 0.2857rem !important;
996
+
997
+ /* Active Upward */
998
+ .ui.active.upward.selection.dropdown {
999
+ border-radius: 0em 0em 0.28571429rem 0.28571429rem !important;
796
1000
  }
1001
+
1002
+ /* Visible Upward */
797
1003
  .ui.upward.selection.dropdown.visible {
798
- box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
1004
+ box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
1005
+ border-radius: 0em 0em 0.28571429rem 0.28571429rem !important;
1006
+ }
1007
+
1008
+ /* Visible Hover Upward */
1009
+ .ui.upward.active.selection.dropdown:hover {
1010
+ box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
1011
+ }
1012
+ .ui.upward.active.selection.dropdown:hover .menu {
1013
+ box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
1014
+ }
1015
+
1016
+ /*--------------
1017
+ Simple
1018
+ ---------------*/
1019
+
1020
+
1021
+ /* Selection Menu */
1022
+ .ui.scrolling.dropdown .menu,
1023
+ .ui.dropdown .scrolling.menu {
1024
+ overflow-x: hidden;
1025
+ overflow-y: auto;
1026
+ }
1027
+ .ui.scrolling.dropdown .menu {
1028
+ overflow-x: hidden;
1029
+ overflow-y: auto;
1030
+ -webkit-backface-visibility: hidden;
1031
+ backface-visibility: hidden;
1032
+ -webkit-overflow-scrolling: touch;
1033
+ min-width: 100% !important;
1034
+ width: auto !important;
1035
+ }
1036
+ .ui.dropdown .scrolling.menu {
1037
+ position: static;
1038
+ overflow-y: auto;
1039
+ border: none;
1040
+ box-shadow: none !important;
1041
+ border-radius: 0 !important;
1042
+ margin: 0 !important;
1043
+ min-width: 100% !important;
1044
+ width: auto !important;
1045
+ border-top: 1px solid rgba(34, 36, 38, 0.15);
1046
+ }
1047
+ .ui.scrolling.dropdown .menu .item.item.item,
1048
+ .ui.dropdown .scrolling.menu > .item.item.item {
1049
+ border-top: none;
1050
+ padding-right: calc( 1.14285714rem + 17px ) !important;
1051
+ }
1052
+ .ui.scrolling.dropdown .menu .item:first-child,
1053
+ .ui.dropdown .scrolling.menu .item:first-child {
1054
+ border-top: none;
1055
+ }
1056
+ .ui.dropdown > .animating.menu .scrolling.menu,
1057
+ .ui.dropdown > .visible.menu .scrolling.menu {
1058
+ display: block;
1059
+ }
1060
+
1061
+ /* Scrollbar in IE */
1062
+ @media all and (-ms-high-contrast: none) {
1063
+ .ui.scrolling.dropdown .menu,
1064
+ .ui.dropdown .scrolling.menu {
1065
+ min-width: calc(100% - 17px );
1066
+ }
1067
+ }
1068
+ @media only screen and (max-width: 767px) {
1069
+ .ui.scrolling.dropdown .menu,
1070
+ .ui.dropdown .scrolling.menu {
1071
+ max-height: 9.71428571rem;
1072
+ }
799
1073
  }
800
- .ui.upward.selection.visible.dropdown:hover .menu {
801
- box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
1074
+ @media only screen and (min-width: 768px) {
1075
+ .ui.scrolling.dropdown .menu,
1076
+ .ui.dropdown .scrolling.menu {
1077
+ max-height: 14.57142857rem;
1078
+ }
1079
+ }
1080
+ @media only screen and (min-width: 992px) {
1081
+ .ui.scrolling.dropdown .menu,
1082
+ .ui.dropdown .scrolling.menu {
1083
+ max-height: 19.42857143rem;
1084
+ }
1085
+ }
1086
+ @media only screen and (min-width: 1920px) {
1087
+ .ui.scrolling.dropdown .menu,
1088
+ .ui.dropdown .scrolling.menu {
1089
+ max-height: 19.42857143rem;
1090
+ }
802
1091
  }
803
1092
 
804
1093
  /*--------------
@@ -819,8 +1108,8 @@ select.ui.dropdown {
819
1108
  opacity: 0;
820
1109
  width: 0;
821
1110
  height: 0;
822
- -webkit-transition: opacity 0.2s ease;
823
- transition: opacity 0.2s ease;
1111
+ -webkit-transition: opacity 0.1s ease;
1112
+ transition: opacity 0.1s ease;
824
1113
  }
825
1114
  .ui.simple.active.dropdown,
826
1115
  .ui.simple.dropdown:hover {
@@ -876,11 +1165,12 @@ select.ui.dropdown {
876
1165
  .ui.floating.dropdown .menu {
877
1166
  left: 0;
878
1167
  right: auto;
879
- box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
880
- border-radius: 0.2857rem;
1168
+ box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.08) !important;
1169
+ border-radius: 0.28571429rem !important;
881
1170
  }
882
1171
  .ui.floating.dropdown > .menu {
883
1172
  margin-top: 0.5em !important;
1173
+ border-radius: 0.28571429rem !important;
884
1174
  }
885
1175
 
886
1176
  /*--------------
@@ -889,8 +1179,8 @@ select.ui.dropdown {
889
1179
 
890
1180
  .ui.pointing.dropdown > .menu {
891
1181
  top: 100%;
892
- margin-top: 0.75em;
893
- border-radius: 0.2857rem;
1182
+ margin-top: 0.71428571rem;
1183
+ border-radius: 0.28571429rem;
894
1184
  }
895
1185
  .ui.pointing.dropdown > .menu:after {
896
1186
  display: block;
@@ -1073,11 +1363,6 @@ select.ui.dropdown {
1073
1363
  content: "\f0d9" /*rtl:"\f0da"*/;
1074
1364
  }
1075
1365
 
1076
- /* Upward Dropdown */
1077
- .ui.upward.dropdown > .dropdown.icon:before {
1078
- content: "\f0d8";
1079
- }
1080
-
1081
1366
  /* Vertical Menu Dropdown */
1082
1367
  .ui.vertical.menu .dropdown.item > .dropdown.icon:before {
1083
1368
  content: "\f0da" /*rtl:"\f0d9"*/;