uikit 3.8.1-dev.3a43322ca → 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.
- package/{.eslintrc.js → .eslintrc.json} +5 -5
- package/CHANGELOG.md +14 -2
- package/build/{.eslintrc.js → .eslintrc.json} +5 -5
- package/build/build.js +59 -80
- package/build/icons.js +2 -11
- package/build/less.js +23 -38
- package/build/package.json +4 -0
- package/build/prefix.js +38 -94
- package/build/publishDev.js +11 -18
- package/build/release.js +31 -60
- package/build/scope.js +49 -84
- package/build/scss.js +15 -17
- package/build/util.js +107 -81
- package/dist/css/uikit-core-rtl.css +7 -7
- package/dist/css/uikit-core-rtl.min.css +1 -1
- package/dist/css/uikit-core.css +7 -7
- package/dist/css/uikit-core.min.css +1 -1
- package/dist/css/uikit-rtl.css +7 -7
- package/dist/css/uikit-rtl.min.css +1 -1
- package/dist/css/uikit.css +7 -7
- package/dist/css/uikit.min.css +1 -1
- package/dist/js/components/countdown.js +1 -1
- package/dist/js/components/countdown.min.js +1 -1
- package/dist/js/components/filter.js +1 -1
- package/dist/js/components/filter.min.js +1 -1
- package/dist/js/components/lightbox-panel.js +1 -1
- package/dist/js/components/lightbox-panel.min.js +1 -1
- package/dist/js/components/lightbox.js +1 -1
- package/dist/js/components/lightbox.min.js +1 -1
- package/dist/js/components/notification.js +1 -1
- package/dist/js/components/notification.min.js +1 -1
- package/dist/js/components/parallax.js +1 -1
- package/dist/js/components/parallax.min.js +1 -1
- package/dist/js/components/slider-parallax.js +1 -1
- package/dist/js/components/slider-parallax.min.js +1 -1
- package/dist/js/components/slider.js +1 -1
- package/dist/js/components/slider.min.js +1 -1
- package/dist/js/components/slideshow-parallax.js +1 -1
- package/dist/js/components/slideshow-parallax.min.js +1 -1
- package/dist/js/components/slideshow.js +1 -1
- package/dist/js/components/slideshow.min.js +1 -1
- package/dist/js/components/sortable.js +1 -1
- package/dist/js/components/sortable.min.js +1 -1
- package/dist/js/components/tooltip.js +1 -1
- package/dist/js/components/tooltip.min.js +1 -1
- package/dist/js/components/upload.js +1 -1
- package/dist/js/components/upload.min.js +1 -1
- package/dist/js/uikit-core.js +8 -8
- package/dist/js/uikit-core.min.js +2 -2
- package/dist/js/uikit-icons.js +1 -1
- package/dist/js/uikit-icons.min.js +1 -1
- package/dist/js/uikit.js +8 -8
- package/dist/js/uikit.min.js +2 -2
- package/package.json +15 -14
- package/src/js/util/event.js +7 -7
- package/src/less/components/accordion.less +10 -10
- package/src/less/components/alert.less +9 -9
- package/src/less/components/align.less +2 -2
- package/src/less/components/animation.less +2 -2
- package/src/less/components/article.less +8 -8
- package/src/less/components/background.less +1 -1
- package/src/less/components/badge.less +6 -6
- package/src/less/components/base.less +30 -30
- package/src/less/components/breadcrumb.less +12 -12
- package/src/less/components/button.less +36 -36
- package/src/less/components/card.less +32 -32
- package/src/less/components/close.less +5 -5
- package/src/less/components/column.less +2 -2
- package/src/less/components/comment.less +12 -12
- package/src/less/components/container.less +2 -2
- package/src/less/components/countdown.less +10 -10
- package/src/less/components/cover.less +2 -2
- package/src/less/components/description-list.less +5 -5
- package/src/less/components/divider.less +11 -11
- package/src/less/components/dotnav.less +11 -11
- package/src/less/components/drop.less +1 -1
- package/src/less/components/dropdown.less +7 -7
- package/src/less/components/flex.less +2 -2
- package/src/less/components/form-range.less +12 -12
- package/src/less/components/form.less +27 -27
- package/src/less/components/grid.less +6 -6
- package/src/less/components/heading.less +21 -21
- package/src/less/components/height.less +1 -1
- package/src/less/components/icon.less +13 -13
- package/src/less/components/iconnav.less +9 -9
- package/src/less/components/inverse.less +3 -3
- package/src/less/components/label.less +7 -7
- package/src/less/components/leader.less +3 -3
- package/src/less/components/lightbox.less +9 -9
- package/src/less/components/link.less +12 -12
- package/src/less/components/list.less +5 -5
- package/src/less/components/margin.less +3 -3
- package/src/less/components/marker.less +5 -5
- package/src/less/components/modal.less +16 -16
- package/src/less/components/nav.less +31 -31
- package/src/less/components/navbar.less +33 -33
- package/src/less/components/notification.less +8 -8
- package/src/less/components/offcanvas.less +4 -4
- package/src/less/components/overlay.less +5 -5
- package/src/less/components/padding.less +1 -1
- package/src/less/components/pagination.less +10 -10
- package/src/less/components/placeholder.less +3 -3
- package/src/less/components/position.less +1 -1
- package/src/less/components/print.less +1 -1
- package/src/less/components/progress.less +6 -6
- package/src/less/components/search.less +15 -15
- package/src/less/components/section.less +8 -8
- package/src/less/components/slidenav.less +11 -11
- package/src/less/components/slider.less +2 -2
- package/src/less/components/slideshow.less +2 -2
- package/src/less/components/sortable.less +5 -5
- package/src/less/components/spinner.less +4 -4
- package/src/less/components/sticky.less +1 -1
- package/src/less/components/subnav.less +21 -21
- package/src/less/components/svg.less +1 -1
- package/src/less/components/switcher.less +2 -2
- package/src/less/components/tab.less +18 -18
- package/src/less/components/table.less +21 -21
- package/src/less/components/text.less +11 -11
- package/src/less/components/thumbnav.less +9 -9
- package/src/less/components/tile.less +10 -10
- package/src/less/components/tooltip.less +2 -2
- package/src/less/components/totop.less +7 -7
- package/src/less/components/transition.less +5 -5
- package/src/less/components/utility.less +10 -10
- package/src/less/components/visibility.less +1 -1
- package/src/less/components/width.less +1 -1
- package/src/scss/components/accordion.scss +1 -1
- package/src/scss/components/alert.scss +1 -1
- package/src/scss/components/align.scss +1 -1
- package/src/scss/components/animation.scss +1 -1
- package/src/scss/components/article.scss +1 -1
- package/src/scss/components/badge.scss +1 -1
- package/src/scss/components/base.scss +1 -1
- package/src/scss/components/card.scss +7 -7
- package/src/scss/components/column.scss +1 -0
- package/src/scss/components/comment.scss +1 -1
- package/src/scss/components/container.scss +1 -1
- package/src/scss/components/cover.scss +1 -1
- package/src/scss/components/description-list.scss +1 -1
- package/src/scss/components/dotnav.scss +1 -1
- package/src/scss/components/flex.scss +1 -1
- package/src/scss/components/form-range.scss +1 -1
- package/src/scss/components/grid.scss +1 -1
- package/src/scss/components/iconnav.scss +1 -1
- package/src/scss/components/inverse.scss +1 -1
- package/src/scss/components/label.scss +1 -1
- package/src/scss/components/margin.scss +2 -2
- package/src/scss/components/nav.scss +1 -1
- package/src/scss/components/placeholder.scss +1 -1
- package/src/scss/components/section.scss +1 -1
- package/src/scss/components/spinner.scss +2 -2
- package/src/scss/components/subnav.scss +1 -1
- package/src/scss/components/switcher.scss +1 -1
- package/src/scss/components/tab.scss +1 -1
- package/src/scss/components/table.scss +3 -3
- package/src/scss/components/text.scss +3 -3
- package/src/scss/components/thumbnav.scss +1 -1
- package/src/scss/components/transition.scss +4 -4
- package/src/scss/components/utility.scss +1 -1
- package/src/scss/mixins-theme.scss +1 -1
- package/src/scss/mixins.scss +1 -1
- package/src/scss/variables-theme.scss +8 -8
- package/src/scss/variables.scss +8 -8
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
top: 0;
|
|
208
208
|
bottom: 0;
|
|
209
209
|
border-left: @grid-divider-border-width solid @grid-divider-border;
|
|
210
|
-
.hook-grid-divider-horizontal;
|
|
210
|
+
.hook-grid-divider-horizontal();
|
|
211
211
|
}
|
|
212
212
|
|
|
213
213
|
/* Vertical */
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
left: 0;
|
|
218
218
|
right: 0;
|
|
219
219
|
border-top: @grid-divider-border-width solid @grid-divider-border;
|
|
220
|
-
.hook-grid-divider-vertical;
|
|
220
|
+
.hook-grid-divider-vertical();
|
|
221
221
|
}
|
|
222
222
|
|
|
223
223
|
/*
|
|
@@ -389,7 +389,7 @@
|
|
|
389
389
|
// Hooks
|
|
390
390
|
// ========================================================================
|
|
391
391
|
|
|
392
|
-
.hook-grid-misc;
|
|
392
|
+
.hook-grid-misc();
|
|
393
393
|
|
|
394
394
|
.hook-grid-divider-horizontal() {}
|
|
395
395
|
.hook-grid-divider-vertical() {}
|
|
@@ -405,15 +405,15 @@
|
|
|
405
405
|
|
|
406
406
|
.uk-grid-divider > :not(.uk-first-column)::before {
|
|
407
407
|
border-left-color: @inverse-grid-divider-border;
|
|
408
|
-
.hook-inverse-grid-divider-horizontal;
|
|
408
|
+
.hook-inverse-grid-divider-horizontal();
|
|
409
409
|
}
|
|
410
410
|
|
|
411
411
|
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
|
|
412
412
|
border-top-color: @inverse-grid-divider-border;
|
|
413
|
-
.hook-inverse-grid-divider-vertical;
|
|
413
|
+
.hook-inverse-grid-divider-vertical();
|
|
414
414
|
}
|
|
415
415
|
|
|
416
416
|
}
|
|
417
417
|
|
|
418
418
|
.hook-inverse-grid-divider-horizontal() {}
|
|
419
|
-
.hook-inverse-grid-divider-vertical() {}
|
|
419
|
+
.hook-inverse-grid-divider-vertical() {}
|
|
@@ -61,31 +61,31 @@
|
|
|
61
61
|
.uk-heading-small {
|
|
62
62
|
font-size: @heading-small-font-size;
|
|
63
63
|
line-height: @heading-small-line-height;
|
|
64
|
-
.hook-heading-small;
|
|
64
|
+
.hook-heading-small();
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
.uk-heading-medium {
|
|
68
68
|
font-size: @heading-medium-font-size;
|
|
69
69
|
line-height: @heading-medium-line-height;
|
|
70
|
-
.hook-heading-medium;
|
|
70
|
+
.hook-heading-medium();
|
|
71
71
|
}
|
|
72
72
|
|
|
73
73
|
.uk-heading-large {
|
|
74
74
|
font-size: @heading-large-font-size;
|
|
75
75
|
line-height: @heading-large-line-height;
|
|
76
|
-
.hook-heading-large;
|
|
76
|
+
.hook-heading-large();
|
|
77
77
|
}
|
|
78
78
|
|
|
79
79
|
.uk-heading-xlarge {
|
|
80
80
|
font-size: @heading-xlarge-font-size;
|
|
81
81
|
line-height: @heading-xlarge-line-height;
|
|
82
|
-
.hook-heading-xlarge;
|
|
82
|
+
.hook-heading-xlarge();
|
|
83
83
|
}
|
|
84
84
|
|
|
85
85
|
.uk-heading-2xlarge {
|
|
86
86
|
font-size: @heading-2xlarge-font-size;
|
|
87
87
|
line-height: @heading-2xlarge-line-height;
|
|
88
|
-
.hook-heading-2xlarge;
|
|
88
|
+
.hook-heading-2xlarge();
|
|
89
89
|
}
|
|
90
90
|
|
|
91
91
|
/* Tablet Landscape and bigger */
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
.uk-heading-primary when (@deprecated = true) {
|
|
126
126
|
font-size: @heading-primary-font-size;
|
|
127
127
|
line-height: @heading-primary-line-height;
|
|
128
|
-
.hook-heading-primary;
|
|
128
|
+
.hook-heading-primary();
|
|
129
129
|
}
|
|
130
130
|
|
|
131
131
|
/* Tablet landscape and bigger */
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
.uk-heading-hero when (@deprecated = true) {
|
|
163
163
|
font-size: @heading-hero-font-size;
|
|
164
164
|
line-height: @heading-hero-line-height;
|
|
165
|
-
.hook-heading-hero;
|
|
165
|
+
.hook-heading-hero();
|
|
166
166
|
}
|
|
167
167
|
|
|
168
168
|
/* Tablet landscape and bigger */
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
.uk-heading-divider {
|
|
193
193
|
padding-bottom: @heading-divider-padding-bottom;
|
|
194
194
|
border-bottom: @heading-divider-border-width solid @heading-divider-border;
|
|
195
|
-
.hook-heading-divider;
|
|
195
|
+
.hook-heading-divider();
|
|
196
196
|
}
|
|
197
197
|
|
|
198
198
|
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
height: @heading-bullet-height;
|
|
220
220
|
margin-right: @heading-bullet-margin-right;
|
|
221
221
|
border-left: @heading-bullet-border-width solid @heading-bullet-border;
|
|
222
|
-
.hook-heading-bullet;
|
|
222
|
+
.hook-heading-bullet();
|
|
223
223
|
}
|
|
224
224
|
|
|
225
225
|
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
width: @heading-line-width;
|
|
258
258
|
/* 3 */
|
|
259
259
|
border-bottom: @heading-line-border-width solid @heading-line-border;
|
|
260
|
-
.hook-heading-line;
|
|
260
|
+
.hook-heading-line();
|
|
261
261
|
}
|
|
262
262
|
|
|
263
263
|
.uk-heading-line > ::before {
|
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
// Hooks
|
|
274
274
|
// ========================================================================
|
|
275
275
|
|
|
276
|
-
.hook-heading-misc;
|
|
276
|
+
.hook-heading-misc();
|
|
277
277
|
|
|
278
278
|
.hook-heading-small() {}
|
|
279
279
|
.hook-heading-medium() {}
|
|
@@ -298,47 +298,47 @@
|
|
|
298
298
|
.hook-inverse() {
|
|
299
299
|
|
|
300
300
|
.uk-heading-small {
|
|
301
|
-
.hook-inverse-heading-small;
|
|
301
|
+
.hook-inverse-heading-small();
|
|
302
302
|
}
|
|
303
303
|
|
|
304
304
|
.uk-heading-medium {
|
|
305
|
-
.hook-inverse-heading-medium;
|
|
305
|
+
.hook-inverse-heading-medium();
|
|
306
306
|
}
|
|
307
307
|
|
|
308
308
|
.uk-heading-large {
|
|
309
|
-
.hook-inverse-heading-large;
|
|
309
|
+
.hook-inverse-heading-large();
|
|
310
310
|
}
|
|
311
311
|
|
|
312
312
|
.uk-heading-xlarge {
|
|
313
|
-
.hook-inverse-heading-xlarge;
|
|
313
|
+
.hook-inverse-heading-xlarge();
|
|
314
314
|
}
|
|
315
315
|
|
|
316
316
|
.uk-heading-2xlarge {
|
|
317
|
-
.hook-inverse-heading-2xlarge;
|
|
317
|
+
.hook-inverse-heading-2xlarge();
|
|
318
318
|
}
|
|
319
319
|
|
|
320
320
|
.uk-heading-primary when (@deprecated = true) {
|
|
321
|
-
.hook-inverse-heading-primary;
|
|
321
|
+
.hook-inverse-heading-primary();
|
|
322
322
|
}
|
|
323
323
|
|
|
324
324
|
.uk-heading-hero when (@deprecated = true) {
|
|
325
|
-
.hook-inverse-heading-hero;
|
|
325
|
+
.hook-inverse-heading-hero();
|
|
326
326
|
}
|
|
327
327
|
|
|
328
328
|
.uk-heading-divider {
|
|
329
329
|
border-bottom-color: @inverse-heading-divider-border;
|
|
330
|
-
.hook-inverse-heading-divider;
|
|
330
|
+
.hook-inverse-heading-divider();
|
|
331
331
|
}
|
|
332
332
|
|
|
333
333
|
.uk-heading-bullet::before {
|
|
334
334
|
border-left-color: @inverse-heading-bullet-border;
|
|
335
|
-
.hook-inverse-heading-bullet;
|
|
335
|
+
.hook-inverse-heading-bullet();
|
|
336
336
|
}
|
|
337
337
|
|
|
338
338
|
.uk-heading-line > ::before,
|
|
339
339
|
.uk-heading-line > ::after {
|
|
340
340
|
border-bottom-color: @inverse-heading-line-border;
|
|
341
|
-
.hook-inverse-heading-line;
|
|
341
|
+
.hook-inverse-heading-line();
|
|
342
342
|
}
|
|
343
343
|
|
|
344
344
|
}
|
|
@@ -128,19 +128,19 @@ button.uk-icon:not(:disabled) { cursor: pointer; }
|
|
|
128
128
|
|
|
129
129
|
.uk-icon-link {
|
|
130
130
|
color: @icon-link-color;
|
|
131
|
-
.hook-icon-link;
|
|
131
|
+
.hook-icon-link();
|
|
132
132
|
}
|
|
133
133
|
|
|
134
134
|
.uk-icon-link:hover {
|
|
135
135
|
color: @icon-link-hover-color;
|
|
136
|
-
.hook-icon-link-hover;
|
|
136
|
+
.hook-icon-link-hover();
|
|
137
137
|
}
|
|
138
138
|
|
|
139
139
|
/* OnClick + Active */
|
|
140
140
|
.uk-icon-link:active,
|
|
141
141
|
.uk-active > .uk-icon-link {
|
|
142
142
|
color: @icon-link-active-color;
|
|
143
|
-
.hook-icon-link-active;
|
|
143
|
+
.hook-icon-link-active();
|
|
144
144
|
}
|
|
145
145
|
|
|
146
146
|
/*
|
|
@@ -160,14 +160,14 @@ button.uk-icon:not(:disabled) { cursor: pointer; }
|
|
|
160
160
|
display: inline-flex;
|
|
161
161
|
justify-content: center;
|
|
162
162
|
align-items: center;
|
|
163
|
-
.hook-icon-button;
|
|
163
|
+
.hook-icon-button();
|
|
164
164
|
}
|
|
165
165
|
|
|
166
166
|
/* Hover */
|
|
167
167
|
.uk-icon-button:hover {
|
|
168
168
|
background-color: @icon-button-hover-background;
|
|
169
169
|
color: @icon-button-hover-color;
|
|
170
|
-
.hook-icon-button-hover;
|
|
170
|
+
.hook-icon-button-hover();
|
|
171
171
|
}
|
|
172
172
|
|
|
173
173
|
/* OnClick + Active */
|
|
@@ -175,14 +175,14 @@ button.uk-icon:not(:disabled) { cursor: pointer; }
|
|
|
175
175
|
.uk-active > .uk-icon-button {
|
|
176
176
|
background-color: @icon-button-active-background;
|
|
177
177
|
color: @icon-button-active-color;
|
|
178
|
-
.hook-icon-button-active;
|
|
178
|
+
.hook-icon-button-active();
|
|
179
179
|
}
|
|
180
180
|
|
|
181
181
|
|
|
182
182
|
// Hooks
|
|
183
183
|
// ========================================================================
|
|
184
184
|
|
|
185
|
-
.hook-icon-misc;
|
|
185
|
+
.hook-icon-misc();
|
|
186
186
|
|
|
187
187
|
.hook-icon-link() {}
|
|
188
188
|
.hook-icon-link-hover() {}
|
|
@@ -214,18 +214,18 @@ button.uk-icon:not(:disabled) { cursor: pointer; }
|
|
|
214
214
|
|
|
215
215
|
.uk-icon-link {
|
|
216
216
|
color: @inverse-icon-link-color;
|
|
217
|
-
.hook-inverse-icon-link;
|
|
217
|
+
.hook-inverse-icon-link();
|
|
218
218
|
}
|
|
219
219
|
|
|
220
220
|
.uk-icon-link:hover {
|
|
221
221
|
color: @inverse-icon-link-hover-color;
|
|
222
|
-
.hook-inverse-icon-link-hover;
|
|
222
|
+
.hook-inverse-icon-link-hover();
|
|
223
223
|
}
|
|
224
224
|
|
|
225
225
|
.uk-icon-link:active,
|
|
226
226
|
.uk-active > .uk-icon-link {
|
|
227
227
|
color: @inverse-icon-link-active-color;
|
|
228
|
-
.hook-inverse-icon-link-active;
|
|
228
|
+
.hook-inverse-icon-link-active();
|
|
229
229
|
}
|
|
230
230
|
|
|
231
231
|
//
|
|
@@ -235,19 +235,19 @@ button.uk-icon:not(:disabled) { cursor: pointer; }
|
|
|
235
235
|
.uk-icon-button {
|
|
236
236
|
background-color: @inverse-icon-button-background;
|
|
237
237
|
color: @inverse-icon-button-color;
|
|
238
|
-
.hook-inverse-icon-button;
|
|
238
|
+
.hook-inverse-icon-button();
|
|
239
239
|
}
|
|
240
240
|
|
|
241
241
|
.uk-icon-button:hover {
|
|
242
242
|
background-color: @inverse-icon-button-hover-background;
|
|
243
243
|
color: @inverse-icon-button-hover-color;
|
|
244
|
-
.hook-inverse-icon-button-hover;
|
|
244
|
+
.hook-inverse-icon-button-hover();
|
|
245
245
|
}
|
|
246
246
|
|
|
247
247
|
.uk-icon-button:active {
|
|
248
248
|
background-color: @inverse-icon-button-active-background;
|
|
249
249
|
color: @inverse-icon-button-active-color;
|
|
250
|
-
.hook-inverse-icon-button-active;
|
|
250
|
+
.hook-inverse-icon-button-active();
|
|
251
251
|
}
|
|
252
252
|
|
|
253
253
|
}
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
list-style: none;
|
|
44
44
|
/* 3 */
|
|
45
45
|
margin-left: -@iconnav-margin-horizontal;
|
|
46
|
-
.hook-iconnav;
|
|
46
|
+
.hook-iconnav();
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
/*
|
|
@@ -81,19 +81,19 @@
|
|
|
81
81
|
color: @iconnav-item-color;
|
|
82
82
|
/* 5 */
|
|
83
83
|
text-decoration: none;
|
|
84
|
-
.hook-iconnav-item;
|
|
84
|
+
.hook-iconnav-item();
|
|
85
85
|
}
|
|
86
86
|
|
|
87
87
|
/* Hover */
|
|
88
88
|
.uk-iconnav > * > a:hover {
|
|
89
89
|
color: @iconnav-item-hover-color;
|
|
90
|
-
.hook-iconnav-item-hover;
|
|
90
|
+
.hook-iconnav-item-hover();
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
/* Active */
|
|
94
94
|
.uk-iconnav > .uk-active > a {
|
|
95
95
|
color: @iconnav-item-active-color;
|
|
96
|
-
.hook-iconnav-item-active;
|
|
96
|
+
.hook-iconnav-item-active();
|
|
97
97
|
}
|
|
98
98
|
|
|
99
99
|
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
// Hooks
|
|
124
124
|
// ========================================================================
|
|
125
125
|
|
|
126
|
-
.hook-iconnav-misc;
|
|
126
|
+
.hook-iconnav-misc();
|
|
127
127
|
|
|
128
128
|
.hook-iconnav() {}
|
|
129
129
|
.hook-iconnav-item() {}
|
|
@@ -143,21 +143,21 @@
|
|
|
143
143
|
|
|
144
144
|
.uk-iconnav > * > a {
|
|
145
145
|
color: @inverse-iconnav-item-color;
|
|
146
|
-
.hook-inverse-iconnav-item;
|
|
146
|
+
.hook-inverse-iconnav-item();
|
|
147
147
|
}
|
|
148
148
|
|
|
149
149
|
.uk-iconnav > * > a:hover {
|
|
150
150
|
color: @inverse-iconnav-item-hover-color;
|
|
151
|
-
.hook-inverse-iconnav-item-hover;
|
|
151
|
+
.hook-inverse-iconnav-item-hover();
|
|
152
152
|
}
|
|
153
153
|
|
|
154
154
|
.uk-iconnav > .uk-active > a {
|
|
155
155
|
color: @inverse-iconnav-item-active-color;
|
|
156
|
-
.hook-inverse-iconnav-item-active;
|
|
156
|
+
.hook-inverse-iconnav-item-active();
|
|
157
157
|
}
|
|
158
158
|
|
|
159
159
|
}
|
|
160
160
|
|
|
161
161
|
.hook-inverse-iconnav-item() {}
|
|
162
162
|
.hook-inverse-iconnav-item-hover() {}
|
|
163
|
-
.hook-inverse-iconnav-item-active() {}
|
|
163
|
+
.hook-inverse-iconnav-item-active() {}
|
|
@@ -35,13 +35,13 @@
|
|
|
35
35
|
|
|
36
36
|
.uk-light when (@inverse-global-color-mode = light) {
|
|
37
37
|
|
|
38
|
-
.hook-inverse;
|
|
38
|
+
.hook-inverse();
|
|
39
39
|
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
.uk-dark when (@inverse-global-color-mode = dark) {
|
|
43
43
|
|
|
44
|
-
.hook-inverse;
|
|
44
|
+
.hook-inverse();
|
|
45
45
|
|
|
46
46
|
}
|
|
47
47
|
|
|
@@ -49,4 +49,4 @@
|
|
|
49
49
|
// Hooks
|
|
50
50
|
// ========================================================================
|
|
51
51
|
|
|
52
|
-
.hook-inverse() {}
|
|
52
|
+
.hook-inverse() {}
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
color: @label-color;
|
|
42
42
|
vertical-align: middle;
|
|
43
43
|
white-space: nowrap;
|
|
44
|
-
.hook-label;
|
|
44
|
+
.hook-label();
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
.uk-label-success {
|
|
56
56
|
background-color: @label-success-background;
|
|
57
57
|
color: @label-success-color;
|
|
58
|
-
.hook-label-success;
|
|
58
|
+
.hook-label-success();
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
/*
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
.uk-label-warning {
|
|
66
66
|
background-color: @label-warning-background;
|
|
67
67
|
color: @label-warning-color;
|
|
68
|
-
.hook-label-warning;
|
|
68
|
+
.hook-label-warning();
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
/*
|
|
@@ -75,14 +75,14 @@
|
|
|
75
75
|
.uk-label-danger {
|
|
76
76
|
background-color: @label-danger-background;
|
|
77
77
|
color: @label-danger-color;
|
|
78
|
-
.hook-label-danger;
|
|
78
|
+
.hook-label-danger();
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
|
|
82
82
|
// Hooks
|
|
83
83
|
// ========================================================================
|
|
84
84
|
|
|
85
|
-
.hook-label-misc;
|
|
85
|
+
.hook-label-misc();
|
|
86
86
|
|
|
87
87
|
.hook-label() {}
|
|
88
88
|
.hook-label-success() {}
|
|
@@ -102,9 +102,9 @@
|
|
|
102
102
|
.uk-label {
|
|
103
103
|
background-color: @inverse-label-background;
|
|
104
104
|
color: @inverse-label-color;
|
|
105
|
-
.hook-inverse-label;
|
|
105
|
+
.hook-inverse-label();
|
|
106
106
|
}
|
|
107
107
|
|
|
108
108
|
}
|
|
109
109
|
|
|
110
|
-
.hook-inverse-label() {}
|
|
110
|
+
.hook-inverse-label() {}
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
content: attr(data-fill);
|
|
37
37
|
/* 4 */
|
|
38
38
|
white-space: nowrap;
|
|
39
|
-
.hook-leader;
|
|
39
|
+
.hook-leader();
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
/*
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
// Hooks
|
|
57
57
|
// ========================================================================
|
|
58
58
|
|
|
59
|
-
.hook-leader-misc;
|
|
59
|
+
.hook-leader-misc();
|
|
60
60
|
|
|
61
61
|
.hook-leader() {}
|
|
62
62
|
.hook-leader-misc() {}
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
.hook-inverse() {
|
|
69
69
|
|
|
70
70
|
.uk-leader-fill::after {
|
|
71
|
-
.hook-inverse-leader;
|
|
71
|
+
.hook-inverse-leader();
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
}
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
transition: opacity 0.15s linear;
|
|
77
77
|
/* 7 */
|
|
78
78
|
touch-action: pinch-zoom;
|
|
79
|
-
.hook-lightbox;
|
|
79
|
+
.hook-lightbox();
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
/*
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
color: @lightbox-item-color;
|
|
138
138
|
/* 4 */
|
|
139
139
|
will-change: transform, opacity;
|
|
140
|
-
.hook-lightbox-item;
|
|
140
|
+
.hook-lightbox-item();
|
|
141
141
|
}
|
|
142
142
|
|
|
143
143
|
/* 5 */
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
padding: @lightbox-toolbar-padding-vertical @lightbox-toolbar-padding-horizontal;
|
|
161
161
|
background: @lightbox-toolbar-background;
|
|
162
162
|
color: @lightbox-toolbar-color;
|
|
163
|
-
.hook-lightbox-toolbar;
|
|
163
|
+
.hook-lightbox-toolbar();
|
|
164
164
|
}
|
|
165
165
|
|
|
166
166
|
.uk-lightbox-toolbar > * { color: @lightbox-toolbar-color; }
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
.uk-lightbox-toolbar-icon {
|
|
173
173
|
padding: @lightbox-toolbar-icon-padding;
|
|
174
174
|
color: @lightbox-toolbar-icon-color;
|
|
175
|
-
.hook-lightbox-toolbar-icon;
|
|
175
|
+
.hook-lightbox-toolbar-icon();
|
|
176
176
|
}
|
|
177
177
|
|
|
178
178
|
/*
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
|
|
182
182
|
.uk-lightbox-toolbar-icon:hover {
|
|
183
183
|
color: @lightbox-toolbar-icon-hover-color;
|
|
184
|
-
.hook-lightbox-toolbar-icon-hover;
|
|
184
|
+
.hook-lightbox-toolbar-icon-hover();
|
|
185
185
|
}
|
|
186
186
|
|
|
187
187
|
|
|
@@ -203,18 +203,18 @@
|
|
|
203
203
|
display: inline-flex;
|
|
204
204
|
justify-content: center;
|
|
205
205
|
align-items: center;
|
|
206
|
-
.hook-lightbox-button;
|
|
206
|
+
.hook-lightbox-button();
|
|
207
207
|
}
|
|
208
208
|
|
|
209
209
|
/* Hover */
|
|
210
210
|
.uk-lightbox-button:hover {
|
|
211
211
|
color: @lightbox-button-hover-color;
|
|
212
|
-
.hook-lightbox-button-hover;
|
|
212
|
+
.hook-lightbox-button-hover();
|
|
213
213
|
}
|
|
214
214
|
|
|
215
215
|
/* OnClick */
|
|
216
216
|
.uk-lightbox-button:active {
|
|
217
|
-
.hook-lightbox-button-active;
|
|
217
|
+
.hook-lightbox-button-active();
|
|
218
218
|
}
|
|
219
219
|
|
|
220
220
|
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
// Hooks
|
|
237
237
|
// ========================================================================
|
|
238
238
|
|
|
239
|
-
.hook-lightbox-misc;
|
|
239
|
+
.hook-lightbox-misc();
|
|
240
240
|
|
|
241
241
|
.hook-lightbox() {}
|
|
242
242
|
.hook-lightbox-item() {}
|
|
@@ -34,14 +34,14 @@
|
|
|
34
34
|
a.uk-link-muted,
|
|
35
35
|
.uk-link-muted a {
|
|
36
36
|
color: @link-muted-color;
|
|
37
|
-
.hook-link-muted;
|
|
37
|
+
.hook-link-muted();
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
a.uk-link-muted:hover,
|
|
41
41
|
.uk-link-muted a:hover,
|
|
42
42
|
.uk-link-toggle:hover .uk-link-muted {
|
|
43
43
|
color: @link-muted-hover-color;
|
|
44
|
-
.hook-link-muted-hover;
|
|
44
|
+
.hook-link-muted-hover();
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
|
|
@@ -51,14 +51,14 @@ a.uk-link-muted:hover,
|
|
|
51
51
|
a.uk-link-text,
|
|
52
52
|
.uk-link-text a {
|
|
53
53
|
color: inherit;
|
|
54
|
-
.hook-link-text;
|
|
54
|
+
.hook-link-text();
|
|
55
55
|
}
|
|
56
56
|
|
|
57
57
|
a.uk-link-text:hover,
|
|
58
58
|
.uk-link-text a:hover,
|
|
59
59
|
.uk-link-toggle:hover .uk-link-text {
|
|
60
60
|
color: @link-text-hover-color;
|
|
61
|
-
.hook-link-text-hover;
|
|
61
|
+
.hook-link-text-hover();
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
|
|
@@ -68,7 +68,7 @@ a.uk-link-text:hover,
|
|
|
68
68
|
a.uk-link-heading,
|
|
69
69
|
.uk-link-heading a {
|
|
70
70
|
color: inherit;
|
|
71
|
-
.hook-link-heading;
|
|
71
|
+
.hook-link-heading();
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
a.uk-link-heading:hover,
|
|
@@ -76,7 +76,7 @@ a.uk-link-heading:hover,
|
|
|
76
76
|
.uk-link-toggle:hover .uk-link-heading {
|
|
77
77
|
color: @link-heading-hover-color;
|
|
78
78
|
text-decoration: @link-heading-hover-text-decoration;
|
|
79
|
-
.hook-link-heading-hover;
|
|
79
|
+
.hook-link-heading-hover();
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
|
|
@@ -91,7 +91,7 @@ a.uk-link-reset,
|
|
|
91
91
|
.uk-link-reset a {
|
|
92
92
|
color: inherit !important;
|
|
93
93
|
text-decoration: none !important;
|
|
94
|
-
.hook-link-reset;
|
|
94
|
+
.hook-link-reset();
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
|
|
@@ -107,7 +107,7 @@ a.uk-link-reset,
|
|
|
107
107
|
// Hooks
|
|
108
108
|
// ========================================================================
|
|
109
109
|
|
|
110
|
-
.hook-link-misc;
|
|
110
|
+
.hook-link-misc();
|
|
111
111
|
|
|
112
112
|
.hook-link-muted() {}
|
|
113
113
|
.hook-link-muted-hover() {}
|
|
@@ -132,28 +132,28 @@ a.uk-link-reset,
|
|
|
132
132
|
a.uk-link-muted,
|
|
133
133
|
.uk-link-muted a {
|
|
134
134
|
color: @inverse-link-muted-color;
|
|
135
|
-
.hook-inverse-link-muted;
|
|
135
|
+
.hook-inverse-link-muted();
|
|
136
136
|
}
|
|
137
137
|
|
|
138
138
|
a.uk-link-muted:hover,
|
|
139
139
|
.uk-link-muted a:hover,
|
|
140
140
|
.uk-link-toggle:hover .uk-link-muted {
|
|
141
141
|
color: @inverse-link-muted-hover-color;
|
|
142
|
-
.hook-inverse-link-muted-hover;
|
|
142
|
+
.hook-inverse-link-muted-hover();
|
|
143
143
|
}
|
|
144
144
|
|
|
145
145
|
a.uk-link-text:hover,
|
|
146
146
|
.uk-link-text a:hover,
|
|
147
147
|
.uk-link-toggle:hover .uk-link-text {
|
|
148
148
|
color: @inverse-link-text-hover-color;
|
|
149
|
-
.hook-inverse-link-text-hover;
|
|
149
|
+
.hook-inverse-link-text-hover();
|
|
150
150
|
}
|
|
151
151
|
|
|
152
152
|
a.uk-link-heading:hover,
|
|
153
153
|
.uk-link-heading a:hover,
|
|
154
154
|
.uk-link-toggle:hover .uk-link-heading {
|
|
155
155
|
color: @inverse-link-heading-hover-color;
|
|
156
|
-
.hook-inverse-link-heading-hover;
|
|
156
|
+
.hook-inverse-link-heading-hover();
|
|
157
157
|
}
|
|
158
158
|
|
|
159
159
|
}
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
margin-top: @list-divider-margin-top;
|
|
152
152
|
padding-top: @list-divider-margin-top;
|
|
153
153
|
border-top: @list-divider-border-width solid @list-divider-border;
|
|
154
|
-
.hook-list-divider;
|
|
154
|
+
.hook-list-divider();
|
|
155
155
|
}
|
|
156
156
|
|
|
157
157
|
/*
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
|
|
161
161
|
.uk-list-striped > * {
|
|
162
162
|
padding: @list-striped-padding-vertical @list-striped-padding-horizontal;
|
|
163
|
-
.hook-list-striped;
|
|
163
|
+
.hook-list-striped();
|
|
164
164
|
}
|
|
165
165
|
|
|
166
166
|
.uk-list-striped > :nth-of-type(odd) { background: @list-striped-background; }
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
// Hooks
|
|
210
210
|
// ========================================================================
|
|
211
211
|
|
|
212
|
-
.hook-list-misc;
|
|
212
|
+
.hook-list-misc();
|
|
213
213
|
|
|
214
214
|
.hook-list-divider() {}
|
|
215
215
|
.hook-list-striped() {}
|
|
@@ -242,11 +242,11 @@
|
|
|
242
242
|
|
|
243
243
|
.uk-list-divider > :nth-child(n+2) {
|
|
244
244
|
border-top-color: @inverse-list-divider-border;
|
|
245
|
-
.hook-inverse-list-divider;
|
|
245
|
+
.hook-inverse-list-divider();
|
|
246
246
|
}
|
|
247
247
|
|
|
248
248
|
.uk-list-striped > * {
|
|
249
|
-
.hook-inverse-list-striped;
|
|
249
|
+
.hook-inverse-list-striped();
|
|
250
250
|
}
|
|
251
251
|
|
|
252
252
|
.uk-list-striped > :nth-of-type(odd) { background-color: @inverse-list-striped-background; }
|