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
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
/* 4 */
|
|
64
64
|
padding: 0;
|
|
65
65
|
list-style: none;
|
|
66
|
-
.hook-subnav;
|
|
66
|
+
.hook-subnav();
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
/*
|
|
@@ -101,20 +101,20 @@
|
|
|
101
101
|
column-gap: 0.25em;
|
|
102
102
|
/* 3 */
|
|
103
103
|
color: @subnav-item-color;
|
|
104
|
-
.hook-subnav-item;
|
|
104
|
+
.hook-subnav-item();
|
|
105
105
|
}
|
|
106
106
|
|
|
107
107
|
/* Hover */
|
|
108
108
|
.uk-subnav > * > a:hover {
|
|
109
109
|
color: @subnav-item-hover-color;
|
|
110
110
|
text-decoration: @subnav-item-hover-text-decoration;
|
|
111
|
-
.hook-subnav-item-hover;
|
|
111
|
+
.hook-subnav-item-hover();
|
|
112
112
|
}
|
|
113
113
|
|
|
114
114
|
/* Active */
|
|
115
115
|
.uk-subnav > .uk-active > a {
|
|
116
116
|
color: @subnav-item-active-color;
|
|
117
|
-
.hook-subnav-item-active;
|
|
117
|
+
.hook-subnav-item-active();
|
|
118
118
|
}
|
|
119
119
|
|
|
120
120
|
|
|
@@ -122,7 +122,7 @@
|
|
|
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); }
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
/* 1 */
|
|
153
153
|
.uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
|
|
154
154
|
border-left-color: @subnav-divider-border;
|
|
155
|
-
.hook-subnav-divider;
|
|
155
|
+
.hook-subnav-divider();
|
|
156
156
|
}
|
|
157
157
|
|
|
158
158
|
|
|
@@ -163,28 +163,28 @@
|
|
|
163
163
|
padding: @subnav-pill-item-padding-vertical @subnav-pill-item-padding-horizontal;
|
|
164
164
|
background: @subnav-pill-item-background;
|
|
165
165
|
color: @subnav-pill-item-color;
|
|
166
|
-
.hook-subnav-pill-item;
|
|
166
|
+
.hook-subnav-pill-item();
|
|
167
167
|
}
|
|
168
168
|
|
|
169
169
|
/* Hover */
|
|
170
170
|
.uk-subnav-pill > * > a:hover {
|
|
171
171
|
background-color: @subnav-pill-item-hover-background;
|
|
172
172
|
color: @subnav-pill-item-hover-color;
|
|
173
|
-
.hook-subnav-pill-item-hover;
|
|
173
|
+
.hook-subnav-pill-item-hover();
|
|
174
174
|
}
|
|
175
175
|
|
|
176
176
|
/* OnClick */
|
|
177
177
|
.uk-subnav-pill > * > a:active {
|
|
178
178
|
background-color: @subnav-pill-item-onclick-background;
|
|
179
179
|
color: @subnav-pill-item-onclick-color;
|
|
180
|
-
.hook-subnav-pill-item-onclick;
|
|
180
|
+
.hook-subnav-pill-item-onclick();
|
|
181
181
|
}
|
|
182
182
|
|
|
183
183
|
/* Active */
|
|
184
184
|
.uk-subnav-pill > .uk-active > a {
|
|
185
185
|
background-color: @subnav-pill-item-active-background;
|
|
186
186
|
color: @subnav-pill-item-active-color;
|
|
187
|
-
.hook-subnav-pill-item-active;
|
|
187
|
+
.hook-subnav-pill-item-active();
|
|
188
188
|
}
|
|
189
189
|
|
|
190
190
|
|
|
@@ -194,14 +194,14 @@
|
|
|
194
194
|
|
|
195
195
|
.uk-subnav > .uk-disabled > a {
|
|
196
196
|
color: @subnav-item-disabled-color;
|
|
197
|
-
.hook-subnav-item-disabled;
|
|
197
|
+
.hook-subnav-item-disabled();
|
|
198
198
|
}
|
|
199
199
|
|
|
200
200
|
|
|
201
201
|
// Hooks
|
|
202
202
|
// ========================================================================
|
|
203
203
|
|
|
204
|
-
.hook-subnav-misc;
|
|
204
|
+
.hook-subnav-misc();
|
|
205
205
|
|
|
206
206
|
.hook-subnav() {}
|
|
207
207
|
.hook-subnav-item() {}
|
|
@@ -237,17 +237,17 @@
|
|
|
237
237
|
|
|
238
238
|
.uk-subnav > * > :first-child {
|
|
239
239
|
color: @inverse-subnav-item-color;
|
|
240
|
-
.hook-inverse-subnav-item;
|
|
240
|
+
.hook-inverse-subnav-item();
|
|
241
241
|
}
|
|
242
242
|
|
|
243
243
|
.uk-subnav > * > a:hover {
|
|
244
244
|
color: @inverse-subnav-item-hover-color;
|
|
245
|
-
.hook-inverse-subnav-item-hover;
|
|
245
|
+
.hook-inverse-subnav-item-hover();
|
|
246
246
|
}
|
|
247
247
|
|
|
248
248
|
.uk-subnav > .uk-active > a {
|
|
249
249
|
color: @inverse-subnav-item-active-color;
|
|
250
|
-
.hook-inverse-subnav-item-active;
|
|
250
|
+
.hook-inverse-subnav-item-active();
|
|
251
251
|
}
|
|
252
252
|
|
|
253
253
|
//
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
|
|
257
257
|
.uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
|
|
258
258
|
border-left-color: @inverse-subnav-divider-border;
|
|
259
|
-
.hook-inverse-subnav-divider;
|
|
259
|
+
.hook-inverse-subnav-divider();
|
|
260
260
|
}
|
|
261
261
|
|
|
262
262
|
//
|
|
@@ -266,25 +266,25 @@
|
|
|
266
266
|
.uk-subnav-pill > * > :first-child {
|
|
267
267
|
background-color: @inverse-subnav-pill-item-background;
|
|
268
268
|
color: @inverse-subnav-pill-item-color;
|
|
269
|
-
.hook-inverse-subnav-pill-item;
|
|
269
|
+
.hook-inverse-subnav-pill-item();
|
|
270
270
|
}
|
|
271
271
|
|
|
272
272
|
.uk-subnav-pill > * > a:hover {
|
|
273
273
|
background-color: @inverse-subnav-pill-item-hover-background;
|
|
274
274
|
color: @inverse-subnav-pill-item-hover-color;
|
|
275
|
-
.hook-inverse-subnav-pill-item-hover;
|
|
275
|
+
.hook-inverse-subnav-pill-item-hover();
|
|
276
276
|
}
|
|
277
277
|
|
|
278
278
|
.uk-subnav-pill > * > a:active {
|
|
279
279
|
background-color: @inverse-subnav-pill-item-onclick-background;
|
|
280
280
|
color: @inverse-subnav-pill-item-onclick-color;
|
|
281
|
-
.hook-inverse-subnav-pill-item-onclick;
|
|
281
|
+
.hook-inverse-subnav-pill-item-onclick();
|
|
282
282
|
}
|
|
283
283
|
|
|
284
284
|
.uk-subnav-pill > .uk-active > a {
|
|
285
285
|
background-color: @inverse-subnav-pill-item-active-background;
|
|
286
286
|
color: @inverse-subnav-pill-item-active-color;
|
|
287
|
-
.hook-inverse-subnav-pill-item-active;
|
|
287
|
+
.hook-inverse-subnav-pill-item-active();
|
|
288
288
|
}
|
|
289
289
|
|
|
290
290
|
//
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
|
|
294
294
|
.uk-subnav > .uk-disabled > a {
|
|
295
295
|
color: @inverse-subnav-item-disabled-color;
|
|
296
|
-
.hook-inverse-subnav-item-disabled;
|
|
296
|
+
.hook-inverse-subnav-item-disabled();
|
|
297
297
|
}
|
|
298
298
|
|
|
299
299
|
}
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
/* 3 */
|
|
47
47
|
padding: 0;
|
|
48
48
|
list-style: none;
|
|
49
|
-
.hook-tab;
|
|
49
|
+
.hook-tab();
|
|
50
50
|
}
|
|
51
51
|
|
|
52
52
|
/*
|
|
@@ -87,26 +87,26 @@
|
|
|
87
87
|
/* 4 */
|
|
88
88
|
padding: @tab-item-padding-vertical @tab-item-padding-horizontal;
|
|
89
89
|
color: @tab-item-color;
|
|
90
|
-
.hook-tab-item;
|
|
90
|
+
.hook-tab-item();
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
/* Hover */
|
|
94
94
|
.uk-tab > * > a:hover {
|
|
95
95
|
color: @tab-item-hover-color;
|
|
96
96
|
text-decoration: @tab-item-hover-text-decoration;
|
|
97
|
-
.hook-tab-item-hover;
|
|
97
|
+
.hook-tab-item-hover();
|
|
98
98
|
}
|
|
99
99
|
|
|
100
100
|
/* Active */
|
|
101
101
|
.uk-tab > .uk-active > a {
|
|
102
102
|
color: @tab-item-active-color;
|
|
103
|
-
.hook-tab-item-active;
|
|
103
|
+
.hook-tab-item-active();
|
|
104
104
|
}
|
|
105
105
|
|
|
106
106
|
/* Disabled */
|
|
107
107
|
.uk-tab > .uk-disabled > a {
|
|
108
108
|
color: @tab-item-disabled-color;
|
|
109
|
-
.hook-tab-item-disabled;
|
|
109
|
+
.hook-tab-item-disabled();
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
|
|
@@ -118,11 +118,11 @@
|
|
|
118
118
|
*/
|
|
119
119
|
|
|
120
120
|
.uk-tab-bottom {
|
|
121
|
-
.hook-tab-bottom;
|
|
121
|
+
.hook-tab-bottom();
|
|
122
122
|
}
|
|
123
123
|
|
|
124
124
|
.uk-tab-bottom > * > a {
|
|
125
|
-
.hook-tab-bottom-item;
|
|
125
|
+
.hook-tab-bottom-item();
|
|
126
126
|
}
|
|
127
127
|
|
|
128
128
|
/*
|
|
@@ -142,28 +142,28 @@
|
|
|
142
142
|
.uk-tab-right > * { padding-left: 0; }
|
|
143
143
|
|
|
144
144
|
.uk-tab-left {
|
|
145
|
-
.hook-tab-left;
|
|
145
|
+
.hook-tab-left();
|
|
146
146
|
}
|
|
147
147
|
|
|
148
148
|
.uk-tab-right {
|
|
149
|
-
.hook-tab-right;
|
|
149
|
+
.hook-tab-right();
|
|
150
150
|
}
|
|
151
151
|
|
|
152
152
|
.uk-tab-left > * > a {
|
|
153
153
|
justify-content: left;
|
|
154
|
-
.hook-tab-left-item;
|
|
154
|
+
.hook-tab-left-item();
|
|
155
155
|
}
|
|
156
156
|
|
|
157
157
|
.uk-tab-right > * > a {
|
|
158
158
|
justify-content: left;
|
|
159
|
-
.hook-tab-right-item;
|
|
159
|
+
.hook-tab-right-item();
|
|
160
160
|
}
|
|
161
161
|
|
|
162
162
|
|
|
163
163
|
// Hooks
|
|
164
164
|
// ========================================================================
|
|
165
165
|
|
|
166
|
-
.hook-tab-misc;
|
|
166
|
+
.hook-tab-misc();
|
|
167
167
|
|
|
168
168
|
.hook-tab() {}
|
|
169
169
|
.hook-tab-item() {}
|
|
@@ -190,27 +190,27 @@
|
|
|
190
190
|
.hook-inverse() {
|
|
191
191
|
|
|
192
192
|
.uk-tab {
|
|
193
|
-
.hook-inverse-tab;
|
|
193
|
+
.hook-inverse-tab();
|
|
194
194
|
}
|
|
195
195
|
|
|
196
196
|
.uk-tab > * > a {
|
|
197
197
|
color: @inverse-tab-item-color;
|
|
198
|
-
.hook-inverse-tab-item;
|
|
198
|
+
.hook-inverse-tab-item();
|
|
199
199
|
}
|
|
200
200
|
|
|
201
201
|
.uk-tab > * > a:hover {
|
|
202
202
|
color: @inverse-tab-item-hover-color;
|
|
203
|
-
.hook-inverse-tab-item-hover;
|
|
203
|
+
.hook-inverse-tab-item-hover();
|
|
204
204
|
}
|
|
205
205
|
|
|
206
206
|
.uk-tab > .uk-active > a {
|
|
207
207
|
color: @inverse-tab-item-active-color;
|
|
208
|
-
.hook-inverse-tab-item-active;
|
|
208
|
+
.hook-inverse-tab-item-active();
|
|
209
209
|
}
|
|
210
210
|
|
|
211
211
|
.uk-tab > .uk-disabled > a {
|
|
212
212
|
color: @inverse-tab-item-disabled-color;
|
|
213
|
-
.hook-inverse-tab-item-disabled;
|
|
213
|
+
.hook-inverse-tab-item-disabled();
|
|
214
214
|
}
|
|
215
215
|
|
|
216
216
|
}
|
|
@@ -219,4 +219,4 @@
|
|
|
219
219
|
.hook-inverse-tab-item() {}
|
|
220
220
|
.hook-inverse-tab-item-hover() {}
|
|
221
221
|
.hook-inverse-tab-item-active() {}
|
|
222
|
-
.hook-inverse-tab-item-disabled() {}
|
|
222
|
+
.hook-inverse-tab-item-disabled() {}
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
width: 100%;
|
|
73
73
|
/* 3 */
|
|
74
74
|
margin-bottom: @table-margin-vertical;
|
|
75
|
-
.hook-table;
|
|
75
|
+
.hook-table();
|
|
76
76
|
}
|
|
77
77
|
|
|
78
78
|
/* Add margin if adjacent element */
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
font-size: @table-header-cell-font-size;
|
|
95
95
|
font-weight: @table-header-cell-font-weight;
|
|
96
96
|
color: @table-header-cell-color;
|
|
97
|
-
.hook-table-header-cell;
|
|
97
|
+
.hook-table-header-cell();
|
|
98
98
|
}
|
|
99
99
|
|
|
100
100
|
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
.uk-table td {
|
|
105
105
|
padding: @table-cell-padding-vertical @table-cell-padding-horizontal;
|
|
106
106
|
vertical-align: top;
|
|
107
|
-
.hook-table-cell;
|
|
107
|
+
.hook-table-cell();
|
|
108
108
|
}
|
|
109
109
|
|
|
110
110
|
/*
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
|
|
120
120
|
.uk-table tfoot {
|
|
121
121
|
font-size: @table-footer-font-size;
|
|
122
|
-
.hook-table-footer;
|
|
122
|
+
.hook-table-footer();
|
|
123
123
|
}
|
|
124
124
|
|
|
125
125
|
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
font-size: @table-caption-font-size;
|
|
131
131
|
text-align: left;
|
|
132
132
|
color: @table-caption-color;
|
|
133
|
-
.hook-table-caption;
|
|
133
|
+
.hook-table-caption();
|
|
134
134
|
}
|
|
135
135
|
|
|
136
136
|
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
.uk-table-divider > :not(:first-child) > tr,
|
|
153
153
|
.uk-table-divider > :first-child > tr:not(:first-child) {
|
|
154
154
|
border-top: @table-divider-border-width solid @table-divider-border;
|
|
155
|
-
.hook-table-divider;
|
|
155
|
+
.hook-table-divider();
|
|
156
156
|
}
|
|
157
157
|
|
|
158
158
|
/*
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
.uk-table-striped > tr:nth-of-type(odd),
|
|
163
163
|
.uk-table-striped tbody tr:nth-of-type(odd) {
|
|
164
164
|
background: @table-striped-row-background;
|
|
165
|
-
.hook-table-striped;
|
|
165
|
+
.hook-table-striped();
|
|
166
166
|
}
|
|
167
167
|
|
|
168
168
|
/*
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
.uk-table-hover > tr:hover,
|
|
173
173
|
.uk-table-hover tbody tr:hover {
|
|
174
174
|
background: @table-hover-row-background;
|
|
175
|
-
.hook-table-hover;
|
|
175
|
+
.hook-table-hover();
|
|
176
176
|
}
|
|
177
177
|
|
|
178
178
|
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
.uk-table > tr.uk-active,
|
|
183
183
|
.uk-table tbody tr.uk-active {
|
|
184
184
|
background: @table-row-active-background;
|
|
185
|
-
.hook-table-row-active;
|
|
185
|
+
.hook-table-row-active();
|
|
186
186
|
}
|
|
187
187
|
|
|
188
188
|
/* Size modifier
|
|
@@ -191,13 +191,13 @@
|
|
|
191
191
|
.uk-table-small th,
|
|
192
192
|
.uk-table-small td {
|
|
193
193
|
padding: @table-small-cell-padding-vertical @table-small-cell-padding-horizontal;
|
|
194
|
-
.hook-table-small;
|
|
194
|
+
.hook-table-small();
|
|
195
195
|
}
|
|
196
196
|
|
|
197
197
|
.uk-table-large th,
|
|
198
198
|
.uk-table-large td {
|
|
199
199
|
padding: @table-large-cell-padding-vertical @table-large-cell-padding-horizontal;
|
|
200
|
-
.hook-table-large;
|
|
200
|
+
.hook-table-large();
|
|
201
201
|
}
|
|
202
202
|
|
|
203
203
|
|
|
@@ -261,11 +261,11 @@
|
|
|
261
261
|
|
|
262
262
|
.uk-table-responsive th:not(:first-child):not(.uk-table-link),
|
|
263
263
|
.uk-table-responsive td:not(:first-child):not(.uk-table-link),
|
|
264
|
-
.uk-table-responsive .uk-table-link:not(:first-child) > a { padding-top: round(@table-cell-padding-vertical / 3) !important; }
|
|
264
|
+
.uk-table-responsive .uk-table-link:not(:first-child) > a { padding-top: round((@table-cell-padding-vertical / 3)) !important; }
|
|
265
265
|
|
|
266
266
|
.uk-table-responsive th:not(:last-child):not(.uk-table-link),
|
|
267
267
|
.uk-table-responsive td:not(:last-child):not(.uk-table-link),
|
|
268
|
-
.uk-table-responsive .uk-table-link:not(:last-child) > a { padding-bottom: round(@table-cell-padding-vertical / 3) !important; }
|
|
268
|
+
.uk-table-responsive .uk-table-link:not(:last-child) > a { padding-bottom: round((@table-cell-padding-vertical / 3)) !important; }
|
|
269
269
|
|
|
270
270
|
.uk-table-justify.uk-table-responsive th,
|
|
271
271
|
.uk-table-justify.uk-table-responsive td {
|
|
@@ -279,7 +279,7 @@
|
|
|
279
279
|
// Hooks
|
|
280
280
|
// ========================================================================
|
|
281
281
|
|
|
282
|
-
.hook-table-misc;
|
|
282
|
+
.hook-table-misc();
|
|
283
283
|
|
|
284
284
|
.hook-table() {}
|
|
285
285
|
.hook-table-header-cell() {}
|
|
@@ -309,37 +309,37 @@
|
|
|
309
309
|
|
|
310
310
|
.uk-table th {
|
|
311
311
|
color: @inverse-table-header-cell-color;
|
|
312
|
-
.hook-inverse-table-header-cell;
|
|
312
|
+
.hook-inverse-table-header-cell();
|
|
313
313
|
}
|
|
314
314
|
|
|
315
315
|
.uk-table caption {
|
|
316
316
|
color: @inverse-table-caption-color;
|
|
317
|
-
.hook-inverse-table-caption;
|
|
317
|
+
.hook-inverse-table-caption();
|
|
318
318
|
}
|
|
319
319
|
|
|
320
320
|
.uk-table > tr.uk-active,
|
|
321
321
|
.uk-table tbody tr.uk-active {
|
|
322
322
|
background: @inverse-table-row-active-background;
|
|
323
|
-
.hook-inverse-table-row-active;
|
|
323
|
+
.hook-inverse-table-row-active();
|
|
324
324
|
}
|
|
325
325
|
|
|
326
326
|
.uk-table-divider > tr:not(:first-child),
|
|
327
327
|
.uk-table-divider > :not(:first-child) > tr,
|
|
328
328
|
.uk-table-divider > :first-child > tr:not(:first-child) {
|
|
329
329
|
border-top-color: @inverse-table-divider-border;
|
|
330
|
-
.hook-inverse-table-divider;
|
|
330
|
+
.hook-inverse-table-divider();
|
|
331
331
|
}
|
|
332
332
|
|
|
333
333
|
.uk-table-striped > tr:nth-of-type(odd),
|
|
334
334
|
.uk-table-striped tbody tr:nth-of-type(odd) {
|
|
335
335
|
background: @inverse-table-striped-row-background;
|
|
336
|
-
.hook-inverse-table-striped;
|
|
336
|
+
.hook-inverse-table-striped();
|
|
337
337
|
}
|
|
338
338
|
|
|
339
339
|
.uk-table-hover > tr:hover,
|
|
340
340
|
.uk-table-hover tbody tr:hover {
|
|
341
341
|
background: @inverse-table-hover-row-background;
|
|
342
|
-
.hook-inverse-table-hover;
|
|
342
|
+
.hook-inverse-table-hover();
|
|
343
343
|
}
|
|
344
344
|
|
|
345
345
|
}
|
|
@@ -349,4 +349,4 @@
|
|
|
349
349
|
.hook-inverse-table-row-active() {}
|
|
350
350
|
.hook-inverse-table-divider() {}
|
|
351
351
|
.hook-inverse-table-striped() {}
|
|
352
|
-
.hook-inverse-table-hover() {}
|
|
352
|
+
.hook-inverse-table-hover() {}
|
|
@@ -46,14 +46,14 @@
|
|
|
46
46
|
font-size: @text-lead-font-size;
|
|
47
47
|
line-height: @text-lead-line-height;
|
|
48
48
|
color: @text-lead-color;
|
|
49
|
-
.hook-text-lead;
|
|
49
|
+
.hook-text-lead();
|
|
50
50
|
}
|
|
51
51
|
|
|
52
52
|
.uk-text-meta {
|
|
53
53
|
font-size: @text-meta-font-size;
|
|
54
54
|
line-height: @text-meta-line-height;
|
|
55
55
|
color: @text-meta-color;
|
|
56
|
-
.hook-text-meta;
|
|
56
|
+
.hook-text-meta();
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
|
|
@@ -63,13 +63,13 @@
|
|
|
63
63
|
.uk-text-small {
|
|
64
64
|
font-size: @text-small-font-size;
|
|
65
65
|
line-height: @text-small-line-height;
|
|
66
|
-
.hook-text-small;
|
|
66
|
+
.hook-text-small();
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
.uk-text-large {
|
|
70
70
|
font-size: @text-large-font-size;
|
|
71
71
|
line-height: @text-large-line-height;
|
|
72
|
-
.hook-text-large;
|
|
72
|
+
.hook-text-large();
|
|
73
73
|
}
|
|
74
74
|
|
|
75
75
|
.uk-text-default {
|
|
@@ -84,14 +84,14 @@
|
|
|
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
|
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
.uk-text-background {
|
|
146
146
|
background-color: @text-background-color;
|
|
147
147
|
color: transparent !important;
|
|
148
|
-
.hook-text-background;
|
|
148
|
+
.hook-text-background();
|
|
149
149
|
}
|
|
150
150
|
|
|
151
151
|
}
|
|
@@ -258,7 +258,7 @@ td.uk-text-break { word-break: break-all; }
|
|
|
258
258
|
// Hooks
|
|
259
259
|
// ========================================================================
|
|
260
260
|
|
|
261
|
-
.hook-text-misc;
|
|
261
|
+
.hook-text-misc();
|
|
262
262
|
|
|
263
263
|
.hook-text-lead() {}
|
|
264
264
|
.hook-text-meta() {}
|
|
@@ -282,12 +282,12 @@ td.uk-text-break { word-break: break-all; }
|
|
|
282
282
|
|
|
283
283
|
.uk-text-lead {
|
|
284
284
|
color: @inverse-text-lead-color;
|
|
285
|
-
.hook-inverse-text-lead;
|
|
285
|
+
.hook-inverse-text-lead();
|
|
286
286
|
}
|
|
287
287
|
|
|
288
288
|
.uk-text-meta {
|
|
289
289
|
color: @inverse-text-meta-color;
|
|
290
|
-
.hook-inverse-text-meta;
|
|
290
|
+
.hook-inverse-text-meta();
|
|
291
291
|
}
|
|
292
292
|
|
|
293
293
|
.uk-text-muted { color: @inverse-text-muted-color !important; }
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
list-style: none;
|
|
38
38
|
/* 3 */
|
|
39
39
|
margin-left: -@thumbnav-margin-horizontal;
|
|
40
|
-
.hook-thumbnav;
|
|
40
|
+
.hook-thumbnav();
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
/*
|
|
@@ -60,17 +60,17 @@
|
|
|
60
60
|
|
|
61
61
|
.uk-thumbnav > * > * {
|
|
62
62
|
display: inline-block;
|
|
63
|
-
.hook-thumbnav-item;
|
|
63
|
+
.hook-thumbnav-item();
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
/* Hover */
|
|
67
67
|
.uk-thumbnav > * > :hover {
|
|
68
|
-
.hook-thumbnav-item-hover;
|
|
68
|
+
.hook-thumbnav-item-hover();
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
/* Active */
|
|
72
72
|
.uk-thumbnav > .uk-active > * {
|
|
73
|
-
.hook-thumbnav-item-active;
|
|
73
|
+
.hook-thumbnav-item-active();
|
|
74
74
|
}
|
|
75
75
|
|
|
76
76
|
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
// Hooks
|
|
101
101
|
// ========================================================================
|
|
102
102
|
|
|
103
|
-
.hook-thumbnav-misc;
|
|
103
|
+
.hook-thumbnav-misc();
|
|
104
104
|
|
|
105
105
|
.hook-thumbnav() {}
|
|
106
106
|
.hook-thumbnav-item() {}
|
|
@@ -115,19 +115,19 @@
|
|
|
115
115
|
.hook-inverse() {
|
|
116
116
|
|
|
117
117
|
.uk-thumbnav > * > * {
|
|
118
|
-
.hook-inverse-thumbnav-item;
|
|
118
|
+
.hook-inverse-thumbnav-item();
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
.uk-thumbnav > * > :hover {
|
|
122
|
-
.hook-inverse-thumbnav-item-hover;
|
|
122
|
+
.hook-inverse-thumbnav-item-hover();
|
|
123
123
|
}
|
|
124
124
|
|
|
125
125
|
.uk-thumbnav > .uk-active > * {
|
|
126
|
-
.hook-inverse-thumbnav-item-active;
|
|
126
|
+
.hook-inverse-thumbnav-item-active();
|
|
127
127
|
}
|
|
128
128
|
|
|
129
129
|
}
|
|
130
130
|
|
|
131
131
|
.hook-inverse-thumbnav-item() {}
|
|
132
132
|
.hook-inverse-thumbnav-item-hover() {}
|
|
133
|
-
.hook-inverse-thumbnav-item-active() {}
|
|
133
|
+
.hook-inverse-thumbnav-item-active() {}
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
padding-right: @tile-padding-horizontal;
|
|
60
60
|
padding-top: @tile-padding-vertical;
|
|
61
61
|
padding-bottom: @tile-padding-vertical;
|
|
62
|
-
.hook-tile;
|
|
62
|
+
.hook-tile();
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
/* Phone landscape and bigger */
|
|
@@ -161,11 +161,11 @@
|
|
|
161
161
|
|
|
162
162
|
.uk-tile-default {
|
|
163
163
|
background-color: @tile-default-background;
|
|
164
|
-
.hook-tile-default;
|
|
164
|
+
.hook-tile-default();
|
|
165
165
|
}
|
|
166
166
|
|
|
167
167
|
.uk-tile-default.uk-tile-hover:hover {
|
|
168
|
-
.hook-tile-default-hover;
|
|
168
|
+
.hook-tile-default-hover();
|
|
169
169
|
}
|
|
170
170
|
|
|
171
171
|
/*
|
|
@@ -174,11 +174,11 @@
|
|
|
174
174
|
|
|
175
175
|
.uk-tile-muted {
|
|
176
176
|
background-color: @tile-muted-background;
|
|
177
|
-
.hook-tile-muted;
|
|
177
|
+
.hook-tile-muted();
|
|
178
178
|
}
|
|
179
179
|
|
|
180
180
|
.uk-tile-muted.uk-tile-hover:hover {
|
|
181
|
-
.hook-tile-muted-hover;
|
|
181
|
+
.hook-tile-muted-hover();
|
|
182
182
|
}
|
|
183
183
|
|
|
184
184
|
/*
|
|
@@ -187,11 +187,11 @@
|
|
|
187
187
|
|
|
188
188
|
.uk-tile-primary {
|
|
189
189
|
background-color: @tile-primary-background;
|
|
190
|
-
.hook-tile-primary;
|
|
190
|
+
.hook-tile-primary();
|
|
191
191
|
}
|
|
192
192
|
|
|
193
193
|
.uk-tile-primary.uk-tile-hover:hover {
|
|
194
|
-
.hook-tile-primary-hover;
|
|
194
|
+
.hook-tile-primary-hover();
|
|
195
195
|
}
|
|
196
196
|
|
|
197
197
|
// Color Mode
|
|
@@ -204,11 +204,11 @@
|
|
|
204
204
|
|
|
205
205
|
.uk-tile-secondary {
|
|
206
206
|
background-color: @tile-secondary-background;
|
|
207
|
-
.hook-tile-secondary;
|
|
207
|
+
.hook-tile-secondary();
|
|
208
208
|
}
|
|
209
209
|
|
|
210
210
|
.uk-tile-secondary.uk-tile-hover:hover {
|
|
211
|
-
.hook-tile-secondary-hover;
|
|
211
|
+
.hook-tile-secondary-hover();
|
|
212
212
|
}
|
|
213
213
|
|
|
214
214
|
// Color Mode
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
// Hooks
|
|
220
220
|
// ========================================================================
|
|
221
221
|
|
|
222
|
-
.hook-tile-misc;
|
|
222
|
+
.hook-tile-misc();
|
|
223
223
|
|
|
224
224
|
.hook-tile() {}
|
|
225
225
|
.hook-tile-default() {}
|