less-rails-semantic_ui 2.1.8.2 → 2.2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. checksums.yaml +4 -4
  2. data/.github/ISSUE_TEMPLATE.md +15 -0
  3. data/assets/fonts/semantic_ui/themes/default/assets/fonts/icons.eot +0 -0
  4. data/assets/fonts/semantic_ui/themes/default/assets/fonts/icons.svg +146 -26
  5. data/assets/fonts/semantic_ui/themes/default/assets/fonts/icons.ttf +0 -0
  6. data/assets/fonts/semantic_ui/themes/default/assets/fonts/icons.woff +0 -0
  7. data/assets/fonts/semantic_ui/themes/default/assets/fonts/icons.woff2 +0 -0
  8. data/assets/javascripts/semantic_ui/definitions/behaviors/api.js +41 -16
  9. data/assets/javascripts/semantic_ui/definitions/behaviors/colorize.js +233 -227
  10. data/assets/javascripts/semantic_ui/definitions/behaviors/form.js +58 -23
  11. data/assets/javascripts/semantic_ui/definitions/behaviors/state.js +20 -7
  12. data/assets/javascripts/semantic_ui/definitions/behaviors/visibility.js +89 -22
  13. data/assets/javascripts/semantic_ui/definitions/behaviors/visit.js +13 -5
  14. data/assets/javascripts/semantic_ui/definitions/globals/site.js +2 -2
  15. data/assets/javascripts/semantic_ui/definitions/modules/accordion.js +20 -6
  16. data/assets/javascripts/semantic_ui/definitions/modules/checkbox.js +31 -9
  17. data/assets/javascripts/semantic_ui/definitions/modules/dimmer.js +27 -9
  18. data/assets/javascripts/semantic_ui/definitions/modules/dropdown.js +482 -207
  19. data/assets/javascripts/semantic_ui/definitions/modules/embed.js +50 -13
  20. data/assets/javascripts/semantic_ui/definitions/modules/modal.js +28 -13
  21. data/assets/javascripts/semantic_ui/definitions/modules/nag.js +28 -7
  22. data/assets/javascripts/semantic_ui/definitions/modules/popup.js +136 -76
  23. data/assets/javascripts/semantic_ui/definitions/modules/progress.js +177 -62
  24. data/assets/javascripts/semantic_ui/definitions/modules/rating.js +41 -8
  25. data/assets/javascripts/semantic_ui/definitions/modules/search.js +109 -56
  26. data/assets/javascripts/semantic_ui/definitions/modules/shape.js +52 -19
  27. data/assets/javascripts/semantic_ui/definitions/modules/sidebar.js +21 -7
  28. data/assets/javascripts/semantic_ui/definitions/modules/sticky.js +48 -19
  29. data/assets/javascripts/semantic_ui/definitions/modules/tab.js +57 -27
  30. data/assets/javascripts/semantic_ui/definitions/modules/transition.js +24 -8
  31. data/assets/stylesheets/semantic_ui/definitions/collections/breadcrumb.less +1 -2
  32. data/assets/stylesheets/semantic_ui/definitions/collections/form.less +42 -36
  33. data/assets/stylesheets/semantic_ui/definitions/collections/grid.less +12 -5
  34. data/assets/stylesheets/semantic_ui/definitions/collections/menu.less +50 -6
  35. data/assets/stylesheets/semantic_ui/definitions/collections/message.less +20 -1
  36. data/assets/stylesheets/semantic_ui/definitions/collections/table.less +16 -3
  37. data/assets/stylesheets/semantic_ui/definitions/elements/button.less +184 -40
  38. data/assets/stylesheets/semantic_ui/definitions/elements/container.less +1 -2
  39. data/assets/stylesheets/semantic_ui/definitions/elements/divider.less +1 -3
  40. data/assets/stylesheets/semantic_ui/definitions/elements/flag.less +1 -2
  41. data/assets/stylesheets/semantic_ui/definitions/elements/header.less +2 -2
  42. data/assets/stylesheets/semantic_ui/definitions/elements/icon.less +1 -2
  43. data/assets/stylesheets/semantic_ui/definitions/elements/image.less +6 -1
  44. data/assets/stylesheets/semantic_ui/definitions/elements/input.less +14 -14
  45. data/assets/stylesheets/semantic_ui/definitions/elements/label.less +3 -3
  46. data/assets/stylesheets/semantic_ui/definitions/elements/list.less +29 -16
  47. data/assets/stylesheets/semantic_ui/definitions/elements/loader.less +72 -9
  48. data/assets/stylesheets/semantic_ui/definitions/elements/rail.less +21 -2
  49. data/assets/stylesheets/semantic_ui/definitions/elements/reveal.less +2 -3
  50. data/assets/stylesheets/semantic_ui/definitions/elements/segment.less +44 -3
  51. data/assets/stylesheets/semantic_ui/definitions/elements/step.less +28 -8
  52. data/assets/stylesheets/semantic_ui/definitions/globals/reset.less +1 -2
  53. data/assets/stylesheets/semantic_ui/definitions/globals/site.less +0 -1
  54. data/assets/stylesheets/semantic_ui/definitions/modules/accordion.less +0 -1
  55. data/assets/stylesheets/semantic_ui/definitions/modules/checkbox.less +9 -10
  56. data/assets/stylesheets/semantic_ui/definitions/modules/dimmer.less +1 -2
  57. data/assets/stylesheets/semantic_ui/definitions/modules/dropdown.less +39 -21
  58. data/assets/stylesheets/semantic_ui/definitions/modules/embed.less +0 -1
  59. data/assets/stylesheets/semantic_ui/definitions/modules/modal.less +0 -1
  60. data/assets/stylesheets/semantic_ui/definitions/modules/nag.less +1 -2
  61. data/assets/stylesheets/semantic_ui/definitions/modules/popup.less +344 -2
  62. data/assets/stylesheets/semantic_ui/definitions/modules/progress.less +0 -1
  63. data/assets/stylesheets/semantic_ui/definitions/modules/rating.less +0 -1
  64. data/assets/stylesheets/semantic_ui/definitions/modules/search.less +1 -1
  65. data/assets/stylesheets/semantic_ui/definitions/modules/shape.less +1 -2
  66. data/assets/stylesheets/semantic_ui/definitions/modules/sidebar.less +1 -2
  67. data/assets/stylesheets/semantic_ui/definitions/modules/sticky.less +1 -2
  68. data/assets/stylesheets/semantic_ui/definitions/modules/tab.less +1 -2
  69. data/assets/stylesheets/semantic_ui/definitions/modules/transition.less +1 -2
  70. data/assets/stylesheets/semantic_ui/definitions/views/card.less +20 -2
  71. data/assets/stylesheets/semantic_ui/definitions/views/comment.less +1 -2
  72. data/assets/stylesheets/semantic_ui/definitions/views/feed.less +0 -1
  73. data/assets/stylesheets/semantic_ui/definitions/views/item.less +1 -2
  74. data/assets/stylesheets/semantic_ui/definitions/views/statistic.less +18 -19
  75. data/assets/stylesheets/semantic_ui/themes/basic/globals/reset.overrides +1 -1
  76. data/assets/stylesheets/semantic_ui/themes/default/collections/form.variables +4 -5
  77. data/assets/stylesheets/semantic_ui/themes/default/collections/menu.variables +13 -0
  78. data/assets/stylesheets/semantic_ui/themes/default/collections/message.variables +47 -1
  79. data/assets/stylesheets/semantic_ui/themes/default/collections/table.variables +7 -2
  80. data/assets/stylesheets/semantic_ui/themes/default/elements/button.variables +14 -0
  81. data/assets/stylesheets/semantic_ui/themes/default/elements/icon.overrides +263 -76
  82. data/assets/stylesheets/semantic_ui/themes/default/elements/icon.variables +3 -1
  83. data/assets/stylesheets/semantic_ui/themes/default/elements/input.variables +2 -4
  84. data/assets/stylesheets/semantic_ui/themes/default/elements/list.variables +2 -1
  85. data/assets/stylesheets/semantic_ui/themes/default/elements/loader.variables +17 -5
  86. data/assets/stylesheets/semantic_ui/themes/default/elements/rail.variables +2 -2
  87. data/assets/stylesheets/semantic_ui/themes/default/elements/step.variables +1 -1
  88. data/assets/stylesheets/semantic_ui/themes/default/globals/reset.overrides +1 -6
  89. data/assets/stylesheets/semantic_ui/themes/default/globals/site.variables +170 -46
  90. data/assets/stylesheets/semantic_ui/themes/default/modules/dropdown.variables +15 -12
  91. data/assets/stylesheets/semantic_ui/themes/default/modules/popup.variables +41 -3
  92. data/assets/stylesheets/semantic_ui/themes/default/modules/rating.overrides +2 -2
  93. data/assets/stylesheets/semantic_ui/themes/default/modules/sticky.variables +1 -1
  94. data/assets/stylesheets/semantic_ui/themes/default/views/card.variables +11 -0
  95. data/assets/stylesheets/semantic_ui/themes/material/collections/menu.variables +1 -1
  96. data/lib/less/rails/semantic_ui/version.rb +1 -1
  97. metadata +4 -3
@@ -13,7 +13,6 @@
13
13
  * http://github.com/semantic-org/semantic-ui/
14
14
  *
15
15
  *
16
- * Copyright 2015 Contributors
17
16
  * Released under the MIT license
18
17
  * http://opensource.org/licenses/MIT
19
18
  *
@@ -136,10 +135,30 @@
136
135
  Sizing
137
136
  ---------------*/
138
137
 
138
+ .ui.mini.rail {
139
+ font-size: @mini;
140
+ }
141
+ .ui.tiny.rail {
142
+ font-size: @tiny;
143
+ }
144
+ .ui.small.rail {
145
+ font-size: @small;
146
+ }
139
147
  .ui.rail {
140
148
  font-size: @medium;
141
149
  }
142
-
150
+ .ui.large.rail {
151
+ font-size: @large;
152
+ }
153
+ .ui.big.rail {
154
+ font-size: @big;
155
+ }
156
+ .ui.huge.rail {
157
+ font-size: @huge;
158
+ }
159
+ .ui.massive.rail {
160
+ font-size: @massive;
161
+ }
143
162
 
144
163
 
145
164
  .loadUIOverrides();
@@ -13,7 +13,6 @@
13
13
  * http://github.com/semantic-org/semantic-ui/
14
14
  *
15
15
  *
16
- * Copyright 2015 Contributors
17
16
  * Released under the MIT license
18
17
  * http://opensource.org/licenses/MIT
19
18
  *
@@ -210,7 +209,7 @@
210
209
  .ui.rotate.right.reveal > .visible.content {
211
210
  transform-origin: bottom right;
212
211
  }
213
- .ui.rotate.active.reveal > .visible.conten,
212
+ .ui.rotate.active.reveal > .visible.content,
214
213
  .ui.rotate.reveal:hover > .visible.content,
215
214
  .ui.rotate.right.active.reveal > .visible.content,
216
215
  .ui.rotate.right.reveal:hover > .visible.content {
@@ -273,4 +272,4 @@
273
272
  font-size: @medium !important;
274
273
  }
275
274
 
276
- .loadUIOverrides();
275
+ .loadUIOverrides();
@@ -13,7 +13,6 @@
13
13
  * http://github.com/semantic-org/semantic-ui/
14
14
  *
15
15
  *
16
- * Copyright 2015 Contributors
17
16
  * Released under the MIT license
18
17
  * http://opensource.org/licenses/MIT
19
18
  *
@@ -331,6 +330,11 @@
331
330
  border-radius: 0em 0em @borderRadius @borderRadius;
332
331
  }
333
332
 
333
+ /* Only */
334
+ .ui.segments:not(.horizontal) > .segment:only-child {
335
+ border-radius: @borderRadius;
336
+ }
337
+
334
338
 
335
339
  /* Nested Group */
336
340
  .ui.segments > .ui.segments {
@@ -705,7 +709,7 @@
705
709
  box-shadow: @attachedBoxShadow;
706
710
  border: @attachedBorder;
707
711
  }
708
- .ui.attached + .ui.attached.segment:not(.top) {
712
+ .ui.attached:not(.message) + .ui.attached.segment:not(.top) {
709
713
  border-top: none;
710
714
  }
711
715
 
@@ -734,4 +738,41 @@
734
738
  margin-bottom: 0em;
735
739
  }
736
740
 
737
- .loadUIOverrides();
741
+ /*-------------------
742
+ Size
743
+ --------------------*/
744
+
745
+ .ui.mini.segments .segment,
746
+ .ui.mini.segment {
747
+ font-size: @mini;
748
+ }
749
+ .ui.tiny.segments .segment,
750
+ .ui.tiny.segment {
751
+ font-size: @tiny;
752
+ }
753
+ .ui.small.segments .segment,
754
+ .ui.small.segment {
755
+ font-size: @small;
756
+ }
757
+ .ui.segments .segment,
758
+ .ui.segment {
759
+ font-size: @medium;
760
+ }
761
+ .ui.large.segments .segment,
762
+ .ui.large.segment {
763
+ font-size: @large;
764
+ }
765
+ .ui.big.segments .segment,
766
+ .ui.big.segment {
767
+ font-size: @big;
768
+ }
769
+ .ui.huge.segments .segment,
770
+ .ui.huge.segment {
771
+ font-size: @huge;
772
+ }
773
+ .ui.massive.segments .segment,
774
+ .ui.massive.segment {
775
+ font-size: @massive;
776
+ }
777
+
778
+ .loadUIOverrides();
@@ -13,7 +13,6 @@
13
13
  * http://github.com/semantic-org/semantic-ui/
14
14
  *
15
15
  *
16
- * Copyright 2015 Contributors
17
16
  * Released under the MIT license
18
17
  * http://opensource.org/licenses/MIT
19
18
  *
@@ -536,17 +535,38 @@
536
535
  --------------------*/
537
536
 
538
537
 
539
- .ui.small.step,
540
- .ui.small.steps .step {
538
+ .ui.mini.steps .step,
539
+ .ui.mini.step {
540
+ font-size: @mini;
541
+ }
542
+ .ui.tiny.steps .step,
543
+ .ui.tiny.step {
544
+ font-size: @tiny;
545
+ }
546
+ .ui.small.steps .step,
547
+ .ui.small.step {
541
548
  font-size: @small;
542
549
  }
543
- .ui.step,
544
- .ui.steps .step {
550
+ .ui.steps .step,
551
+ .ui.step {
545
552
  font-size: @medium;
546
553
  }
547
- .ui.large.step,
548
- .ui.large.steps .step {
554
+ .ui.large.steps .step,
555
+ .ui.large.step {
549
556
  font-size: @large;
550
557
  }
558
+ .ui.big.steps .step,
559
+ .ui.big.step {
560
+ font-size: @big;
561
+ }
562
+ .ui.huge.steps .step,
563
+ .ui.huge.step {
564
+ font-size: @huge;
565
+ }
566
+ .ui.massive.steps .step,
567
+ .ui.massive.step {
568
+ font-size: @massive;
569
+ }
570
+
551
571
 
552
- .loadUIOverrides();
572
+ .loadUIOverrides();
@@ -13,7 +13,6 @@
13
13
  * http://github.com/semantic-org/semantic-ui/
14
14
  *
15
15
  *
16
- * Copyright 2015 Contributors
17
16
  * Released under the MIT license
18
17
  * http://opensource.org/licenses/MIT
19
18
  *
@@ -48,4 +47,4 @@ input[type="text"], input[type="email"], input[type="search"], input[type="passw
48
47
  -moz-appearance: none; /* mobile firefox too! */
49
48
  }
50
49
 
51
- .loadUIOverrides();
50
+ .loadUIOverrides();
@@ -13,7 +13,6 @@
13
13
  * http://github.com/semantic-org/semantic-ui/
14
14
  *
15
15
  *
16
- * Copyright 2015 Contributors
17
16
  * Released under the MIT license
18
17
  * http://opensource.org/licenses/MIT
19
18
  *
@@ -13,7 +13,6 @@
13
13
  * http://github.com/semantic-org/semantic-ui/
14
14
  *
15
15
  *
16
- * Copyright 2015 Contributors
17
16
  * Released under the MIT license
18
17
  * http://opensource.org/licenses/MIT
19
18
  *
@@ -13,7 +13,6 @@
13
13
  * http://github.com/semantic-org/semantic-ui/
14
14
  *
15
15
  *
16
- * Copyright 2015 Contributors
17
16
  * Released under the MIT license
18
17
  * http://opensource.org/licenses/MIT
19
18
  *
@@ -206,13 +205,13 @@
206
205
  Indeterminate
207
206
  ---------------*/
208
207
 
209
- .ui.checkbox input:indeterminate ~ .box:before,
210
- .ui.checkbox input:indeterminate ~ label:before {
208
+ .ui.checkbox input:not([type=radio]):indeterminate ~ .box:before,
209
+ .ui.checkbox input:not([type=radio]):indeterminate ~ label:before {
211
210
  background: @checkboxIndeterminateBackground;
212
211
  border-color: @checkboxIndeterminateBorderColor;
213
212
  }
214
- .ui.checkbox input:indeterminate ~ .box:after,
215
- .ui.checkbox input:indeterminate ~ label:after {
213
+ .ui.checkbox input:not([type=radio]):indeterminate ~ .box:after,
214
+ .ui.checkbox input:not([type=radio]):indeterminate ~ label:after {
216
215
  opacity: @checkboxIndeterminateCheckOpacity;
217
216
  color: @checkboxIndeterminateCheckColor;
218
217
  }
@@ -221,15 +220,15 @@
221
220
  Active Focus
222
221
  ---------------*/
223
222
 
224
- .ui.checkbox input:indeterminate:focus ~ .box:before,
225
- .ui.checkbox input:indeterminate:focus ~ label:before,
223
+ .ui.checkbox input:not([type=radio]):indeterminate:focus ~ .box:before,
224
+ .ui.checkbox input:not([type=radio]):indeterminate:focus ~ label:before,
226
225
  .ui.checkbox input:checked:focus ~ .box:before,
227
226
  .ui.checkbox input:checked:focus ~ label:before {
228
227
  background: @checkboxActiveFocusBackground;
229
228
  border-color: @checkboxActiveFocusBorderColor;
230
229
  }
231
- .ui.checkbox input:indeterminate:focus ~ .box:after,
232
- .ui.checkbox input:indeterminate:focus ~ label:after,
230
+ .ui.checkbox input:not([type=radio]):indeterminate:focus ~ .box:after,
231
+ .ui.checkbox input:not([type=radio]):indeterminate:focus ~ label:after,
233
232
  .ui.checkbox input:checked:focus ~ .box:after,
234
233
  .ui.checkbox input:checked:focus ~ label:after {
235
234
  color: @checkboxActiveFocusCheckColor;
@@ -254,7 +253,7 @@
254
253
  .ui.disabled.checkbox label,
255
254
  .ui.checkbox input[disabled] ~ .box:after,
256
255
  .ui.checkbox input[disabled] ~ label {
257
- cursor: default;
256
+ cursor: default !important;
258
257
  opacity: @disabledCheckboxOpacity;
259
258
  color: @disabledCheckboxLabelColor;
260
259
  }
@@ -13,7 +13,6 @@
13
13
  * http://github.com/semantic-org/semantic-ui/
14
14
  *
15
15
  *
16
- * Copyright 2015 Contributors
17
16
  * Released under the MIT license
18
17
  * http://opensource.org/licenses/MIT
19
18
  *
@@ -32,7 +31,7 @@
32
31
  Dimmer
33
32
  *******************************/
34
33
 
35
- .dimmable {
34
+ .dimmable:not(.body) {
36
35
  position: @dimmablePosition;
37
36
  }
38
37
 
@@ -13,7 +13,6 @@
13
13
  * http://github.com/semantic-org/semantic-ui/
14
14
  *
15
15
  *
16
- * Copyright 2015 Contributors
17
16
  * Released under the MIT license
18
17
  * http://opensource.org/licenses/MIT
19
18
  *
@@ -398,12 +397,14 @@ select.ui.dropdown {
398
397
  .ui.selection.dropdown > .dropdown.icon {
399
398
  cursor: pointer;
400
399
  position: absolute;
401
- top: auto;
402
400
  width: auto;
401
+ height: auto;
402
+ line-height: @searchSelectionLineHeight;
403
+ top: @selectionVerticalPadding;
404
+ right: @selectionHorizontalPadding;
403
405
  z-index: @selectionIconZIndex;
404
406
  margin: @selectionIconMargin;
405
407
  padding: @selectionIconPadding;
406
- right: @selectionHorizontalPadding;
407
408
  opacity: @selectionIconOpacity;
408
409
  transition: @selectionIconTransition;
409
410
  }
@@ -472,6 +473,11 @@ select.ui.dropdown {
472
473
  word-wrap: normal;
473
474
  }
474
475
 
476
+ /* User Item */
477
+ .ui.selection.dropdown .menu > .hidden.addition.item {
478
+ display: none;
479
+ }
480
+
475
481
  /* Hover */
476
482
  .ui.selection.dropdown:hover {
477
483
  border-color: @selectionHoverBorderColor;
@@ -527,6 +533,16 @@ select.ui.dropdown {
527
533
  border-bottom-right-radius: @selectionVisibleConnectingBorder !important;
528
534
  }
529
535
 
536
+ /* Empty Connecting Border */
537
+ .ui.active.empty.selection.dropdown {
538
+ border-radius: @selectionBorderRadius !important;
539
+ box-shadow: @selectionBoxShadow !important;
540
+ }
541
+ .ui.active.empty.selection.dropdown .menu {
542
+ border: none !important;
543
+ box-shadow: none !important;
544
+ }
545
+
530
546
  /*--------------
531
547
  Searchable
532
548
  ---------------*/
@@ -558,6 +574,7 @@ select.ui.dropdown {
558
574
  .ui.search.dropdown > .text {
559
575
  cursor: text;
560
576
  position: relative;
577
+ left: @textCursorSpacing;
561
578
  z-index: 3;
562
579
  }
563
580
 
@@ -567,6 +584,14 @@ select.ui.dropdown {
567
584
  padding: @searchSelectionInputPadding;
568
585
  }
569
586
 
587
+ /* Used to size multi select input to character width */
588
+ .ui.search.selection.dropdown > span.sizer {
589
+ line-height: @searchSelectionLineHeight;
590
+ padding: @searchSelectionInputPadding;
591
+ display: none;
592
+ white-space: pre;
593
+ }
594
+
570
595
  /* Active/Visible Search */
571
596
  .ui.search.dropdown.active > input.search,
572
597
  .ui.search.dropdown.visible > input.search {
@@ -658,6 +683,9 @@ select.ui.dropdown {
658
683
  margin: @multipleSelectionChildMargin;
659
684
  line-height: @multipleSelectionChildLineHeight;
660
685
  }
686
+ .ui.multiple.dropdown > .label ~ input.search {
687
+ margin-left: @multipleSelectionSearchAfterLabelDistance !important;
688
+ }
661
689
  .ui.multiple.dropdown > .label ~ .text {
662
690
  display: none;
663
691
  }
@@ -733,6 +761,7 @@ select.ui.dropdown {
733
761
  z-index: @activeItemZIndex;
734
762
  }
735
763
 
764
+
736
765
  /*--------------------
737
766
  Hover
738
767
  ----------------------*/
@@ -748,20 +777,10 @@ select.ui.dropdown {
748
777
  Loading
749
778
  ---------------------*/
750
779
 
751
- /* Positioning */
752
- .ui.loading.dropdown > i.icon:before,
753
- .ui.loading.dropdown > i.icon:after {
754
- left: 30% !important;
755
- }
756
780
  .ui.loading.dropdown > i.icon {
757
- top: 50% !important;
758
- }
759
- .ui.multiple.loading.dropdown > i.icon:before,
760
- .ui.multiple.loading.dropdown > i.icon:after {
761
- top: 0% !important;
762
- left: 0% !important;
781
+ height: @relative14px !important;
782
+ padding: @relative16px @relative15px !important;
763
783
  }
764
-
765
784
  .ui.loading.dropdown > i.icon:before {
766
785
  position: absolute;
767
786
  content: '';
@@ -816,15 +835,14 @@ select.ui.dropdown {
816
835
  Default Text
817
836
  ----------------------*/
818
837
 
819
- .ui.dropdown > .default.text,
820
- .ui.default.dropdown > .text {
838
+ .ui.dropdown:not(.button) > .default.text,
839
+ .ui.default.dropdown:not(.button) > .text {
821
840
  color: @defaultTextColor;
822
841
  }
823
- .ui.dropdown:hover > .default.text,
824
- .ui.default.dropdown:hover > .text {
825
- color: @defaultTextHoverColor;
842
+ .ui.dropdown:not(.button) > input:focus + .default.text,
843
+ .ui.default.dropdown:not(.button) > input:focus + .text {
844
+ color: @defaultTextFocusColor;
826
845
  }
827
-
828
846
  /*--------------------
829
847
  Loading
830
848
  ----------------------*/
@@ -13,7 +13,6 @@
13
13
  * http://github.com/semantic-org/semantic-ui/
14
14
  *
15
15
  *
16
- * Copyright 2015 Contributors
17
16
  * Released under the MIT license
18
17
  * http://opensource.org/licenses/MIT
19
18
  *
@@ -13,7 +13,6 @@
13
13
  * http://github.com/semantic-org/semantic-ui/
14
14
  *
15
15
  *
16
- * Copyright 2015 Contributors
17
16
  * Released under the MIT license
18
17
  * http://opensource.org/licenses/MIT
19
18
  *
@@ -13,7 +13,6 @@
13
13
  * http://github.com/semantic-org/semantic-ui/
14
14
  *
15
15
  *
16
- * Copyright 2015 Contributors
17
16
  * Released under the MIT license
18
17
  * http://opensource.org/licenses/MIT
19
18
  *
@@ -166,4 +165,4 @@ a.ui.nag {
166
165
  border-radius: @bottomBorderRadius;
167
166
  }
168
167
 
169
- .loadUIOverrides();
168
+ .loadUIOverrides();