uikit 3.9.0 → 3.9.1

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 (147) hide show
  1. package/CHANGELOG.md +7 -1
  2. package/build/release.js +0 -3
  3. package/build/scss.js +1 -1
  4. package/dist/css/uikit-core-rtl.css +3 -3
  5. package/dist/css/uikit-core-rtl.min.css +1 -1
  6. package/dist/css/uikit-core.css +3 -3
  7. package/dist/css/uikit-core.min.css +1 -1
  8. package/dist/css/uikit-rtl.css +3 -3
  9. package/dist/css/uikit-rtl.min.css +1 -1
  10. package/dist/css/uikit.css +3 -3
  11. package/dist/css/uikit.min.css +1 -1
  12. package/dist/js/components/countdown.js +1 -1
  13. package/dist/js/components/countdown.min.js +1 -1
  14. package/dist/js/components/filter.js +1 -1
  15. package/dist/js/components/filter.min.js +1 -1
  16. package/dist/js/components/lightbox-panel.js +1 -1
  17. package/dist/js/components/lightbox-panel.min.js +1 -1
  18. package/dist/js/components/lightbox.js +1 -1
  19. package/dist/js/components/lightbox.min.js +1 -1
  20. package/dist/js/components/notification.js +1 -1
  21. package/dist/js/components/notification.min.js +1 -1
  22. package/dist/js/components/parallax.js +1 -1
  23. package/dist/js/components/parallax.min.js +1 -1
  24. package/dist/js/components/slider-parallax.js +1 -1
  25. package/dist/js/components/slider-parallax.min.js +1 -1
  26. package/dist/js/components/slider.js +1 -1
  27. package/dist/js/components/slider.min.js +1 -1
  28. package/dist/js/components/slideshow-parallax.js +1 -1
  29. package/dist/js/components/slideshow-parallax.min.js +1 -1
  30. package/dist/js/components/slideshow.js +1 -1
  31. package/dist/js/components/slideshow.min.js +1 -1
  32. package/dist/js/components/sortable.js +1 -1
  33. package/dist/js/components/sortable.min.js +1 -1
  34. package/dist/js/components/tooltip.js +1 -1
  35. package/dist/js/components/tooltip.min.js +1 -1
  36. package/dist/js/components/upload.js +1 -1
  37. package/dist/js/components/upload.min.js +1 -1
  38. package/dist/js/uikit-core.js +2 -2
  39. package/dist/js/uikit-core.min.js +2 -2
  40. package/dist/js/uikit-icons.js +1 -1
  41. package/dist/js/uikit-icons.min.js +1 -1
  42. package/dist/js/uikit.js +2 -2
  43. package/dist/js/uikit.min.js +2 -2
  44. package/package.json +1 -1
  45. package/src/less/components/accordion.less +10 -10
  46. package/src/less/components/alert.less +9 -9
  47. package/src/less/components/align.less +2 -2
  48. package/src/less/components/animation.less +2 -2
  49. package/src/less/components/article.less +8 -8
  50. package/src/less/components/background.less +1 -1
  51. package/src/less/components/badge.less +6 -6
  52. package/src/less/components/base.less +30 -30
  53. package/src/less/components/breadcrumb.less +12 -12
  54. package/src/less/components/button.less +36 -36
  55. package/src/less/components/card.less +25 -25
  56. package/src/less/components/close.less +5 -5
  57. package/src/less/components/column.less +2 -2
  58. package/src/less/components/comment.less +12 -12
  59. package/src/less/components/container.less +2 -2
  60. package/src/less/components/countdown.less +10 -10
  61. package/src/less/components/cover.less +2 -2
  62. package/src/less/components/description-list.less +5 -5
  63. package/src/less/components/divider.less +11 -11
  64. package/src/less/components/dotnav.less +11 -11
  65. package/src/less/components/drop.less +1 -1
  66. package/src/less/components/dropdown.less +7 -7
  67. package/src/less/components/flex.less +2 -2
  68. package/src/less/components/form-range.less +11 -11
  69. package/src/less/components/form.less +27 -27
  70. package/src/less/components/grid.less +6 -6
  71. package/src/less/components/heading.less +21 -21
  72. package/src/less/components/height.less +1 -1
  73. package/src/less/components/icon.less +13 -13
  74. package/src/less/components/iconnav.less +9 -9
  75. package/src/less/components/inverse.less +3 -3
  76. package/src/less/components/label.less +7 -7
  77. package/src/less/components/leader.less +3 -3
  78. package/src/less/components/lightbox.less +9 -9
  79. package/src/less/components/link.less +12 -12
  80. package/src/less/components/list.less +5 -5
  81. package/src/less/components/margin.less +3 -3
  82. package/src/less/components/marker.less +5 -5
  83. package/src/less/components/modal.less +16 -16
  84. package/src/less/components/nav.less +31 -31
  85. package/src/less/components/navbar.less +33 -33
  86. package/src/less/components/notification.less +9 -9
  87. package/src/less/components/offcanvas.less +4 -4
  88. package/src/less/components/overlay.less +5 -5
  89. package/src/less/components/padding.less +1 -1
  90. package/src/less/components/pagination.less +10 -10
  91. package/src/less/components/placeholder.less +3 -3
  92. package/src/less/components/position.less +1 -1
  93. package/src/less/components/print.less +1 -1
  94. package/src/less/components/progress.less +6 -6
  95. package/src/less/components/search.less +15 -15
  96. package/src/less/components/section.less +8 -8
  97. package/src/less/components/slidenav.less +11 -11
  98. package/src/less/components/slider.less +2 -2
  99. package/src/less/components/slideshow.less +2 -2
  100. package/src/less/components/sortable.less +5 -5
  101. package/src/less/components/spinner.less +2 -2
  102. package/src/less/components/sticky.less +1 -1
  103. package/src/less/components/subnav.less +21 -21
  104. package/src/less/components/svg.less +1 -1
  105. package/src/less/components/switcher.less +2 -2
  106. package/src/less/components/tab.less +18 -18
  107. package/src/less/components/table.less +18 -18
  108. package/src/less/components/text.less +11 -11
  109. package/src/less/components/thumbnav.less +9 -9
  110. package/src/less/components/tile.less +10 -10
  111. package/src/less/components/tooltip.less +2 -2
  112. package/src/less/components/totop.less +7 -7
  113. package/src/less/components/transition.less +1 -1
  114. package/src/less/components/utility.less +10 -10
  115. package/src/less/components/visibility.less +1 -1
  116. package/src/less/components/width.less +1 -1
  117. package/src/scss/components/accordion.scss +1 -1
  118. package/src/scss/components/alert.scss +1 -1
  119. package/src/scss/components/align.scss +1 -1
  120. package/src/scss/components/animation.scss +1 -1
  121. package/src/scss/components/article.scss +1 -1
  122. package/src/scss/components/badge.scss +1 -1
  123. package/src/scss/components/base.scss +1 -1
  124. package/src/scss/components/column.scss +1 -0
  125. package/src/scss/components/comment.scss +1 -1
  126. package/src/scss/components/container.scss +1 -1
  127. package/src/scss/components/cover.scss +1 -1
  128. package/src/scss/components/description-list.scss +1 -1
  129. package/src/scss/components/dotnav.scss +1 -1
  130. package/src/scss/components/flex.scss +1 -1
  131. package/src/scss/components/grid.scss +1 -1
  132. package/src/scss/components/iconnav.scss +1 -1
  133. package/src/scss/components/inverse.scss +1 -1
  134. package/src/scss/components/label.scss +1 -1
  135. package/src/scss/components/margin.scss +2 -2
  136. package/src/scss/components/nav.scss +1 -1
  137. package/src/scss/components/notification.scss +1 -1
  138. package/src/scss/components/placeholder.scss +1 -1
  139. package/src/scss/components/section.scss +1 -1
  140. package/src/scss/components/subnav.scss +1 -1
  141. package/src/scss/components/switcher.scss +1 -1
  142. package/src/scss/components/tab.scss +1 -1
  143. package/src/scss/components/text.scss +3 -3
  144. package/src/scss/components/thumbnav.scss +1 -1
  145. package/src/scss/components/utility.scss +1 -1
  146. package/src/scss/mixins-theme.scss +1 -1
  147. package/src/scss/mixins.scss +1 -1
@@ -28,26 +28,26 @@
28
28
  .uk-totop {
29
29
  padding: @totop-padding;
30
30
  color: @totop-color;
31
- .hook-totop;
31
+ .hook-totop();
32
32
  }
33
33
 
34
34
  /* Hover */
35
35
  .uk-totop:hover {
36
36
  color: @totop-hover-color;
37
- .hook-totop-hover;
37
+ .hook-totop-hover();
38
38
  }
39
39
 
40
40
  /* OnClick */
41
41
  .uk-totop:active {
42
42
  color: @totop-active-color;
43
- .hook-totop-active;
43
+ .hook-totop-active();
44
44
  }
45
45
 
46
46
 
47
47
  // Hooks
48
48
  // ========================================================================
49
49
 
50
- .hook-totop-misc;
50
+ .hook-totop-misc();
51
51
 
52
52
  .hook-totop() {}
53
53
  .hook-totop-hover() {}
@@ -66,17 +66,17 @@
66
66
 
67
67
  .uk-totop {
68
68
  color: @inverse-totop-color;
69
- .hook-inverse-totop;
69
+ .hook-inverse-totop();
70
70
  }
71
71
 
72
72
  .uk-totop:hover {
73
73
  color: @inverse-totop-hover-color;
74
- .hook-inverse-totop-hover;
74
+ .hook-inverse-totop-hover();
75
75
  }
76
76
 
77
77
  .uk-totop:active {
78
78
  color: @inverse-totop-active-color;
79
- .hook-inverse-totop-active;
79
+ .hook-inverse-totop-active();
80
80
  }
81
81
 
82
82
  }
@@ -160,6 +160,6 @@
160
160
  // Hooks
161
161
  // ========================================================================
162
162
 
163
- .hook-transition-misc;
163
+ .hook-transition-misc();
164
164
 
165
165
  .hook-transition-misc() {}
@@ -87,7 +87,7 @@
87
87
  overflow: auto;
88
88
  -webkit-overflow-scrolling: touch;
89
89
  resize: both;
90
- .hook-panel-scrollable;
90
+ .hook-panel-scrollable();
91
91
  }
92
92
 
93
93
 
@@ -287,7 +287,7 @@
287
287
  */
288
288
 
289
289
  @supports (filter: blur(0)) {
290
-
290
+
291
291
  .uk-box-shadow-bottom {
292
292
  display: inline-block;
293
293
  position: relative;
@@ -311,7 +311,7 @@
311
311
  filter: blur(@box-shadow-bottom-blur);
312
312
  /* 3 */
313
313
  will-change: filter;
314
- .hook-box-shadow-bottom;
314
+ .hook-box-shadow-bottom();
315
315
  }
316
316
 
317
317
  }
@@ -337,7 +337,7 @@
337
337
  float: left;
338
338
  font-size: @dropcap-font-size;
339
339
  line-height: 1;
340
- .hook-dropcap;
340
+ .hook-dropcap();
341
341
  }
342
342
 
343
343
  /* 2 */
@@ -369,7 +369,7 @@
369
369
  color: @logo-color;
370
370
  /* 1 */
371
371
  text-decoration: none;
372
- .hook-logo;
372
+ .hook-logo();
373
373
  }
374
374
 
375
375
  /* Hover */
@@ -377,7 +377,7 @@
377
377
  color: @logo-hover-color;
378
378
  /* 1 */
379
379
  text-decoration: none;
380
- .hook-logo-hover;
380
+ .hook-logo-hover();
381
381
  }
382
382
 
383
383
  .uk-logo-inverse { display: none; }
@@ -457,7 +457,7 @@
457
457
  // Hooks
458
458
  // ========================================================================
459
459
 
460
- .hook-utility-misc;
460
+ .hook-utility-misc();
461
461
 
462
462
  .hook-panel-scrollable() {}
463
463
  .hook-box-shadow-bottom() {}
@@ -477,17 +477,17 @@
477
477
 
478
478
  .uk-dropcap::first-letter,
479
479
  .uk-dropcap p:first-of-type::first-letter {
480
- .hook-inverse-dropcap;
480
+ .hook-inverse-dropcap();
481
481
  }
482
482
 
483
483
  .uk-logo {
484
484
  color: @inverse-logo-color;
485
- .hook-inverse-logo;
485
+ .hook-inverse-logo();
486
486
  }
487
487
 
488
488
  .uk-logo:hover {
489
489
  color: @inverse-logo-hover-color;
490
- .hook-inverse-logo-hover;
490
+ .hook-inverse-logo-hover();
491
491
  }
492
492
 
493
493
  .uk-logo > :not(.uk-logo-inverse):not(:only-of-type) { display: none; }
@@ -141,6 +141,6 @@
141
141
  // Hooks
142
142
  // ========================================================================
143
143
 
144
- .hook-visibility-misc;
144
+ .hook-visibility-misc();
145
145
 
146
146
  .hook-visibility-misc() {}
@@ -364,6 +364,6 @@
364
364
  // Hooks
365
365
  // ========================================================================
366
366
 
367
- .hook-width-misc;
367
+ .hook-width-misc();
368
368
 
369
369
  .hook-width-misc() {}
@@ -102,4 +102,4 @@ $inverse-accordion-title-hover-color: $inverse-global-color !default;
102
102
 
103
103
  // @mixin hook-inverse-accordion-item(){}
104
104
  // @mixin hook-inverse-accordion-title(){}
105
- // @mixin hook-inverse-accordion-title-hover(){}
105
+ // @mixin hook-inverse-accordion-title-hover(){}
@@ -143,4 +143,4 @@ $alert-danger-color: $global-danger-background !defa
143
143
  // @mixin hook-alert-success(){}
144
144
  // @mixin hook-alert-warning(){}
145
145
  // @mixin hook-alert-danger(){}
146
- // @mixin hook-alert-misc(){}
146
+ // @mixin hook-alert-misc(){}
@@ -139,4 +139,4 @@ $align-margin-horizontal-l: $global-medium-gutter !default;
139
139
 
140
140
  @if(mixin-exists(hook-align-misc)) {@include hook-align-misc();}
141
141
 
142
- // @mixin hook-align-misc(){}
142
+ // @mixin hook-align-misc(){}
@@ -84,7 +84,7 @@ $animation-slide-medium-translate: 50px !default;
84
84
  /*
85
85
  * Slide Medium
86
86
  */
87
-
87
+
88
88
  .uk-animation-slide-top-medium { animation-name: uk-fade, uk-slide-top-medium; }
89
89
  .uk-animation-slide-bottom-medium { animation-name: uk-fade, uk-slide-bottom-medium; }
90
90
  .uk-animation-slide-left-medium { animation-name: uk-fade, uk-slide-left-medium; }
@@ -96,4 +96,4 @@ $inverse-article-meta-color: $inverse-global-muted-color !def
96
96
 
97
97
 
98
98
  // @mixin hook-inverse-article-title(){}
99
- // @mixin hook-inverse-article-meta(){}
99
+ // @mixin hook-inverse-article-meta(){}
@@ -75,4 +75,4 @@ $inverse-badge-color: $inverse-global-inverse-color !d
75
75
 
76
76
 
77
77
  // @mixin hook-inverse-badge(){}
78
- // @mixin hook-inverse-badge-hover(){}
78
+ // @mixin hook-inverse-badge-hover(){}
@@ -523,7 +523,7 @@ pre code { font-family: $base-pre-font-family; }
523
523
  ========================================================================== */
524
524
 
525
525
  /*
526
- * Safari doesn't support `:focus-visible` yet. It also doesn't set focus if clicking a button or anchor.
526
+ * Safari doesn't support `:focus-visible` yet. It also doesn't set focus if clicking a button or anchor.
527
527
  * 1. Fallback: Remove `:focus` for a negative tabindexes.
528
528
  * 2. Fallback: Set `:focus` style but not for negative tabindexes.
529
529
  * 3. Fallback: Remove `:focus` style for browsers which support `:focus-visible`.
@@ -136,3 +136,4 @@ $column-divider-rule-width: 1px !default;
136
136
 
137
137
  $inverse-column-divider-rule-color: $inverse-global-border !default;
138
138
 
139
+
@@ -157,4 +157,4 @@ $comment-list-padding-left-m: 100px !default;
157
157
  // @mixin hook-comment-list-sub(){}
158
158
  // @mixin hook-comment-list-sub-adjacent(){}
159
159
  // @mixin hook-comment-primary(){}
160
- // @mixin hook-comment-misc(){}
160
+ // @mixin hook-comment-misc(){}
@@ -182,4 +182,4 @@ $container-padding-horizontal-m: $global-medium-gutter !default;
182
182
 
183
183
  @if(mixin-exists(hook-container-misc)) {@include hook-container-misc();}
184
184
 
185
- // @mixin hook-container-misc(){}
185
+ // @mixin hook-container-misc(){}
@@ -59,4 +59,4 @@ iframe.uk-cover { pointer-events: none; }
59
59
 
60
60
  @if(mixin-exists(hook-cover-misc)) {@include hook-cover-misc();}
61
61
 
62
- // @mixin hook-cover-misc(){}
62
+ // @mixin hook-cover-misc(){}
@@ -68,4 +68,4 @@ $description-list-divider-term-border: $global-border !default;
68
68
  // @mixin hook-description-list-term(){}
69
69
  // @mixin hook-description-list-description(){}
70
70
  // @mixin hook-description-list-divider-term(){}
71
- // @mixin hook-description-list-misc(){}
71
+ // @mixin hook-description-list-misc(){}
@@ -152,4 +152,4 @@ $inverse-dotnav-item-active-background: rgba($inverse-global-color, 0.9)
152
152
  // @mixin hook-inverse-dotnav-item(){}
153
153
  // @mixin hook-inverse-dotnav-item-hover(){}
154
154
  // @mixin hook-inverse-dotnav-item-onclick(){}
155
- // @mixin hook-inverse-dotnav-item-active(){}
155
+ // @mixin hook-inverse-dotnav-item-active(){}
@@ -206,4 +206,4 @@
206
206
 
207
207
  @if(mixin-exists(hook-flex-misc)) {@include hook-flex-misc();}
208
208
 
209
- // @mixin hook-flex-misc(){}
209
+ // @mixin hook-flex-misc(){}
@@ -404,4 +404,4 @@ $inverse-grid-divider-border: $inverse-global-border !default;
404
404
 
405
405
 
406
406
  // @mixin hook-inverse-grid-divider-horizontal(){}
407
- // @mixin hook-inverse-grid-divider-vertical(){}
407
+ // @mixin hook-inverse-grid-divider-vertical(){}
@@ -143,4 +143,4 @@ $inverse-iconnav-item-active-color: $inverse-global-color !default;
143
143
 
144
144
  // @mixin hook-inverse-iconnav-item(){}
145
145
  // @mixin hook-inverse-iconnav-item-hover(){}
146
- // @mixin hook-inverse-iconnav-item-active(){}
146
+ // @mixin hook-inverse-iconnav-item-active(){}
@@ -43,4 +43,4 @@ $inverse-global-border: rgba($global-inverse-color, 0.2
43
43
  // Hooks
44
44
  // ========================================================================
45
45
 
46
- // @mixin hook-inverse(){}
46
+ // @mixin hook-inverse(){}
@@ -99,4 +99,4 @@ $inverse-label-color: $inverse-global-inverse-color !d
99
99
 
100
100
 
101
101
 
102
- // @mixin hook-inverse-label(){}
102
+ // @mixin hook-inverse-label(){}
@@ -198,12 +198,12 @@ $margin-xlarge-margin-l: $global-xlarge-margin !d
198
198
  .uk-margin-remove-bottom { margin-bottom: 0 !important; }
199
199
  .uk-margin-remove-left { margin-left: 0 !important; }
200
200
  .uk-margin-remove-right { margin-right: 0 !important; }
201
-
201
+
202
202
  .uk-margin-remove-vertical {
203
203
  margin-top: 0 !important;
204
204
  margin-bottom: 0 !important;
205
205
  }
206
-
206
+
207
207
  .uk-margin-remove-adjacent + *,
208
208
  .uk-margin-remove-first-child > :first-child { margin-top: 0 !important; }
209
209
  .uk-margin-remove-last-child > :last-child { margin-bottom: 0 !important; }
@@ -393,4 +393,4 @@ $inverse-nav-dividers-border: $inverse-global-border !default
393
393
  // @mixin hook-inverse-nav-primary-item-active(){}
394
394
  // @mixin hook-inverse-nav-primary-header(){}
395
395
  // @mixin hook-inverse-nav-primary-divider(){}
396
- // @mixin hook-inverse-nav-dividers(){}
396
+ // @mixin hook-inverse-nav-dividers(){}
@@ -77,7 +77,7 @@ $notification-message-danger-color: $global-danger-background
77
77
  .uk-notification-top-center,
78
78
  .uk-notification-bottom-center {
79
79
  left: 50%;
80
- margin-left: (($notification-width / -2));
80
+ margin-left: ($notification-width / -2);
81
81
  }
82
82
 
83
83
  .uk-notification-bottom-left,
@@ -42,4 +42,4 @@ $placeholder-background: $global-muted-background !defau
42
42
  @if(mixin-exists(hook-placeholder-misc)) {@include hook-placeholder-misc();}
43
43
 
44
44
  // @mixin hook-placeholder(){}
45
- // @mixin hook-placeholder-misc(){}
45
+ // @mixin hook-placeholder-misc(){}
@@ -209,4 +209,4 @@ $section-secondary-color-mode: light !default;
209
209
  // @mixin hook-section-secondary(){}
210
210
  // @mixin hook-section-primary(){}
211
211
  // @mixin hook-section-overlap(){}
212
- // @mixin hook-section-misc(){}
212
+ // @mixin hook-section-misc(){}
@@ -122,7 +122,7 @@ $subnav-item-disabled-color: $global-muted-color !default;
122
122
  ========================================================================== */
123
123
 
124
124
  /*
125
- * Set gutter
125
+ * Set gutter
126
126
  */
127
127
 
128
128
  .uk-subnav-divider { margin-left: -(($subnav-divider-margin-horizontal * 2) + $subnav-divider-border-width); }
@@ -44,4 +44,4 @@
44
44
 
45
45
  @if(mixin-exists(hook-switcher-misc)) {@include hook-switcher-misc();}
46
46
 
47
- // @mixin hook-switcher-misc(){}
47
+ // @mixin hook-switcher-misc(){}
@@ -193,4 +193,4 @@ $inverse-tab-item-disabled-color: $inverse-global-muted-color !def
193
193
  // @mixin hook-inverse-tab-item(){}
194
194
  // @mixin hook-inverse-tab-item-hover(){}
195
195
  // @mixin hook-inverse-tab-item-active(){}
196
- // @mixin hook-inverse-tab-item-disabled(){}
196
+ // @mixin hook-inverse-tab-item-disabled(){}
@@ -84,14 +84,14 @@ $text-background-color: $global-primary-background !def
84
84
  .uk-text-light { font-weight: 300; }
85
85
  .uk-text-normal { font-weight: 400; }
86
86
  .uk-text-bold { font-weight: 700; }
87
-
87
+
88
88
  .uk-text-lighter { font-weight: lighter; }
89
89
  .uk-text-bolder { font-weight: bolder; }
90
90
 
91
-
91
+
92
92
  /* Style modifier
93
93
  ========================================================================== */
94
-
94
+
95
95
  .uk-text-italic { font-style: italic; }
96
96
 
97
97
 
@@ -116,4 +116,4 @@ $thumbnav-margin-vertical: $thumbnav-margin-horizontal !de
116
116
 
117
117
  // @mixin hook-inverse-thumbnav-item(){}
118
118
  // @mixin hook-inverse-thumbnav-item-hover(){}
119
- // @mixin hook-inverse-thumbnav-item-active(){}
119
+ // @mixin hook-inverse-thumbnav-item-active(){}
@@ -287,7 +287,7 @@ $dragover-box-shadow: 0 0 20px rgba(100,100,100,0.3)
287
287
  */
288
288
 
289
289
  @supports (filter: blur(0)) {
290
-
290
+
291
291
  .uk-box-shadow-bottom {
292
292
  display: inline-block;
293
293
  position: relative;
@@ -1227,7 +1227,7 @@
1227
1227
  background-color: $inverse-search-default-background;
1228
1228
  @if(mixin-exists(hook-inverse-search-default-input)) {@include hook-inverse-search-default-input();}
1229
1229
  }
1230
-
1230
+
1231
1231
  .uk-search-default .uk-search-input:focus {
1232
1232
  background-color: $inverse-search-default-focus-background;
1233
1233
  @if(mixin-exists(hook-inverse-search-default-input-focus)) {@include hook-inverse-search-default-input-focus();}
@@ -981,7 +981,7 @@
981
981
  background-color: $inverse-search-default-background;
982
982
  @if(mixin-exists(hook-inverse-search-default-input)) {@include hook-inverse-search-default-input();}
983
983
  }
984
-
984
+
985
985
  .uk-search-default .uk-search-input:focus {
986
986
  background-color: $inverse-search-default-focus-background;
987
987
  @if(mixin-exists(hook-inverse-search-default-input-focus)) {@include hook-inverse-search-default-input-focus();}