uikit 3.8.1 → 3.9.2-dev.774931570
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 +20 -1
- package/build/.eslintrc.json +15 -0
- package/build/build.js +55 -83
- package/build/icons.js +30 -13
- package/build/less.js +23 -38
- package/build/package.json +4 -0
- package/build/prefix.js +38 -94
- package/build/publishDev.js +12 -18
- package/build/release.js +31 -60
- package/build/scope.js +49 -84
- package/build/scss.js +19 -21
- package/build/util.js +163 -94
- package/dist/css/uikit-core-rtl.css +8 -8
- package/dist/css/uikit-core-rtl.min.css +1 -1
- package/dist/css/uikit-core.css +8 -8
- package/dist/css/uikit-core.min.css +1 -1
- package/dist/css/uikit-rtl.css +8 -8
- package/dist/css/uikit-rtl.min.css +1 -1
- package/dist/css/uikit.css +8 -8
- package/dist/css/uikit.min.css +1 -1
- package/dist/js/components/countdown.js +1 -1
- package/dist/js/components/countdown.min.js +2 -2
- package/dist/js/components/filter.js +1 -1
- package/dist/js/components/filter.min.js +2 -2
- package/dist/js/components/lightbox-panel.js +1 -1
- package/dist/js/components/lightbox-panel.min.js +2 -2
- package/dist/js/components/lightbox.js +1 -1
- package/dist/js/components/lightbox.min.js +2 -2
- package/dist/js/components/notification.js +1 -1
- package/dist/js/components/notification.min.js +2 -2
- package/dist/js/components/parallax.js +1 -1
- package/dist/js/components/parallax.min.js +2 -2
- package/dist/js/components/slider-parallax.js +1 -1
- package/dist/js/components/slider-parallax.min.js +2 -2
- package/dist/js/components/slider.js +1 -1
- package/dist/js/components/slider.min.js +2 -2
- package/dist/js/components/slideshow-parallax.js +1 -1
- package/dist/js/components/slideshow-parallax.min.js +2 -2
- package/dist/js/components/slideshow.js +1 -1
- package/dist/js/components/slideshow.min.js +2 -2
- package/dist/js/components/sortable.js +1 -1
- package/dist/js/components/sortable.min.js +2 -2
- package/dist/js/components/tooltip.js +1 -1
- package/dist/js/components/tooltip.min.js +2 -2
- package/dist/js/components/upload.js +1 -1
- package/dist/js/components/upload.min.js +2 -2
- package/dist/js/uikit-core.js +16 -14
- package/dist/js/uikit-core.min.js +2 -2
- package/dist/js/uikit-icons.js +1 -1
- package/dist/js/uikit-icons.min.js +2 -2
- package/dist/js/uikit.js +16 -14
- package/dist/js/uikit.min.js +2 -2
- package/package.json +17 -19
- package/src/js/uikit-core.js +1 -1
- package/src/js/uikit.js +1 -1
- package/src/js/util/event.js +7 -7
- package/src/js/util/style.js +9 -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 +4 -4
- 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/leader.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
- package/tests/js/index.js +3 -2
- package/build/.eslintrc.js +0 -13
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
========================================================================== */
|
|
38
38
|
|
|
39
39
|
.uk-comment {
|
|
40
|
-
.hook-comment;
|
|
40
|
+
.hook-comment();
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
|
|
@@ -48,13 +48,13 @@
|
|
|
48
48
|
display: flow-root;
|
|
49
49
|
overflow-wrap: break-word;
|
|
50
50
|
word-wrap: break-word;
|
|
51
|
-
.hook-comment-body;
|
|
51
|
+
.hook-comment-body();
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
.uk-comment-header {
|
|
55
55
|
display: flow-root;
|
|
56
56
|
margin-bottom: @comment-header-margin-bottom;
|
|
57
|
-
.hook-comment-header;
|
|
57
|
+
.hook-comment-header();
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
/*
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
.uk-comment-title {
|
|
72
72
|
font-size: @comment-title-font-size;
|
|
73
73
|
line-height: @comment-title-line-height;
|
|
74
|
-
.hook-comment-title;
|
|
74
|
+
.hook-comment-title();
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
font-size: @comment-meta-font-size;
|
|
83
83
|
line-height: @comment-meta-line-height;
|
|
84
84
|
color: @comment-meta-color;
|
|
85
|
-
.hook-comment-meta;
|
|
85
|
+
.hook-comment-meta();
|
|
86
86
|
}
|
|
87
87
|
|
|
88
88
|
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
========================================================================== */
|
|
91
91
|
|
|
92
92
|
.uk-comment-avatar {
|
|
93
|
-
.hook-comment-avatar;
|
|
93
|
+
.hook-comment-avatar();
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
/* Adjacent siblings */
|
|
106
106
|
.uk-comment-list > :nth-child(n+2) {
|
|
107
107
|
margin-top: @comment-list-margin-top;
|
|
108
|
-
.hook-comment-list-adjacent;
|
|
108
|
+
.hook-comment-list-adjacent();
|
|
109
109
|
}
|
|
110
110
|
|
|
111
111
|
/*
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
margin: @comment-list-margin-top 0 0 0;
|
|
118
118
|
padding-left: @comment-list-padding-left;
|
|
119
119
|
list-style: none;
|
|
120
|
-
.hook-comment-list-sub;
|
|
120
|
+
.hook-comment-list-sub();
|
|
121
121
|
}
|
|
122
122
|
|
|
123
123
|
/* Tablet and bigger */
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
/* Adjacent siblings */
|
|
131
131
|
.uk-comment-list .uk-comment ~ ul > :nth-child(n+2) {
|
|
132
132
|
margin-top: @comment-list-margin-top;
|
|
133
|
-
.hook-comment-list-sub-adjacent;
|
|
133
|
+
.hook-comment-list-sub-adjacent();
|
|
134
134
|
}
|
|
135
135
|
|
|
136
136
|
|
|
@@ -138,14 +138,14 @@
|
|
|
138
138
|
========================================================================== */
|
|
139
139
|
|
|
140
140
|
.uk-comment-primary {
|
|
141
|
-
.hook-comment-primary;
|
|
141
|
+
.hook-comment-primary();
|
|
142
142
|
}
|
|
143
143
|
|
|
144
144
|
|
|
145
145
|
// Hooks
|
|
146
146
|
// ========================================================================
|
|
147
147
|
|
|
148
|
-
.hook-comment-misc;
|
|
148
|
+
.hook-comment-misc();
|
|
149
149
|
|
|
150
150
|
.hook-comment() {}
|
|
151
151
|
.hook-comment-body() {}
|
|
@@ -157,4 +157,4 @@
|
|
|
157
157
|
.hook-comment-list-sub() {}
|
|
158
158
|
.hook-comment-list-sub-adjacent() {}
|
|
159
159
|
.hook-comment-primary() {}
|
|
160
|
-
.hook-comment-misc() {}
|
|
160
|
+
.hook-comment-misc() {}
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
========================================================================== */
|
|
30
30
|
|
|
31
31
|
.uk-countdown {
|
|
32
|
-
.hook-countdown;
|
|
32
|
+
.hook-countdown();
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
|
|
39
39
|
.uk-countdown-number,
|
|
40
40
|
.uk-countdown-separator {
|
|
41
|
-
.hook-countdown-item;
|
|
41
|
+
.hook-countdown-item();
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
/* 2 */
|
|
58
58
|
font-size: @countdown-number-font-size;
|
|
59
59
|
line-height: @countdown-number-line-height;
|
|
60
|
-
.hook-countdown-number;
|
|
60
|
+
.hook-countdown-number();
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
/* Phone landscape and bigger */
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
.uk-countdown-separator {
|
|
82
82
|
font-size: @countdown-separator-font-size;
|
|
83
83
|
line-height: @countdown-separator-line-height;
|
|
84
|
-
.hook-countdown-separator;
|
|
84
|
+
.hook-countdown-separator();
|
|
85
85
|
}
|
|
86
86
|
|
|
87
87
|
/* Phone landscape and bigger */
|
|
@@ -103,14 +103,14 @@
|
|
|
103
103
|
========================================================================== */
|
|
104
104
|
|
|
105
105
|
.uk-countdown-label {
|
|
106
|
-
.hook-countdown-label;
|
|
106
|
+
.hook-countdown-label();
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
|
|
110
110
|
// Hooks
|
|
111
111
|
// ========================================================================
|
|
112
112
|
|
|
113
|
-
.hook-countdown-misc;
|
|
113
|
+
.hook-countdown-misc();
|
|
114
114
|
|
|
115
115
|
.hook-countdown() {}
|
|
116
116
|
.hook-countdown-item() {}
|
|
@@ -127,19 +127,19 @@
|
|
|
127
127
|
|
|
128
128
|
.uk-countdown-number,
|
|
129
129
|
.uk-countdown-separator {
|
|
130
|
-
.hook-inverse-countdown-item;
|
|
130
|
+
.hook-inverse-countdown-item();
|
|
131
131
|
}
|
|
132
132
|
|
|
133
133
|
.uk-countdown-number {
|
|
134
|
-
.hook-inverse-countdown-number;
|
|
134
|
+
.hook-inverse-countdown-number();
|
|
135
135
|
}
|
|
136
136
|
|
|
137
137
|
.uk-countdown-separator {
|
|
138
|
-
.hook-inverse-countdown-separator;
|
|
138
|
+
.hook-inverse-countdown-separator();
|
|
139
139
|
}
|
|
140
140
|
|
|
141
141
|
.uk-countdown-label {
|
|
142
|
-
.hook-inverse-countdown-label;
|
|
142
|
+
.hook-inverse-countdown-label();
|
|
143
143
|
}
|
|
144
144
|
|
|
145
145
|
}
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
|
|
30
30
|
.uk-description-list > dt {
|
|
31
31
|
color: @description-list-term-color;
|
|
32
|
-
.hook-description-list-term;
|
|
32
|
+
.hook-description-list-term();
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
.uk-description-list > dt:nth-child(n+2) {
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
*/
|
|
42
42
|
|
|
43
43
|
.uk-description-list > dd {
|
|
44
|
-
.hook-description-list-description;
|
|
44
|
+
.hook-description-list-description();
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
|
|
@@ -56,16 +56,16 @@
|
|
|
56
56
|
margin-top: @description-list-divider-term-margin-top;
|
|
57
57
|
padding-top: @description-list-divider-term-margin-top;
|
|
58
58
|
border-top: @description-list-divider-term-border-width solid @description-list-divider-term-border;
|
|
59
|
-
.hook-description-list-divider-term;
|
|
59
|
+
.hook-description-list-divider-term();
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
|
|
63
63
|
// Hooks
|
|
64
64
|
// ========================================================================
|
|
65
65
|
|
|
66
|
-
.hook-description-list-misc;
|
|
66
|
+
.hook-description-list-misc();
|
|
67
67
|
|
|
68
68
|
.hook-description-list-term() {}
|
|
69
69
|
.hook-description-list-description() {}
|
|
70
70
|
.hook-description-list-divider-term() {}
|
|
71
|
-
.hook-description-list-misc() {}
|
|
71
|
+
.hook-description-list-misc() {}
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
.svg-fill(@internal-divider-icon-image, "#000", @divider-icon-color);
|
|
62
62
|
background-repeat: no-repeat;
|
|
63
63
|
background-position: 50% 50%;
|
|
64
|
-
.hook-divider-icon;
|
|
64
|
+
.hook-divider-icon();
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
.uk-divider-icon::before,
|
|
@@ -71,19 +71,19 @@
|
|
|
71
71
|
top: @divider-icon-line-top;
|
|
72
72
|
max-width: ~'calc(50% - (@{divider-icon-width} / 2))';
|
|
73
73
|
border-bottom: @divider-icon-line-border-width solid @divider-icon-line-border;
|
|
74
|
-
.hook-divider-icon-line;
|
|
74
|
+
.hook-divider-icon-line();
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
.uk-divider-icon::before {
|
|
78
78
|
right: ~'calc(50% + (@{divider-icon-width} / 2))';
|
|
79
79
|
width: @divider-icon-line-width;
|
|
80
|
-
.hook-divider-icon-line-left;
|
|
80
|
+
.hook-divider-icon-line-left();
|
|
81
81
|
}
|
|
82
82
|
|
|
83
83
|
.uk-divider-icon::after {
|
|
84
84
|
left: ~'calc(50% + (@{divider-icon-width} / 2))';
|
|
85
85
|
width: @divider-icon-line-width;
|
|
86
|
-
.hook-divider-icon-line-right;
|
|
86
|
+
.hook-divider-icon-line-right();
|
|
87
87
|
}
|
|
88
88
|
|
|
89
89
|
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
max-width: 100%;
|
|
107
107
|
border-top: @divider-small-border-width solid @divider-small-border;
|
|
108
108
|
vertical-align: top;
|
|
109
|
-
.hook-divider-small;
|
|
109
|
+
.hook-divider-small();
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
|
|
@@ -119,14 +119,14 @@
|
|
|
119
119
|
margin-left: auto;
|
|
120
120
|
margin-right: auto;
|
|
121
121
|
border-left: @divider-vertical-border-width solid @divider-vertical-border;
|
|
122
|
-
.hook-divider-vertical;
|
|
122
|
+
.hook-divider-vertical();
|
|
123
123
|
}
|
|
124
124
|
|
|
125
125
|
|
|
126
126
|
// Hooks
|
|
127
127
|
// ========================================================================
|
|
128
128
|
|
|
129
|
-
.hook-divider-misc;
|
|
129
|
+
.hook-divider-misc();
|
|
130
130
|
|
|
131
131
|
.hook-divider-icon() {}
|
|
132
132
|
.hook-divider-icon-line() {}
|
|
@@ -149,23 +149,23 @@
|
|
|
149
149
|
|
|
150
150
|
.uk-divider-icon {
|
|
151
151
|
.svg-fill(@internal-divider-icon-image, "#000", @inverse-divider-icon-color);
|
|
152
|
-
.hook-inverse-divider-icon;
|
|
152
|
+
.hook-inverse-divider-icon();
|
|
153
153
|
}
|
|
154
154
|
|
|
155
155
|
.uk-divider-icon::before,
|
|
156
156
|
.uk-divider-icon::after {
|
|
157
157
|
border-bottom-color: @inverse-divider-icon-line-border;
|
|
158
|
-
.hook-inverse-divider-icon-line;
|
|
158
|
+
.hook-inverse-divider-icon-line();
|
|
159
159
|
}
|
|
160
160
|
|
|
161
161
|
.uk-divider-small::after {
|
|
162
162
|
border-top-color: @inverse-divider-small-border;
|
|
163
|
-
.hook-inverse-divider-small;
|
|
163
|
+
.hook-inverse-divider-small();
|
|
164
164
|
}
|
|
165
165
|
|
|
166
166
|
.uk-divider-vertical {
|
|
167
167
|
border-left-color: @inverse-divider-vertical-border;
|
|
168
|
-
.hook-inverse-divider-vertical;
|
|
168
|
+
.hook-inverse-divider-vertical();
|
|
169
169
|
}
|
|
170
170
|
|
|
171
171
|
}
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
list-style: none;
|
|
47
47
|
/* 3 */
|
|
48
48
|
margin-left: -@dotnav-margin-horizontal;
|
|
49
|
-
.hook-dotnav;
|
|
49
|
+
.hook-dotnav();
|
|
50
50
|
}
|
|
51
51
|
|
|
52
52
|
/*
|
|
@@ -81,25 +81,25 @@
|
|
|
81
81
|
text-indent: 100%;
|
|
82
82
|
overflow: hidden;
|
|
83
83
|
white-space: nowrap;
|
|
84
|
-
.hook-dotnav-item;
|
|
84
|
+
.hook-dotnav-item();
|
|
85
85
|
}
|
|
86
86
|
|
|
87
87
|
/* Hover */
|
|
88
88
|
.uk-dotnav > * > :hover {
|
|
89
89
|
background-color: @dotnav-item-hover-background;
|
|
90
|
-
.hook-dotnav-item-hover;
|
|
90
|
+
.hook-dotnav-item-hover();
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
/* OnClick */
|
|
94
94
|
.uk-dotnav > * > :active {
|
|
95
95
|
background-color: @dotnav-item-onclick-background;
|
|
96
|
-
.hook-dotnav-item-onclick;
|
|
96
|
+
.hook-dotnav-item-onclick();
|
|
97
97
|
}
|
|
98
98
|
|
|
99
99
|
/* Active */
|
|
100
100
|
.uk-dotnav > .uk-active > * {
|
|
101
101
|
background-color: @dotnav-item-active-background;
|
|
102
|
-
.hook-dotnav-item-active;
|
|
102
|
+
.hook-dotnav-item-active();
|
|
103
103
|
}
|
|
104
104
|
|
|
105
105
|
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
// Hooks
|
|
130
130
|
// ========================================================================
|
|
131
131
|
|
|
132
|
-
.hook-dotnav-misc;
|
|
132
|
+
.hook-dotnav-misc();
|
|
133
133
|
|
|
134
134
|
.hook-dotnav() {}
|
|
135
135
|
.hook-dotnav-item() {}
|
|
@@ -151,22 +151,22 @@
|
|
|
151
151
|
|
|
152
152
|
.uk-dotnav > * > * {
|
|
153
153
|
background-color: @inverse-dotnav-item-background;
|
|
154
|
-
.hook-inverse-dotnav-item;
|
|
154
|
+
.hook-inverse-dotnav-item();
|
|
155
155
|
}
|
|
156
156
|
|
|
157
157
|
.uk-dotnav > * > :hover {
|
|
158
158
|
background-color: @inverse-dotnav-item-hover-background;
|
|
159
|
-
.hook-inverse-dotnav-item-hover;
|
|
159
|
+
.hook-inverse-dotnav-item-hover();
|
|
160
160
|
}
|
|
161
161
|
|
|
162
162
|
.uk-dotnav > * > :active {
|
|
163
163
|
background-color: @inverse-dotnav-item-onclick-background;
|
|
164
|
-
.hook-inverse-dotnav-item-onclick;
|
|
164
|
+
.hook-inverse-dotnav-item-onclick();
|
|
165
165
|
}
|
|
166
166
|
|
|
167
167
|
.uk-dotnav > .uk-active > * {
|
|
168
168
|
background-color: @inverse-dotnav-item-active-background;
|
|
169
|
-
.hook-inverse-dotnav-item-active;
|
|
169
|
+
.hook-inverse-dotnav-item-active();
|
|
170
170
|
}
|
|
171
171
|
|
|
172
172
|
}
|
|
@@ -174,4 +174,4 @@
|
|
|
174
174
|
.hook-inverse-dotnav-item() {}
|
|
175
175
|
.hook-inverse-dotnav-item-hover() {}
|
|
176
176
|
.hook-inverse-dotnav-item-onclick() {}
|
|
177
|
-
.hook-inverse-dotnav-item-active() {}
|
|
177
|
+
.hook-inverse-dotnav-item-active() {}
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
padding: @dropdown-padding;
|
|
61
61
|
background: @dropdown-background;
|
|
62
62
|
color: @dropdown-color;
|
|
63
|
-
.hook-dropdown;
|
|
63
|
+
.hook-dropdown();
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
/* Show */
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
|
|
74
74
|
.uk-dropdown-nav {
|
|
75
75
|
white-space: nowrap;
|
|
76
|
-
.hook-dropdown-nav;
|
|
76
|
+
.hook-dropdown-nav();
|
|
77
77
|
}
|
|
78
78
|
|
|
79
79
|
/*
|
|
@@ -82,14 +82,14 @@
|
|
|
82
82
|
|
|
83
83
|
.uk-dropdown-nav > li > a {
|
|
84
84
|
color: @dropdown-nav-item-color;
|
|
85
|
-
.hook-dropdown-nav-item;
|
|
85
|
+
.hook-dropdown-nav-item();
|
|
86
86
|
}
|
|
87
87
|
|
|
88
88
|
/* Hover + Active */
|
|
89
89
|
.uk-dropdown-nav > li > a:hover,
|
|
90
90
|
.uk-dropdown-nav > li.uk-active > a {
|
|
91
91
|
color: @dropdown-nav-item-hover-color;
|
|
92
|
-
.hook-dropdown-nav-item-hover;
|
|
92
|
+
.hook-dropdown-nav-item-hover();
|
|
93
93
|
}
|
|
94
94
|
|
|
95
95
|
/*
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
|
|
99
99
|
.uk-dropdown-nav .uk-nav-header {
|
|
100
100
|
color: @dropdown-nav-header-color;
|
|
101
|
-
.hook-dropdown-nav-header;
|
|
101
|
+
.hook-dropdown-nav-header();
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
/*
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
|
|
108
108
|
.uk-dropdown-nav .uk-nav-divider {
|
|
109
109
|
border-top: @dropdown-nav-divider-border-width solid @dropdown-nav-divider-border;
|
|
110
|
-
.hook-dropdown-nav-divider;
|
|
110
|
+
.hook-dropdown-nav-divider();
|
|
111
111
|
}
|
|
112
112
|
|
|
113
113
|
/*
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
// Hooks
|
|
141
141
|
// ========================================================================
|
|
142
142
|
|
|
143
|
-
.hook-dropdown-misc;
|
|
143
|
+
.hook-dropdown-misc();
|
|
144
144
|
|
|
145
145
|
.hook-dropdown() {}
|
|
146
146
|
.hook-dropdown-nav() {}
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
background: transparent;
|
|
48
48
|
/* 6 */
|
|
49
49
|
padding: 0;
|
|
50
|
-
.hook-form-range;
|
|
50
|
+
.hook-form-range();
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
/* Focus */
|
|
@@ -83,13 +83,13 @@
|
|
|
83
83
|
.uk-range::-webkit-slider-thumb {
|
|
84
84
|
/* 1 */
|
|
85
85
|
-webkit-appearance: none;
|
|
86
|
-
margin-top: (floor(@form-range-thumb-height / 2) * -1);
|
|
86
|
+
margin-top: (floor((@form-range-thumb-height / 2)) * -1);
|
|
87
87
|
/* 2 */
|
|
88
88
|
height: @form-range-thumb-height;
|
|
89
89
|
width: @form-range-thumb-width;
|
|
90
90
|
border-radius: @form-range-thumb-border-radius;
|
|
91
91
|
background: @form-range-thumb-background;
|
|
92
|
-
.hook-form-range-thumb;
|
|
92
|
+
.hook-form-range-thumb();
|
|
93
93
|
}
|
|
94
94
|
|
|
95
95
|
/* Firefox */
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
width: @form-range-thumb-width;
|
|
102
102
|
border-radius: @form-range-thumb-border-radius;
|
|
103
103
|
background: @form-range-thumb-background;
|
|
104
|
-
.hook-form-range-thumb;
|
|
104
|
+
.hook-form-range-thumb();
|
|
105
105
|
}
|
|
106
106
|
|
|
107
107
|
/* Edge */
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
width: @form-range-thumb-width;
|
|
120
120
|
border-radius: @form-range-thumb-border-radius;
|
|
121
121
|
background: @form-range-thumb-background;
|
|
122
|
-
.hook-form-range-thumb;
|
|
122
|
+
.hook-form-range-thumb();
|
|
123
123
|
}
|
|
124
124
|
|
|
125
125
|
/* Edge + IE11 */
|
|
@@ -137,26 +137,26 @@
|
|
|
137
137
|
.uk-range::-webkit-slider-runnable-track {
|
|
138
138
|
height: @form-range-track-height;
|
|
139
139
|
background: @form-range-track-background;
|
|
140
|
-
.hook-form-range-track;
|
|
140
|
+
.hook-form-range-track();
|
|
141
141
|
}
|
|
142
142
|
|
|
143
143
|
.uk-range:focus::-webkit-slider-runnable-track,
|
|
144
144
|
/* 1 */
|
|
145
145
|
.uk-range:active::-webkit-slider-runnable-track {
|
|
146
146
|
background: @form-range-track-focus-background;
|
|
147
|
-
.hook-form-range-track-focus;
|
|
147
|
+
.hook-form-range-track-focus();
|
|
148
148
|
}
|
|
149
149
|
|
|
150
150
|
/* Firefox */
|
|
151
151
|
.uk-range::-moz-range-track {
|
|
152
152
|
height: @form-range-track-height;
|
|
153
153
|
background: @form-range-track-background;
|
|
154
|
-
.hook-form-range-track;
|
|
154
|
+
.hook-form-range-track();
|
|
155
155
|
}
|
|
156
156
|
|
|
157
157
|
.uk-range:focus::-moz-range-track {
|
|
158
158
|
background: @form-range-track-focus-background;
|
|
159
|
-
.hook-form-range-track-focus;
|
|
159
|
+
.hook-form-range-track-focus();
|
|
160
160
|
}
|
|
161
161
|
|
|
162
162
|
/* Edge */
|
|
@@ -164,20 +164,20 @@
|
|
|
164
164
|
.uk-range::-ms-fill-upper {
|
|
165
165
|
height: @form-range-track-height;
|
|
166
166
|
background: @form-range-track-background;
|
|
167
|
-
.hook-form-range-track;
|
|
167
|
+
.hook-form-range-track();
|
|
168
168
|
}
|
|
169
169
|
|
|
170
170
|
.uk-range:focus::-ms-fill-lower,
|
|
171
171
|
.uk-range:focus::-ms-fill-upper {
|
|
172
172
|
background: @form-range-track-focus-background;
|
|
173
|
-
.hook-form-range-track-focus;
|
|
173
|
+
.hook-form-range-track-focus();
|
|
174
174
|
}
|
|
175
175
|
|
|
176
176
|
|
|
177
177
|
// Hooks
|
|
178
178
|
// ========================================================================
|
|
179
179
|
|
|
180
|
-
.hook-form-range-misc;
|
|
180
|
+
.hook-form-range-misc();
|
|
181
181
|
|
|
182
182
|
.hook-form-range() {}
|
|
183
183
|
.hook-form-range-thumb() {}
|