fomantic-ui-sass 2.7.8 → 2.8.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (62) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/app/assets/javascripts/semantic-ui/api.js +1 -1
  4. data/app/assets/javascripts/semantic-ui/calendar.js +41 -18
  5. data/app/assets/javascripts/semantic-ui/dropdown.js +58 -33
  6. data/app/assets/javascripts/semantic-ui/form.js +9 -4
  7. data/app/assets/javascripts/semantic-ui/modal.js +96 -33
  8. data/app/assets/javascripts/semantic-ui/popup.js +8 -8
  9. data/app/assets/javascripts/semantic-ui/progress.js +10 -8
  10. data/app/assets/javascripts/semantic-ui/rating.js +35 -6
  11. data/app/assets/javascripts/semantic-ui/sidebar.js +2 -3
  12. data/app/assets/javascripts/semantic-ui/slider.js +78 -29
  13. data/app/assets/javascripts/semantic-ui/tab.js +1 -1
  14. data/app/assets/javascripts/semantic-ui/toast.js +395 -121
  15. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +3 -3
  16. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +741 -143
  17. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +35 -35
  18. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +73 -117
  19. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +11 -11
  20. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +976 -191
  21. data/app/assets/stylesheets/semantic-ui/elements/_all.scss +1 -0
  22. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +51 -81
  23. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +12 -12
  24. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +35 -14
  25. data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +12312 -0
  26. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +111 -66
  27. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +70 -31
  28. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +28 -28
  29. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +218 -69
  30. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +20 -20
  31. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +52 -51
  32. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +85 -91
  33. data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +8 -8
  34. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +11 -11
  35. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +31 -10
  36. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +38 -38
  37. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +16 -17
  38. data/app/assets/stylesheets/semantic-ui/elements/_text.scss +3 -3
  39. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +6 -6
  40. data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +2 -2
  41. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +14 -124
  42. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +21 -21
  43. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +181 -110
  44. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +12 -12
  45. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +121 -30
  46. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +71 -72
  47. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +44 -26
  48. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +246 -21
  49. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +16 -13
  50. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +2 -2
  51. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +12 -14
  52. data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +20 -23
  53. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +2 -2
  54. data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +542 -155
  55. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +16 -16
  56. data/app/assets/stylesheets/semantic-ui/views/_card.scss +42 -17
  57. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +9 -9
  58. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +20 -5
  59. data/app/assets/stylesheets/semantic-ui/views/_item.scss +33 -12
  60. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +60 -46
  61. data/lib/fomantic/ui/sass/version.rb +2 -2
  62. metadata +2 -1
@@ -61,8 +61,8 @@ img.ui.image {
61
61
 
62
62
 
63
63
  /*--------------
64
- Inline
65
- ---------------*/
64
+ Inline
65
+ ---------------*/
66
66
 
67
67
  .ui.inline.image,
68
68
  .ui.inline.image svg,
@@ -71,8 +71,8 @@ img.ui.image {
71
71
  }
72
72
 
73
73
  /*------------------
74
- Vertical Aligned
75
- -------------------*/
74
+ Vertical Aligned
75
+ -------------------*/
76
76
 
77
77
  .ui.top.aligned.images .image,
78
78
  .ui.top.aligned.image,
@@ -97,8 +97,8 @@ img.ui.image {
97
97
  }
98
98
 
99
99
  /*--------------
100
- Rounded
101
- ---------------*/
100
+ Rounded
101
+ ---------------*/
102
102
 
103
103
  .ui.rounded.images .image,
104
104
  .ui.rounded.image,
@@ -108,8 +108,8 @@ img.ui.image {
108
108
  }
109
109
 
110
110
  /*--------------
111
- Bordered
112
- ---------------*/
111
+ Bordered
112
+ ---------------*/
113
113
 
114
114
  .ui.bordered.images .image,
115
115
  .ui.bordered.images img,
@@ -121,8 +121,8 @@ img.ui.bordered.image {
121
121
  }
122
122
 
123
123
  /*--------------
124
- Circular
125
- ---------------*/
124
+ Circular
125
+ ---------------*/
126
126
 
127
127
  .ui.circular.images,
128
128
  .ui.circular.image {
@@ -136,8 +136,8 @@ img.ui.bordered.image {
136
136
  }
137
137
 
138
138
  /*--------------
139
- Fluid
140
- ---------------*/
139
+ Fluid
140
+ ---------------*/
141
141
 
142
142
  .ui.fluid.images,
143
143
  .ui.fluid.image,
@@ -151,8 +151,8 @@ img.ui.bordered.image {
151
151
  }
152
152
 
153
153
  /*--------------
154
- Avatar
155
- ---------------*/
154
+ Avatar
155
+ ---------------*/
156
156
 
157
157
  .ui.avatar.images .image,
158
158
  .ui.avatar.images img,
@@ -168,8 +168,8 @@ img.ui.bordered.image {
168
168
  }
169
169
 
170
170
  /*-------------------
171
- Spaced
172
- --------------------*/
171
+ Spaced
172
+ --------------------*/
173
173
 
174
174
  .ui.spaced.image {
175
175
  display: inline-block !important;
@@ -186,8 +186,8 @@ img.ui.bordered.image {
186
186
  }
187
187
 
188
188
  /*-------------------
189
- Floated
190
- --------------------*/
189
+ Floated
190
+ --------------------*/
191
191
 
192
192
  .ui.floated.image,
193
193
  .ui.floated.images {
@@ -216,6 +216,14 @@ img.ui.bordered.image {
216
216
  Sizes
217
217
  ---------------*/
218
218
 
219
+ .ui.medium.images .image,
220
+ .ui.medium.images img,
221
+ .ui.medium.images svg,
222
+ .ui.medium.image {
223
+ width: 300px;
224
+ height: auto;
225
+ font-size: 1rem;
226
+ }
219
227
  .ui.mini.images .image,
220
228
  .ui.mini.images img,
221
229
  .ui.mini.images svg,
@@ -240,14 +248,6 @@ img.ui.bordered.image {
240
248
  height: auto;
241
249
  font-size: 0.92857143rem;
242
250
  }
243
- .ui.medium.images .image,
244
- .ui.medium.images img,
245
- .ui.medium.images svg,
246
- .ui.medium.image {
247
- width: 300px;
248
- height: auto;
249
- font-size: 1rem;
250
- }
251
251
  .ui.large.images .image,
252
252
  .ui.large.images img,
253
253
  .ui.large.images svg,
@@ -283,8 +283,8 @@ img.ui.bordered.image {
283
283
 
284
284
 
285
285
  /*******************************
286
- Groups
287
- *******************************/
286
+ Groups
287
+ *******************************/
288
288
 
289
289
  .ui.images {
290
290
  font-size: 0;
@@ -74,8 +74,8 @@
74
74
 
75
75
 
76
76
  /*--------------------
77
- Disabled
78
- ---------------------*/
77
+ Disabled
78
+ ---------------------*/
79
79
 
80
80
  .ui.disabled.input,
81
81
  .ui.input:not(.disabled) input[disabled] {
@@ -100,8 +100,8 @@
100
100
  }
101
101
 
102
102
  /*--------------------
103
- Loading
104
- ---------------------*/
103
+ Loading
104
+ ---------------------*/
105
105
 
106
106
  .ui.loading.loading.input > i.icon:before {
107
107
  position: absolute;
@@ -156,8 +156,8 @@
156
156
  }
157
157
 
158
158
  /*--------------------
159
- Error
160
- ---------------------*/
159
+ States
160
+ ---------------------*/
161
161
 
162
162
  .ui.input.error > input {
163
163
  background-color: #FFF6F6;
@@ -167,7 +167,7 @@
167
167
  box-shadow: none;
168
168
  }
169
169
 
170
- /* Error Placeholder */
170
+ /* Placeholder */
171
171
  .ui.input.error > input::-webkit-input-placeholder {
172
172
  color: #e7bdbc;
173
173
  }
@@ -175,10 +175,10 @@
175
175
  color: #e7bdbc;
176
176
  }
177
177
  .ui.input.error > input:-ms-input-placeholder {
178
- color: #e7bdbc !important;
178
+ color: #e7bdbc;
179
179
  }
180
180
 
181
- /* Focused Error Placeholder */
181
+ /* Focused Placeholder */
182
182
  .ui.input.error > input:focus::-webkit-input-placeholder {
183
183
  color: #da9796;
184
184
  }
@@ -186,7 +186,94 @@
186
186
  color: #da9796;
187
187
  }
188
188
  .ui.input.error > input:focus:-ms-input-placeholder {
189
- color: #da9796 !important;
189
+ color: #da9796;
190
+ }
191
+ .ui.input.info > input {
192
+ background-color: #F8FFFF;
193
+ border-color: #A9D5DE;
194
+ color: #276F86;
195
+ -webkit-box-shadow: none;
196
+ box-shadow: none;
197
+ }
198
+
199
+ /* Placeholder */
200
+ .ui.input.info > input::-webkit-input-placeholder {
201
+ color: #98cfe1;
202
+ }
203
+ .ui.input.info > input::-moz-placeholder {
204
+ color: #98cfe1;
205
+ }
206
+ .ui.input.info > input:-ms-input-placeholder {
207
+ color: #98cfe1;
208
+ }
209
+
210
+ /* Focused Placeholder */
211
+ .ui.input.info > input:focus::-webkit-input-placeholder {
212
+ color: #70bdd6;
213
+ }
214
+ .ui.input.info > input:focus::-moz-placeholder {
215
+ color: #70bdd6;
216
+ }
217
+ .ui.input.info > input:focus:-ms-input-placeholder {
218
+ color: #70bdd6;
219
+ }
220
+ .ui.input.success > input {
221
+ background-color: #FCFFF5;
222
+ border-color: #A3C293;
223
+ color: #2C662D;
224
+ -webkit-box-shadow: none;
225
+ box-shadow: none;
226
+ }
227
+
228
+ /* Placeholder */
229
+ .ui.input.success > input::-webkit-input-placeholder {
230
+ color: #8fcf90;
231
+ }
232
+ .ui.input.success > input::-moz-placeholder {
233
+ color: #8fcf90;
234
+ }
235
+ .ui.input.success > input:-ms-input-placeholder {
236
+ color: #8fcf90;
237
+ }
238
+
239
+ /* Focused Placeholder */
240
+ .ui.input.success > input:focus::-webkit-input-placeholder {
241
+ color: #6cbf6d;
242
+ }
243
+ .ui.input.success > input:focus::-moz-placeholder {
244
+ color: #6cbf6d;
245
+ }
246
+ .ui.input.success > input:focus:-ms-input-placeholder {
247
+ color: #6cbf6d;
248
+ }
249
+ .ui.input.warning > input {
250
+ background-color: #FFFAF3;
251
+ border-color: #C9BA9B;
252
+ color: #573A08;
253
+ -webkit-box-shadow: none;
254
+ box-shadow: none;
255
+ }
256
+
257
+ /* Placeholder */
258
+ .ui.input.warning > input::-webkit-input-placeholder {
259
+ color: #edad3e;
260
+ }
261
+ .ui.input.warning > input::-moz-placeholder {
262
+ color: #edad3e;
263
+ }
264
+ .ui.input.warning > input:-ms-input-placeholder {
265
+ color: #edad3e;
266
+ }
267
+
268
+ /* Focused Placeholder */
269
+ .ui.input.warning > input:focus::-webkit-input-placeholder {
270
+ color: #e39715;
271
+ }
272
+ .ui.input.warning > input:focus::-moz-placeholder {
273
+ color: #e39715;
274
+ }
275
+ .ui.input.warning > input:focus:-ms-input-placeholder {
276
+ color: #e39715;
190
277
  }
191
278
 
192
279
 
@@ -196,8 +283,8 @@
196
283
 
197
284
 
198
285
  /*--------------------
199
- Transparent
200
- ---------------------*/
286
+ Transparent
287
+ ---------------------*/
201
288
 
202
289
  .ui.transparent.input > textarea,
203
290
  .ui.transparent.input > input {
@@ -216,11 +303,11 @@
216
303
  :not(.field) > .ui.transparent.icon.input > i.icon {
217
304
  width: 1.1em;
218
305
  }
219
- :not(.field) > .ui.transparent.icon.input > input {
306
+ :not(.field) > .ui.ui.ui.transparent.icon.input > input {
220
307
  padding-left: 0;
221
308
  padding-right: 2em;
222
309
  }
223
- :not(.field) > .ui.transparent[class*="left icon"].input > input {
310
+ :not(.field) > .ui.ui.ui.transparent[class*="left icon"].input > input {
224
311
  padding-left: 2em;
225
312
  padding-right: 0;
226
313
  }
@@ -244,8 +331,8 @@
244
331
  }
245
332
 
246
333
  /*--------------------
247
- Icon
248
- ---------------------*/
334
+ Icon
335
+ ---------------------*/
249
336
 
250
337
  .ui.icon.input > i.icon {
251
338
  cursor: default;
@@ -265,8 +352,8 @@
265
352
  .ui.icon.input > i.icon:not(.link) {
266
353
  pointer-events: none;
267
354
  }
268
- .ui.ui.icon.input > textarea,
269
- .ui.ui.icon.input > input {
355
+ .ui.ui.ui.ui.icon.input > textarea,
356
+ .ui.ui.ui.ui.icon.input > input {
270
357
  padding-right: 2.67142857em;
271
358
  }
272
359
  .ui.icon.input > i.icon:before,
@@ -296,8 +383,8 @@
296
383
  right: auto;
297
384
  left: 0.5em;
298
385
  }
299
- .ui.ui[class*="left icon"].input > textarea,
300
- .ui.ui[class*="left icon"].input > input {
386
+ .ui.ui.ui.ui[class*="left icon"].input > textarea,
387
+ .ui.ui.ui.ui[class*="left icon"].input > input {
301
388
  padding-left: 2.67142857em;
302
389
  padding-right: 1em;
303
390
  }
@@ -309,8 +396,8 @@
309
396
  }
310
397
 
311
398
  /*--------------------
312
- Labeled
313
- ---------------------*/
399
+ Labeled
400
+ ---------------------*/
314
401
 
315
402
 
316
403
  /* Adjacent Label */
@@ -404,34 +491,103 @@
404
491
  left: 1px;
405
492
  }
406
493
 
407
- /* Labeled and action input error */
494
+ /* Labeled and action input states */
408
495
  .ui.form > .field.error > .ui.action.input > .ui.button,
409
496
  .ui.form > .field.error > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
410
497
  .ui.action.input.error > .ui.button,
411
498
  .ui.labeled.input.error:not([class*="corner labeled"]) > .ui.label {
412
- border-top: 1px solid #E0B4B4;
413
- border-bottom: 1px solid #E0B4B4;
499
+ border-top: 1px solid #9F3A38;
500
+ border-bottom: 1px solid #9F3A38;
414
501
  }
415
502
  .ui.form > .field.error > .ui.left.action.input > .ui.button,
416
503
  .ui.form > .field.error > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
417
504
  .ui.left.action.input.error > .ui.button,
418
505
  .ui.labeled.input.error:not(.right):not([class*="corner labeled"]) > .ui.label {
419
- border-left: 1px solid #E0B4B4;
506
+ border-left: 1px solid #9F3A38;
420
507
  }
421
508
  .ui.form > .field.error > .ui.action.input:not(.left) > input + .ui.button,
422
509
  .ui.form > .field.error > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
423
510
  .ui.action.input.error:not(.left) > input + .ui.button,
424
511
  .ui.right.labeled.input.error:not([class*="corner labeled"]) > input + .ui.label {
425
- border-right: 1px solid #E0B4B4;
512
+ border-right: 1px solid #9F3A38;
426
513
  }
427
514
  .ui.form > .field.error > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
428
515
  .ui.right.labeled.input.error:not([class*="corner labeled"]) > .ui.label:first-child {
429
- border-left: 1px solid #E0B4B4;
516
+ border-left: 1px solid #9F3A38;
517
+ }
518
+ .ui.form > .field.info > .ui.action.input > .ui.button,
519
+ .ui.form > .field.info > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
520
+ .ui.action.input.info > .ui.button,
521
+ .ui.labeled.input.info:not([class*="corner labeled"]) > .ui.label {
522
+ border-top: 1px solid #276F86;
523
+ border-bottom: 1px solid #276F86;
524
+ }
525
+ .ui.form > .field.info > .ui.left.action.input > .ui.button,
526
+ .ui.form > .field.info > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
527
+ .ui.left.action.input.info > .ui.button,
528
+ .ui.labeled.input.info:not(.right):not([class*="corner labeled"]) > .ui.label {
529
+ border-left: 1px solid #276F86;
530
+ }
531
+ .ui.form > .field.info > .ui.action.input:not(.left) > input + .ui.button,
532
+ .ui.form > .field.info > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
533
+ .ui.action.input.info:not(.left) > input + .ui.button,
534
+ .ui.right.labeled.input.info:not([class*="corner labeled"]) > input + .ui.label {
535
+ border-right: 1px solid #276F86;
536
+ }
537
+ .ui.form > .field.info > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
538
+ .ui.right.labeled.input.info:not([class*="corner labeled"]) > .ui.label:first-child {
539
+ border-left: 1px solid #276F86;
540
+ }
541
+ .ui.form > .field.success > .ui.action.input > .ui.button,
542
+ .ui.form > .field.success > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
543
+ .ui.action.input.success > .ui.button,
544
+ .ui.labeled.input.success:not([class*="corner labeled"]) > .ui.label {
545
+ border-top: 1px solid #2C662D;
546
+ border-bottom: 1px solid #2C662D;
547
+ }
548
+ .ui.form > .field.success > .ui.left.action.input > .ui.button,
549
+ .ui.form > .field.success > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
550
+ .ui.left.action.input.success > .ui.button,
551
+ .ui.labeled.input.success:not(.right):not([class*="corner labeled"]) > .ui.label {
552
+ border-left: 1px solid #2C662D;
553
+ }
554
+ .ui.form > .field.success > .ui.action.input:not(.left) > input + .ui.button,
555
+ .ui.form > .field.success > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
556
+ .ui.action.input.success:not(.left) > input + .ui.button,
557
+ .ui.right.labeled.input.success:not([class*="corner labeled"]) > input + .ui.label {
558
+ border-right: 1px solid #2C662D;
559
+ }
560
+ .ui.form > .field.success > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
561
+ .ui.right.labeled.input.success:not([class*="corner labeled"]) > .ui.label:first-child {
562
+ border-left: 1px solid #2C662D;
563
+ }
564
+ .ui.form > .field.warning > .ui.action.input > .ui.button,
565
+ .ui.form > .field.warning > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
566
+ .ui.action.input.warning > .ui.button,
567
+ .ui.labeled.input.warning:not([class*="corner labeled"]) > .ui.label {
568
+ border-top: 1px solid #573A08;
569
+ border-bottom: 1px solid #573A08;
570
+ }
571
+ .ui.form > .field.warning > .ui.left.action.input > .ui.button,
572
+ .ui.form > .field.warning > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
573
+ .ui.left.action.input.warning > .ui.button,
574
+ .ui.labeled.input.warning:not(.right):not([class*="corner labeled"]) > .ui.label {
575
+ border-left: 1px solid #573A08;
576
+ }
577
+ .ui.form > .field.warning > .ui.action.input:not(.left) > input + .ui.button,
578
+ .ui.form > .field.warning > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
579
+ .ui.action.input.warning:not(.left) > input + .ui.button,
580
+ .ui.right.labeled.input.warning:not([class*="corner labeled"]) > input + .ui.label {
581
+ border-right: 1px solid #573A08;
582
+ }
583
+ .ui.form > .field.warning > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
584
+ .ui.right.labeled.input.warning:not([class*="corner labeled"]) > .ui.label:first-child {
585
+ border-left: 1px solid #573A08;
430
586
  }
431
587
 
432
588
  /*--------------------
433
- Action
434
- ---------------------*/
589
+ Action
590
+ ---------------------*/
435
591
 
436
592
  .ui.action.input > .button,
437
593
  .ui.action.input > .buttons {
@@ -452,53 +608,46 @@
452
608
  margin: 0;
453
609
  }
454
610
 
455
- /* Button on Right */
611
+ /* Input when ui Left*/
612
+ .ui[class*="left action"].input > input {
613
+ border-top-left-radius: 0;
614
+ border-bottom-left-radius: 0;
615
+ border-left-color: transparent;
616
+ }
617
+ /* Input when ui Right*/
456
618
  .ui.action.input:not([class*="left action"]) > input {
457
- border-top-right-radius: 0 !important;
458
- border-bottom-right-radius: 0 !important;
459
- border-right-color: transparent !important;
619
+ border-top-right-radius: 0;
620
+ border-bottom-right-radius: 0;
621
+ border-right-color: transparent;
622
+ }
623
+ /* Button and Dropdown */
624
+ .ui.action.input > .dropdown:first-child,
625
+ .ui.action.input > .button:first-child,
626
+ .ui.action.input > .buttons:first-child > .button {
627
+ border-radius: 0.28571429rem 0 0 0.28571429rem;
460
628
  }
461
- .ui.action.input:not([class*="left action"]) > .dropdown:not(:first-child),
462
- .ui.action.input:not([class*="left action"]) > .button:not(:first-child),
463
- .ui.action.input:not([class*="left action"]) > .buttons:not(:first-child) > .button {
629
+ .ui.action.input > .dropdown:not(:first-child),
630
+ .ui.action.input > .button:not(:first-child),
631
+ .ui.action.input > .buttons:not(:first-child) > .button {
464
632
  border-radius: 0;
465
633
  }
466
- .ui.action.input:not([class*="left action"]) > .dropdown:last-child,
467
- .ui.action.input:not([class*="left action"]) > .button:last-child,
468
- .ui.action.input:not([class*="left action"]) > .buttons:last-child > .button {
634
+ .ui.action.input > .dropdown:last-child,
635
+ .ui.action.input > .button:last-child,
636
+ .ui.action.input > .buttons:last-child > .button {
469
637
  border-radius: 0 0.28571429rem 0.28571429rem 0;
470
638
  }
471
639
 
472
640
  /* Input Focus */
473
641
  .ui.action.input:not([class*="left action"]) > input:focus {
474
- border-right-color: #85B7D9 !important;
642
+ border-right-color: #85B7D9;
475
643
  }
476
-
477
- /* Button on Left */
478
- .ui[class*="left action"].input > input {
479
- border-top-left-radius: 0 !important;
480
- border-bottom-left-radius: 0 !important;
481
- border-left-color: transparent !important;
482
- }
483
- .ui[class*="left action"].input > .dropdown,
484
- .ui[class*="left action"].input > .button,
485
- .ui[class*="left action"].input > .buttons > .button {
486
- border-radius: 0;
487
- }
488
- .ui[class*="left action"].input > .dropdown:first-child,
489
- .ui[class*="left action"].input > .button:first-child,
490
- .ui[class*="left action"].input > .buttons:first-child > .button {
491
- border-radius: 0.28571429rem 0 0 0.28571429rem;
492
- }
493
-
494
- /* Input Focus */
495
- .ui[class*="left action"].input > input:focus {
496
- border-left-color: #85B7D9 !important;
644
+ .ui.ui[class*="left action"].input > input:focus {
645
+ border-left-color: #85B7D9;
497
646
  }
498
647
 
499
648
  /*--------------------
500
- Inverted
501
- ---------------------*/
649
+ Inverted
650
+ ---------------------*/
502
651
 
503
652
 
504
653
  /* Standard */
@@ -507,8 +656,8 @@
507
656
  }
508
657
 
509
658
  /*--------------------
510
- Fluid
511
- ---------------------*/
659
+ Fluid
660
+ ---------------------*/
512
661
 
513
662
  .ui.fluid.input {
514
663
  display: -webkit-box;
@@ -523,6 +672,9 @@
523
672
  Size
524
673
  ---------------------*/
525
674
 
675
+ .ui.input {
676
+ font-size: 1em;
677
+ }
526
678
  .ui.mini.input {
527
679
  font-size: 0.78571429em;
528
680
  }
@@ -532,9 +684,6 @@
532
684
  .ui.small.input {
533
685
  font-size: 0.92857143em;
534
686
  }
535
- .ui.input {
536
- font-size: 1em;
537
- }
538
687
  .ui.large.input {
539
688
  font-size: 1.14285714em;
540
689
  }