uikit 3.7.6 → 3.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +23 -6
- package/build/prefix.js +2 -2
- package/build/release.js +12 -16
- package/build/scope.js +14 -19
- package/build/util.js +1 -1
- package/dist/css/uikit-core-rtl.css +327 -835
- package/dist/css/uikit-core-rtl.min.css +1 -1
- package/dist/css/uikit-core.css +327 -835
- package/dist/css/uikit-core.min.css +1 -1
- package/dist/css/uikit-rtl.css +359 -843
- package/dist/css/uikit-rtl.min.css +1 -1
- package/dist/css/uikit.css +359 -843
- 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 +2 -18
- package/dist/js/components/lightbox-panel.min.js +2 -2
- package/dist/js/components/lightbox.js +2 -18
- package/dist/js/components/lightbox.min.js +2 -2
- 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 -21
- 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 -21
- package/dist/js/uikit.min.js +2 -2
- package/package.json +6 -6
- package/src/js/core/sticky.js +5 -2
- package/src/js/mixin/modal.js +1 -17
- package/src/less/components/accordion.less +3 -6
- package/src/less/components/alert.less +2 -3
- package/src/less/components/animation.less +69 -216
- package/src/less/components/badge.less +2 -5
- package/src/less/components/base.less +39 -11
- package/src/less/components/breadcrumb.less +3 -5
- package/src/less/components/button.less +17 -36
- package/src/less/components/close.less +3 -6
- package/src/less/components/cover.less +11 -6
- package/src/less/components/dotnav.less +3 -6
- package/src/less/components/dropdown.less +1 -3
- package/src/less/components/icon.less +5 -11
- package/src/less/components/iconnav.less +3 -6
- package/src/less/components/lightbox.less +11 -7
- package/src/less/components/link.less +6 -14
- package/src/less/components/marker.less +3 -6
- package/src/less/components/nav.less +10 -24
- package/src/less/components/navbar.less +6 -15
- package/src/less/components/pagination.less +3 -5
- package/src/less/components/position.less +45 -82
- package/src/less/components/search.less +3 -11
- package/src/less/components/slidenav.less +3 -6
- package/src/less/components/slider.less +0 -4
- package/src/less/components/slideshow.less +0 -4
- package/src/less/components/subnav.less +6 -11
- package/src/less/components/tab.less +3 -5
- package/src/less/components/thumbnav.less +3 -6
- package/src/less/components/totop.less +3 -6
- package/src/less/components/transition.less +48 -40
- package/src/less/components/utility.less +3 -6
- package/src/less/components/visibility.less +16 -45
- package/src/less/theme/button.less +0 -3
- package/src/less/theme/form.less +1 -1
- package/src/less/theme/table.less +9 -1
- package/src/scss/components/accordion.scss +2 -4
- package/src/scss/components/alert.scss +2 -3
- package/src/scss/components/animation.scss +69 -216
- package/src/scss/components/badge.scss +1 -3
- package/src/scss/components/base.scss +31 -9
- package/src/scss/components/breadcrumb.scss +2 -3
- package/src/scss/components/button.scss +12 -25
- package/src/scss/components/close.scss +2 -4
- package/src/scss/components/cover.scss +11 -6
- package/src/scss/components/dotnav.scss +2 -4
- package/src/scss/components/dropdown.scss +1 -3
- package/src/scss/components/icon.scss +3 -7
- package/src/scss/components/iconnav.scss +2 -4
- package/src/scss/components/lightbox.scss +11 -7
- package/src/scss/components/link.scss +3 -8
- package/src/scss/components/marker.scss +2 -4
- package/src/scss/components/nav.scss +6 -16
- package/src/scss/components/navbar.scss +6 -13
- package/src/scss/components/pagination.scss +2 -3
- package/src/scss/components/position.scss +45 -82
- package/src/scss/components/search.scss +2 -9
- package/src/scss/components/slidenav.scss +2 -4
- package/src/scss/components/slider.scss +0 -4
- package/src/scss/components/slideshow.scss +0 -4
- package/src/scss/components/subnav.scss +4 -7
- package/src/scss/components/tab.scss +2 -3
- package/src/scss/components/thumbnav.scss +2 -4
- package/src/scss/components/totop.scss +2 -4
- package/src/scss/components/transition.scss +48 -40
- package/src/scss/components/utility.scss +2 -4
- package/src/scss/components/visibility.scss +16 -45
- package/src/scss/mixins-theme.scss +42 -101
- package/src/scss/mixins.scss +38 -66
- package/src/scss/theme/button.scss +0 -2
- package/src/scss/theme/form.scss +1 -1
- package/src/scss/theme/table.scss +2 -1
- package/src/scss/variables-theme.scss +4 -1
- package/src/scss/variables.scss +3 -0
- package/tests/transition.html +4 -10
|
@@ -63,10 +63,8 @@ $thumbnav-margin-vertical: $thumbnav-margin-horizontal !de
|
|
|
63
63
|
@if(mixin-exists(hook-thumbnav-item)) {@include hook-thumbnav-item();}
|
|
64
64
|
}
|
|
65
65
|
|
|
66
|
-
/* Hover
|
|
67
|
-
.uk-thumbnav > * > :hover
|
|
68
|
-
.uk-thumbnav > * > :focus {
|
|
69
|
-
outline: none;
|
|
66
|
+
/* Hover */
|
|
67
|
+
.uk-thumbnav > * > :hover {
|
|
70
68
|
@if(mixin-exists(hook-thumbnav-item-hover)) {@include hook-thumbnav-item-hover();}
|
|
71
69
|
}
|
|
72
70
|
|
|
@@ -31,11 +31,9 @@ $totop-active-color: $global-emphasis-color !default
|
|
|
31
31
|
@if(mixin-exists(hook-totop)) {@include hook-totop();}
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
/* Hover
|
|
35
|
-
.uk-totop:hover
|
|
36
|
-
.uk-totop:focus {
|
|
34
|
+
/* Hover */
|
|
35
|
+
.uk-totop:hover {
|
|
37
36
|
color: $totop-hover-color;
|
|
38
|
-
outline: none;
|
|
39
37
|
@if(mixin-exists(hook-totop-hover)) {@include hook-totop-hover();}
|
|
40
38
|
}
|
|
41
39
|
|
|
@@ -38,26 +38,6 @@ $transition-slow-duration: 0.7s !default;
|
|
|
38
38
|
Component: Transition
|
|
39
39
|
========================================================================== */
|
|
40
40
|
|
|
41
|
-
|
|
42
|
-
/* Toggle (Hover + Focus)
|
|
43
|
-
========================================================================== */
|
|
44
|
-
|
|
45
|
-
/*
|
|
46
|
-
* 1. Prevent tab highlighting on iOS.
|
|
47
|
-
*/
|
|
48
|
-
|
|
49
|
-
.uk-transition-toggle {
|
|
50
|
-
/* 1 */
|
|
51
|
-
-webkit-tap-highlight-color: transparent;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/*
|
|
55
|
-
* Remove outline for `tabindex`
|
|
56
|
-
*/
|
|
57
|
-
|
|
58
|
-
.uk-transition-toggle:focus { outline: none; }
|
|
59
|
-
|
|
60
|
-
|
|
61
41
|
/* Transitions
|
|
62
42
|
========================================================================== */
|
|
63
43
|
|
|
@@ -66,14 +46,25 @@ $transition-slow-duration: 0.7s !default;
|
|
|
66
46
|
* 1. Using `:focus` and tabindex
|
|
67
47
|
* 2. Using `:hover` and a `touchstart` event listener registered on the document
|
|
68
48
|
* (Doesn't work on Surface touch devices)
|
|
69
|
-
*
|
|
70
|
-
* Note: Transitions don't work with `uk-postion-center-*` classes because they also use `transform`,
|
|
71
|
-
* therefore it's recommended to use an extra `div` for the transition.
|
|
72
49
|
*/
|
|
73
50
|
|
|
51
|
+
:where(.uk-transition-fade),
|
|
52
|
+
:where([class*='uk-transition-scale']),
|
|
53
|
+
:where([class*='uk-transition-slide']) {
|
|
54
|
+
--uk-position-translate-x: 0;
|
|
55
|
+
--uk-position-translate-y: 0;
|
|
56
|
+
}
|
|
57
|
+
|
|
74
58
|
.uk-transition-fade,
|
|
75
59
|
[class*='uk-transition-scale'],
|
|
76
60
|
[class*='uk-transition-slide'] {
|
|
61
|
+
--uk-translate-x: 0;
|
|
62
|
+
--uk-translate-y: 0;
|
|
63
|
+
--uk-scale-x: 1;
|
|
64
|
+
--uk-scale-y: 1;
|
|
65
|
+
transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y))
|
|
66
|
+
translate(var(--uk-translate-x), var(--uk-translate-y))
|
|
67
|
+
scale(var(--uk-scale-x), var(--uk-scale-y));
|
|
77
68
|
transition: $transition-duration ease-out;
|
|
78
69
|
transition-property: opacity, transform, filter;
|
|
79
70
|
opacity: 0;
|
|
@@ -85,55 +76,72 @@ $transition-slow-duration: 0.7s !default;
|
|
|
85
76
|
|
|
86
77
|
.uk-transition-toggle:hover .uk-transition-fade,
|
|
87
78
|
.uk-transition-toggle:focus .uk-transition-fade,
|
|
79
|
+
.uk-transition-toggle .uk-transition-fade:focus-within,
|
|
88
80
|
.uk-transition-active.uk-active .uk-transition-fade { opacity: 1; }
|
|
89
81
|
|
|
90
82
|
/*
|
|
91
83
|
* Scale
|
|
84
|
+
* 1. Make image rendering the same during the transition as before and after. Prefixed because of Safari.
|
|
92
85
|
*/
|
|
93
86
|
|
|
94
|
-
|
|
95
|
-
|
|
87
|
+
/* 1 */
|
|
88
|
+
[class*='uk-transition-scale'] { -webkit-backface-visibility: hidden; }
|
|
89
|
+
|
|
90
|
+
.uk-transition-scale-up {
|
|
91
|
+
--uk-scale-x: 1;
|
|
92
|
+
--uk-scale-y: 1;
|
|
93
|
+
}
|
|
94
|
+
.uk-transition-scale-down {
|
|
95
|
+
--uk-scale-x: #{$transition-scale};
|
|
96
|
+
--uk-scale-y: #{$transition-scale};
|
|
97
|
+
}
|
|
96
98
|
|
|
97
99
|
/* Show */
|
|
98
100
|
.uk-transition-toggle:hover .uk-transition-scale-up,
|
|
99
101
|
.uk-transition-toggle:focus .uk-transition-scale-up,
|
|
102
|
+
.uk-transition-toggle .uk-transition-scale-up:focus-within,
|
|
100
103
|
.uk-transition-active.uk-active .uk-transition-scale-up {
|
|
104
|
+
--uk-scale-x: #{$transition-scale};
|
|
105
|
+
--uk-scale-y: #{$transition-scale};
|
|
101
106
|
opacity: 1;
|
|
102
|
-
transform: scale($transition-scale,$transition-scale);
|
|
103
107
|
}
|
|
104
108
|
|
|
105
109
|
.uk-transition-toggle:hover .uk-transition-scale-down,
|
|
106
110
|
.uk-transition-toggle:focus .uk-transition-scale-down,
|
|
111
|
+
.uk-transition-toggle .uk-transition-scale-down:focus-within,
|
|
107
112
|
.uk-transition-active.uk-active .uk-transition-scale-down {
|
|
113
|
+
--uk-scale-x: 1;
|
|
114
|
+
--uk-scale-y: 1;
|
|
108
115
|
opacity: 1;
|
|
109
|
-
transform: scale(1,1);
|
|
110
116
|
}
|
|
111
117
|
|
|
112
118
|
/*
|
|
113
119
|
* Slide
|
|
114
120
|
*/
|
|
115
121
|
|
|
116
|
-
.uk-transition-slide-top {
|
|
117
|
-
.uk-transition-slide-bottom {
|
|
118
|
-
.uk-transition-slide-left {
|
|
119
|
-
.uk-transition-slide-right {
|
|
122
|
+
.uk-transition-slide-top { --uk-translate-y: -100%; }
|
|
123
|
+
.uk-transition-slide-bottom { --uk-translate-y: 100%; }
|
|
124
|
+
.uk-transition-slide-left { --uk-translate-x: -100%; }
|
|
125
|
+
.uk-transition-slide-right { --uk-translate-x: 100%; }
|
|
120
126
|
|
|
121
|
-
.uk-transition-slide-top-small {
|
|
122
|
-
.uk-transition-slide-bottom-small {
|
|
123
|
-
.uk-transition-slide-left-small {
|
|
124
|
-
.uk-transition-slide-right-small {
|
|
127
|
+
.uk-transition-slide-top-small { --uk-translate-y: (-$transition-slide-small-translate); }
|
|
128
|
+
.uk-transition-slide-bottom-small { --uk-translate-y: #{$transition-slide-small-translate}; }
|
|
129
|
+
.uk-transition-slide-left-small { --uk-translate-x: (-$transition-slide-small-translate); }
|
|
130
|
+
.uk-transition-slide-right-small { --uk-translate-x: #{$transition-slide-small-translate}; }
|
|
125
131
|
|
|
126
|
-
.uk-transition-slide-top-medium {
|
|
127
|
-
.uk-transition-slide-bottom-medium {
|
|
128
|
-
.uk-transition-slide-left-medium {
|
|
129
|
-
.uk-transition-slide-right-medium {
|
|
132
|
+
.uk-transition-slide-top-medium { --uk-translate-y: (-$transition-slide-medium-translate); }
|
|
133
|
+
.uk-transition-slide-bottom-medium { --uk-translate-y: #{$transition-slide-medium-translate}; }
|
|
134
|
+
.uk-transition-slide-left-medium { --uk-translate-x: (-$transition-slide-medium-translate); }
|
|
135
|
+
.uk-transition-slide-right-medium { --uk-translate-x: #{$transition-slide-medium-translate}; }
|
|
130
136
|
|
|
131
137
|
/* Show */
|
|
132
138
|
.uk-transition-toggle:hover [class*='uk-transition-slide'],
|
|
133
139
|
.uk-transition-toggle:focus [class*='uk-transition-slide'],
|
|
140
|
+
.uk-transition-toggle [class*='uk-transition-slide']:focus-within,
|
|
134
141
|
.uk-transition-active.uk-active [class*='uk-transition-slide'] {
|
|
142
|
+
--uk-translate-x: 0;
|
|
143
|
+
--uk-translate-y: 0;
|
|
135
144
|
opacity: 1;
|
|
136
|
-
transform: translate(0,0);
|
|
137
145
|
}
|
|
138
146
|
|
|
139
147
|
|
|
@@ -372,11 +372,9 @@ $dragover-box-shadow: 0 0 20px rgba(100,100,100,0.3)
|
|
|
372
372
|
@if(mixin-exists(hook-logo)) {@include hook-logo();}
|
|
373
373
|
}
|
|
374
374
|
|
|
375
|
-
/* Hover
|
|
376
|
-
.uk-logo:hover
|
|
377
|
-
.uk-logo:focus {
|
|
375
|
+
/* Hover */
|
|
376
|
+
.uk-logo:hover {
|
|
378
377
|
color: $logo-hover-color;
|
|
379
|
-
outline: none;
|
|
380
378
|
/* 1 */
|
|
381
379
|
text-decoration: none;
|
|
382
380
|
@if(mixin-exists(hook-logo-hover)) {@include hook-logo-hover();}
|
|
@@ -92,21 +92,19 @@
|
|
|
92
92
|
.uk-invisible { visibility: hidden !important; }
|
|
93
93
|
|
|
94
94
|
|
|
95
|
-
/*
|
|
95
|
+
/* Based on the State of the Parent Element
|
|
96
96
|
========================================================================== */
|
|
97
97
|
|
|
98
98
|
/*
|
|
99
|
-
*
|
|
100
|
-
*
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
*
|
|
99
|
+
* Can't use `display: none` nor `visibility: hidden` because both are not focusable.
|
|
100
|
+
* The target stays visible if any element within receives focus through keyboard.
|
|
101
|
+
*/
|
|
102
|
+
|
|
103
|
+
/*
|
|
104
|
+
* Discard space when hidden.
|
|
105
105
|
*/
|
|
106
106
|
|
|
107
|
-
/* 1 + 2 */
|
|
108
107
|
.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
|
|
109
|
-
/* 3 */
|
|
110
108
|
position: absolute !important;
|
|
111
109
|
width: 0 !important;
|
|
112
110
|
height: 0 !important;
|
|
@@ -116,54 +114,27 @@
|
|
|
116
114
|
}
|
|
117
115
|
|
|
118
116
|
/*
|
|
119
|
-
*
|
|
120
|
-
*/
|
|
121
|
-
|
|
122
|
-
/* 1 + 2 */
|
|
123
|
-
.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
|
|
124
|
-
/* 3 */
|
|
125
|
-
opacity: 0 !important;
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
/*
|
|
129
|
-
* 1. Prevent tab highlighting on iOS.
|
|
117
|
+
* Keep space when hidden.
|
|
130
118
|
*/
|
|
131
119
|
|
|
132
|
-
.uk-visible-toggle {
|
|
133
|
-
/* 1 */
|
|
134
|
-
-webkit-tap-highlight-color: transparent;
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
/*
|
|
138
|
-
* Remove outline for `tabindex`
|
|
139
|
-
*/
|
|
140
|
-
|
|
141
|
-
.uk-visible-toggle:focus { outline: none; }
|
|
120
|
+
.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) { opacity: 0 !important; }
|
|
142
121
|
|
|
143
122
|
|
|
144
|
-
/*
|
|
123
|
+
/* Based on Hover Capability of the Pointing Device
|
|
145
124
|
========================================================================== */
|
|
146
125
|
|
|
147
126
|
/*
|
|
148
|
-
*
|
|
149
|
-
* Works on mobile browsers: Safari, Chrome and Android browser
|
|
127
|
+
* Hover
|
|
150
128
|
*/
|
|
151
129
|
|
|
152
|
-
|
|
130
|
+
/* Hide if primary pointing device doesn't support hover, e.g. touch screens. */
|
|
131
|
+
@media (hover: none) {
|
|
153
132
|
.uk-hidden-touch { display: none !important; }
|
|
154
133
|
}
|
|
155
134
|
|
|
156
|
-
/*
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
* 2. Reset if supported
|
|
160
|
-
*/
|
|
161
|
-
|
|
162
|
-
/* 1 */
|
|
163
|
-
.uk-hidden-notouch { display: none !important; }
|
|
164
|
-
|
|
165
|
-
@media (pointer: coarse) {
|
|
166
|
-
.uk-hidden-notouch { display: block !important; }
|
|
135
|
+
/* Hide if primary pointing device supports hover, e.g. mice. */
|
|
136
|
+
@media (hover) {
|
|
137
|
+
.uk-hidden-notouch { display: none !important; }
|
|
167
138
|
}
|
|
168
139
|
|
|
169
140
|
|
|
@@ -112,8 +112,7 @@
|
|
|
112
112
|
@if(mixin-exists(hook-inverse-badge)) {@include hook-inverse-badge();}
|
|
113
113
|
}
|
|
114
114
|
|
|
115
|
-
.uk-badge:hover
|
|
116
|
-
.uk-badge:focus {
|
|
115
|
+
.uk-badge:hover {
|
|
117
116
|
@if(mixin-exists(hook-inverse-badge-hover)) {@include hook-inverse-badge-hover();}
|
|
118
117
|
}
|
|
119
118
|
|
|
@@ -184,8 +183,7 @@
|
|
|
184
183
|
|
|
185
184
|
a:hover,
|
|
186
185
|
.uk-link:hover,
|
|
187
|
-
.uk-link-toggle:hover .uk-link
|
|
188
|
-
.uk-link-toggle:focus .uk-link {
|
|
186
|
+
.uk-link-toggle:hover .uk-link {
|
|
189
187
|
color: $inverse-base-link-hover-color;
|
|
190
188
|
@if(mixin-exists(hook-inverse-base-link-hover)) {@include hook-inverse-base-link-hover();}
|
|
191
189
|
}
|
|
@@ -271,6 +269,13 @@
|
|
|
271
269
|
@if(mixin-exists(hook-inverse-base-hr)) {@include hook-inverse-base-hr();}
|
|
272
270
|
}
|
|
273
271
|
|
|
272
|
+
//
|
|
273
|
+
// Focus
|
|
274
|
+
//
|
|
275
|
+
|
|
276
|
+
:focus { outline-color: $inverse-base-focus-outline; }
|
|
277
|
+
:focus-visible { outline-color: $inverse-base-focus-outline; }
|
|
278
|
+
|
|
274
279
|
}
|
|
275
280
|
@mixin hook-breadcrumb(){}
|
|
276
281
|
@mixin hook-breadcrumb-item(){}
|
|
@@ -291,8 +296,7 @@
|
|
|
291
296
|
@if(mixin-exists(hook-inverse-breadcrumb-item)) {@include hook-inverse-breadcrumb-item();}
|
|
292
297
|
}
|
|
293
298
|
|
|
294
|
-
.uk-breadcrumb > * > :hover
|
|
295
|
-
.uk-breadcrumb > * > :focus {
|
|
299
|
+
.uk-breadcrumb > * > :hover {
|
|
296
300
|
color: $inverse-breadcrumb-item-hover-color;
|
|
297
301
|
@if(mixin-exists(hook-inverse-breadcrumb-item-hover)) {@include hook-inverse-breadcrumb-item-hover();}
|
|
298
302
|
}
|
|
@@ -323,7 +327,6 @@
|
|
|
323
327
|
transition-property: color, background-color, border-color;
|
|
324
328
|
}
|
|
325
329
|
@mixin hook-button-hover(){}
|
|
326
|
-
@mixin hook-button-focus(){}
|
|
327
330
|
@mixin hook-button-active(){}
|
|
328
331
|
@mixin hook-button-default(){ border: $button-border-width solid $button-default-border; }
|
|
329
332
|
@mixin hook-button-default-hover(){ border-color: $button-default-hover-border; }
|
|
@@ -386,7 +389,6 @@
|
|
|
386
389
|
*/
|
|
387
390
|
|
|
388
391
|
.uk-button-group .uk-button:hover,
|
|
389
|
-
.uk-button-group .uk-button:focus,
|
|
390
392
|
.uk-button-group .uk-button:active,
|
|
391
393
|
.uk-button-group .uk-button.uk-active {
|
|
392
394
|
position: relative;
|
|
@@ -421,8 +423,7 @@
|
|
|
421
423
|
@if(mixin-exists(hook-inverse-button-default)) {@include hook-inverse-button-default();}
|
|
422
424
|
}
|
|
423
425
|
|
|
424
|
-
.uk-button-default:hover
|
|
425
|
-
.uk-button-default:focus {
|
|
426
|
+
.uk-button-default:hover {
|
|
426
427
|
background-color: $inverse-button-default-hover-background;
|
|
427
428
|
color: $inverse-button-default-hover-color;
|
|
428
429
|
@if(mixin-exists(hook-inverse-button-default-hover)) {@include hook-inverse-button-default-hover();}
|
|
@@ -445,8 +446,7 @@
|
|
|
445
446
|
@if(mixin-exists(hook-inverse-button-primary)) {@include hook-inverse-button-primary();}
|
|
446
447
|
}
|
|
447
448
|
|
|
448
|
-
.uk-button-primary:hover
|
|
449
|
-
.uk-button-primary:focus {
|
|
449
|
+
.uk-button-primary:hover {
|
|
450
450
|
background-color: $inverse-button-primary-hover-background;
|
|
451
451
|
color: $inverse-button-primary-hover-color;
|
|
452
452
|
@if(mixin-exists(hook-inverse-button-primary-hover)) {@include hook-inverse-button-primary-hover();}
|
|
@@ -469,8 +469,7 @@
|
|
|
469
469
|
@if(mixin-exists(hook-inverse-button-secondary)) {@include hook-inverse-button-secondary();}
|
|
470
470
|
}
|
|
471
471
|
|
|
472
|
-
.uk-button-secondary:hover
|
|
473
|
-
.uk-button-secondary:focus {
|
|
472
|
+
.uk-button-secondary:hover {
|
|
474
473
|
background-color: $inverse-button-secondary-hover-background;
|
|
475
474
|
color: $inverse-button-secondary-hover-color;
|
|
476
475
|
@if(mixin-exists(hook-inverse-button-secondary-hover)) {@include hook-inverse-button-secondary-hover();}
|
|
@@ -492,8 +491,7 @@
|
|
|
492
491
|
@if(mixin-exists(hook-inverse-button-text)) {@include hook-inverse-button-text();}
|
|
493
492
|
}
|
|
494
493
|
|
|
495
|
-
.uk-button-text:hover
|
|
496
|
-
.uk-button-text:focus {
|
|
494
|
+
.uk-button-text:hover {
|
|
497
495
|
color: $inverse-button-text-hover-color;
|
|
498
496
|
@if(mixin-exists(hook-inverse-button-text-hover)) {@include hook-inverse-button-text-hover();}
|
|
499
497
|
}
|
|
@@ -512,9 +510,7 @@
|
|
|
512
510
|
@if(mixin-exists(hook-inverse-button-link)) {@include hook-inverse-button-link();}
|
|
513
511
|
}
|
|
514
512
|
|
|
515
|
-
.uk-button-link:hover
|
|
516
|
-
.uk-button-link:focus { color: $inverse-button-link-hover-color; }
|
|
517
|
-
|
|
513
|
+
.uk-button-link:hover { color: $inverse-button-link-hover-color; }
|
|
518
514
|
|
|
519
515
|
}
|
|
520
516
|
@mixin hook-card(){ transition: box-shadow 0.1s ease-in-out; }
|
|
@@ -660,8 +656,7 @@
|
|
|
660
656
|
@if(mixin-exists(hook-inverse-close)) {@include hook-inverse-close();}
|
|
661
657
|
}
|
|
662
658
|
|
|
663
|
-
.uk-close:hover
|
|
664
|
-
.uk-close:focus {
|
|
659
|
+
.uk-close:hover {
|
|
665
660
|
color: $inverse-close-hover-color;
|
|
666
661
|
@if(mixin-exists(hook-inverse-close-hover)) {@include hook-inverse-close-hover();}
|
|
667
662
|
}
|
|
@@ -793,8 +788,7 @@
|
|
|
793
788
|
@if(mixin-exists(hook-inverse-dotnav-item)) {@include hook-inverse-dotnav-item();}
|
|
794
789
|
}
|
|
795
790
|
|
|
796
|
-
.uk-dotnav > * > :hover
|
|
797
|
-
.uk-dotnav > * > :focus {
|
|
791
|
+
.uk-dotnav > * > :hover {
|
|
798
792
|
background-color: $inverse-dotnav-item-hover-background;
|
|
799
793
|
@if(mixin-exists(hook-inverse-dotnav-item-hover)) {@include hook-inverse-dotnav-item-hover();}
|
|
800
794
|
}
|
|
@@ -1062,8 +1056,7 @@
|
|
|
1062
1056
|
@if(mixin-exists(hook-inverse-icon-link)) {@include hook-inverse-icon-link();}
|
|
1063
1057
|
}
|
|
1064
1058
|
|
|
1065
|
-
.uk-icon-link:hover
|
|
1066
|
-
.uk-icon-link:focus {
|
|
1059
|
+
.uk-icon-link:hover {
|
|
1067
1060
|
color: $inverse-icon-link-hover-color;
|
|
1068
1061
|
@if(mixin-exists(hook-inverse-icon-link-hover)) {@include hook-inverse-icon-link-hover();}
|
|
1069
1062
|
}
|
|
@@ -1084,8 +1077,7 @@
|
|
|
1084
1077
|
@if(mixin-exists(hook-inverse-icon-button)) {@include hook-inverse-icon-button();}
|
|
1085
1078
|
}
|
|
1086
1079
|
|
|
1087
|
-
.uk-icon-button:hover
|
|
1088
|
-
.uk-icon-button:focus {
|
|
1080
|
+
.uk-icon-button:hover {
|
|
1089
1081
|
background-color: $inverse-icon-button-hover-background;
|
|
1090
1082
|
color: $inverse-icon-button-hover-color;
|
|
1091
1083
|
@if(mixin-exists(hook-inverse-icon-button-hover)) {@include hook-inverse-icon-button-hover();}
|
|
@@ -1117,8 +1109,7 @@
|
|
|
1117
1109
|
@if(mixin-exists(hook-inverse-iconnav-item)) {@include hook-inverse-iconnav-item();}
|
|
1118
1110
|
}
|
|
1119
1111
|
|
|
1120
|
-
.uk-iconnav > * > a:hover
|
|
1121
|
-
.uk-iconnav > * > a:focus {
|
|
1112
|
+
.uk-iconnav > * > a:hover {
|
|
1122
1113
|
color: $inverse-iconnav-item-hover-color;
|
|
1123
1114
|
@if(mixin-exists(hook-inverse-iconnav-item-hover)) {@include hook-inverse-iconnav-item-hover();}
|
|
1124
1115
|
}
|
|
@@ -1139,24 +1130,21 @@
|
|
|
1139
1130
|
|
|
1140
1131
|
a.uk-link-muted:hover,
|
|
1141
1132
|
.uk-link-muted a:hover,
|
|
1142
|
-
.uk-link-toggle:hover .uk-link-muted
|
|
1143
|
-
.uk-link-toggle:focus .uk-link-muted {
|
|
1133
|
+
.uk-link-toggle:hover .uk-link-muted {
|
|
1144
1134
|
color: $inverse-link-muted-hover-color;
|
|
1145
1135
|
@if(mixin-exists(hook-inverse-link-muted-hover)) {@include hook-inverse-link-muted-hover();}
|
|
1146
1136
|
}
|
|
1147
1137
|
|
|
1148
1138
|
a.uk-link-text:hover,
|
|
1149
1139
|
.uk-link-text a:hover,
|
|
1150
|
-
.uk-link-toggle:hover .uk-link-text
|
|
1151
|
-
.uk-link-toggle:focus .uk-link-text {
|
|
1140
|
+
.uk-link-toggle:hover .uk-link-text {
|
|
1152
1141
|
color: $inverse-link-text-hover-color;
|
|
1153
1142
|
@if(mixin-exists(hook-inverse-link-text-hover)) {@include hook-inverse-link-text-hover();}
|
|
1154
1143
|
}
|
|
1155
1144
|
|
|
1156
1145
|
a.uk-link-heading:hover,
|
|
1157
1146
|
.uk-link-heading a:hover,
|
|
1158
|
-
.uk-link-toggle:hover .uk-link-heading
|
|
1159
|
-
.uk-link-toggle:focus .uk-link-heading {
|
|
1147
|
+
.uk-link-toggle:hover .uk-link-heading {
|
|
1160
1148
|
color: $inverse-link-heading-hover-color;
|
|
1161
1149
|
@if(mixin-exists(hook-inverse-link-heading-hover)) {@include hook-inverse-link-heading-hover();}
|
|
1162
1150
|
}
|
|
@@ -1192,8 +1180,7 @@
|
|
|
1192
1180
|
@if(mixin-exists(hook-inverse-totop)) {@include hook-inverse-totop();}
|
|
1193
1181
|
}
|
|
1194
1182
|
|
|
1195
|
-
.uk-totop:hover
|
|
1196
|
-
.uk-totop:focus {
|
|
1183
|
+
.uk-totop:hover {
|
|
1197
1184
|
color: $inverse-totop-hover-color;
|
|
1198
1185
|
@if(mixin-exists(hook-inverse-totop-hover)) {@include hook-inverse-totop-hover();}
|
|
1199
1186
|
}
|
|
@@ -1265,8 +1252,7 @@
|
|
|
1265
1252
|
@if(mixin-exists(hook-inverse-search-toggle)) {@include hook-inverse-search-toggle();}
|
|
1266
1253
|
}
|
|
1267
1254
|
|
|
1268
|
-
.uk-search-toggle:hover
|
|
1269
|
-
.uk-search-toggle:focus {
|
|
1255
|
+
.uk-search-toggle:hover {
|
|
1270
1256
|
color: $inverse-search-toggle-hover-color;
|
|
1271
1257
|
@if(mixin-exists(hook-inverse-search-toggle-hover)) {@include hook-inverse-search-toggle-hover();}
|
|
1272
1258
|
}
|
|
@@ -1294,8 +1280,7 @@
|
|
|
1294
1280
|
@if(mixin-exists(hook-inverse-nav-default-item)) {@include hook-inverse-nav-default-item();}
|
|
1295
1281
|
}
|
|
1296
1282
|
|
|
1297
|
-
.uk-nav-default > li > a:hover
|
|
1298
|
-
.uk-nav-default > li > a:focus {
|
|
1283
|
+
.uk-nav-default > li > a:hover {
|
|
1299
1284
|
color: $inverse-nav-default-item-hover-color;
|
|
1300
1285
|
@if(mixin-exists(hook-inverse-nav-default-item-hover)) {@include hook-inverse-nav-default-item-hover();}
|
|
1301
1286
|
}
|
|
@@ -1317,8 +1302,7 @@
|
|
|
1317
1302
|
|
|
1318
1303
|
.uk-nav-default .uk-nav-sub a { color: $inverse-nav-default-sublist-item-color; }
|
|
1319
1304
|
|
|
1320
|
-
.uk-nav-default .uk-nav-sub a:hover
|
|
1321
|
-
.uk-nav-default .uk-nav-sub a:focus { color: $inverse-nav-default-sublist-item-hover-color; }
|
|
1305
|
+
.uk-nav-default .uk-nav-sub a:hover { color: $inverse-nav-default-sublist-item-hover-color; }
|
|
1322
1306
|
|
|
1323
1307
|
.uk-nav-default .uk-nav-sub li.uk-active > a { color: $inverse-nav-default-sublist-item-active-color; }
|
|
1324
1308
|
|
|
@@ -1331,8 +1315,7 @@
|
|
|
1331
1315
|
@if(mixin-exists(hook-inverse-nav-primary-item)) {@include hook-inverse-nav-primary-item();}
|
|
1332
1316
|
}
|
|
1333
1317
|
|
|
1334
|
-
.uk-nav-primary > li > a:hover
|
|
1335
|
-
.uk-nav-primary > li > a:focus {
|
|
1318
|
+
.uk-nav-primary > li > a:hover {
|
|
1336
1319
|
color: $inverse-nav-primary-item-hover-color;
|
|
1337
1320
|
@if(mixin-exists(hook-inverse-nav-primary-item-hover)) {@include hook-inverse-nav-primary-item-hover();}
|
|
1338
1321
|
}
|
|
@@ -1354,8 +1337,7 @@
|
|
|
1354
1337
|
|
|
1355
1338
|
.uk-nav-primary .uk-nav-sub a { color: $inverse-nav-primary-sublist-item-color; }
|
|
1356
1339
|
|
|
1357
|
-
.uk-nav-primary .uk-nav-sub a:hover
|
|
1358
|
-
.uk-nav-primary .uk-nav-sub a:focus { color: $inverse-nav-primary-sublist-item-hover-color; }
|
|
1340
|
+
.uk-nav-primary .uk-nav-sub a:hover { color: $inverse-nav-primary-sublist-item-hover-color; }
|
|
1359
1341
|
|
|
1360
1342
|
.uk-nav-primary .uk-nav-sub li.uk-active > a { color: $inverse-nav-primary-sublist-item-active-color; }
|
|
1361
1343
|
|
|
@@ -1377,7 +1359,6 @@
|
|
|
1377
1359
|
}
|
|
1378
1360
|
|
|
1379
1361
|
.uk-navbar-nav > li:hover > a,
|
|
1380
|
-
.uk-navbar-nav > li > a:focus,
|
|
1381
1362
|
.uk-navbar-nav > li > a[aria-expanded="true"] {
|
|
1382
1363
|
color: $inverse-navbar-nav-item-hover-color;
|
|
1383
1364
|
@if(mixin-exists(hook-inverse-navbar-nav-item-hover)) {@include hook-inverse-navbar-nav-item-hover();}
|
|
@@ -1404,7 +1385,6 @@
|
|
|
1404
1385
|
}
|
|
1405
1386
|
|
|
1406
1387
|
.uk-navbar-toggle:hover,
|
|
1407
|
-
.uk-navbar-toggle:focus,
|
|
1408
1388
|
.uk-navbar-toggle[aria-expanded="true"] {
|
|
1409
1389
|
color: $inverse-navbar-toggle-hover-color;
|
|
1410
1390
|
@if(mixin-exists(hook-inverse-navbar-toggle-hover)) {@include hook-inverse-navbar-toggle-hover();}
|
|
@@ -1418,8 +1398,7 @@
|
|
|
1418
1398
|
@if(mixin-exists(hook-inverse-subnav-item)) {@include hook-inverse-subnav-item();}
|
|
1419
1399
|
}
|
|
1420
1400
|
|
|
1421
|
-
.uk-subnav > * > a:hover
|
|
1422
|
-
.uk-subnav > * > a:focus {
|
|
1401
|
+
.uk-subnav > * > a:hover {
|
|
1423
1402
|
color: $inverse-subnav-item-hover-color;
|
|
1424
1403
|
@if(mixin-exists(hook-inverse-subnav-item-hover)) {@include hook-inverse-subnav-item-hover();}
|
|
1425
1404
|
}
|
|
@@ -1448,8 +1427,7 @@
|
|
|
1448
1427
|
@if(mixin-exists(hook-inverse-subnav-pill-item)) {@include hook-inverse-subnav-pill-item();}
|
|
1449
1428
|
}
|
|
1450
1429
|
|
|
1451
|
-
.uk-subnav-pill > * > a:hover
|
|
1452
|
-
.uk-subnav-pill > * > a:focus {
|
|
1430
|
+
.uk-subnav-pill > * > a:hover {
|
|
1453
1431
|
background-color: $inverse-subnav-pill-item-hover-background;
|
|
1454
1432
|
color: $inverse-subnav-pill-item-hover-color;
|
|
1455
1433
|
@if(mixin-exists(hook-inverse-subnav-pill-item-hover)) {@include hook-inverse-subnav-pill-item-hover();}
|
|
@@ -1484,8 +1462,7 @@
|
|
|
1484
1462
|
@if(mixin-exists(hook-inverse-pagination-item)) {@include hook-inverse-pagination-item();}
|
|
1485
1463
|
}
|
|
1486
1464
|
|
|
1487
|
-
.uk-pagination > * > :hover
|
|
1488
|
-
.uk-pagination > * > :focus {
|
|
1465
|
+
.uk-pagination > * > :hover {
|
|
1489
1466
|
color: $inverse-pagination-item-hover-color;
|
|
1490
1467
|
@if(mixin-exists(hook-inverse-pagination-item-hover)) {@include hook-inverse-pagination-item-hover();}
|
|
1491
1468
|
}
|
|
@@ -1512,8 +1489,7 @@
|
|
|
1512
1489
|
@if(mixin-exists(hook-inverse-tab-item)) {@include hook-inverse-tab-item();}
|
|
1513
1490
|
}
|
|
1514
1491
|
|
|
1515
|
-
.uk-tab > * > a:hover
|
|
1516
|
-
.uk-tab > * > a:focus{
|
|
1492
|
+
.uk-tab > * > a:hover {
|
|
1517
1493
|
color: $inverse-tab-item-hover-color;
|
|
1518
1494
|
@if(mixin-exists(hook-inverse-tab-item-hover)) {@include hook-inverse-tab-item-hover();}
|
|
1519
1495
|
}
|
|
@@ -1536,8 +1512,7 @@
|
|
|
1536
1512
|
@if(mixin-exists(hook-inverse-slidenav)) {@include hook-inverse-slidenav();}
|
|
1537
1513
|
}
|
|
1538
1514
|
|
|
1539
|
-
.uk-slidenav:hover
|
|
1540
|
-
.uk-slidenav:focus {
|
|
1515
|
+
.uk-slidenav:hover {
|
|
1541
1516
|
color: $inverse-slidenav-hover-color;
|
|
1542
1517
|
@if(mixin-exists(hook-inverse-slidenav-hover)) {@include hook-inverse-slidenav-hover();}
|
|
1543
1518
|
}
|
|
@@ -1578,8 +1553,7 @@
|
|
|
1578
1553
|
@if(mixin-exists(hook-inverse-logo)) {@include hook-inverse-logo();}
|
|
1579
1554
|
}
|
|
1580
1555
|
|
|
1581
|
-
.uk-logo:hover
|
|
1582
|
-
.uk-logo:focus {
|
|
1556
|
+
.uk-logo:hover {
|
|
1583
1557
|
color: $inverse-logo-hover-color;
|
|
1584
1558
|
@if(mixin-exists(hook-inverse-logo-hover)) {@include hook-inverse-logo-hover();}
|
|
1585
1559
|
}
|
|
@@ -1693,8 +1667,7 @@
|
|
|
1693
1667
|
@if(mixin-exists(hook-inverse-marker)) {@include hook-inverse-marker();}
|
|
1694
1668
|
}
|
|
1695
1669
|
|
|
1696
|
-
.uk-marker:hover
|
|
1697
|
-
.uk-marker:focus {
|
|
1670
|
+
.uk-marker:hover {
|
|
1698
1671
|
color: $inverse-marker-hover-color;
|
|
1699
1672
|
@if(mixin-exists(hook-inverse-marker-hover)) {@include hook-inverse-marker-hover();}
|
|
1700
1673
|
}
|
|
@@ -2032,6 +2005,9 @@
|
|
|
2032
2005
|
|
|
2033
2006
|
.uk-table tbody tr { transition: background-color 0.1s linear; }
|
|
2034
2007
|
|
|
2008
|
+
.uk-table-striped > tr:nth-of-type(even):last-child,
|
|
2009
|
+
.uk-table-striped tbody tr:nth-of-type(even):last-child { border-bottom: $table-striped-border-width solid $table-striped-border; }
|
|
2010
|
+
|
|
2035
2011
|
}
|
|
2036
2012
|
@mixin hook-inverse-table-header-cell(){}
|
|
2037
2013
|
@mixin hook-inverse-table-caption(){}
|
|
@@ -2043,42 +2019,8 @@
|
|
|
2043
2019
|
}
|
|
2044
2020
|
@mixin hook-inverse-table-hover(){}
|
|
2045
2021
|
@mixin hook-inverse-component-table(){
|
|
2046
|
-
|
|
2047
|
-
.uk-table
|
|
2048
|
-
color: $inverse-table-header-cell-color;
|
|
2049
|
-
@if(mixin-exists(hook-inverse-table-header-cell)) {@include hook-inverse-table-header-cell();}
|
|
2050
|
-
}
|
|
2051
|
-
|
|
2052
|
-
.uk-table caption {
|
|
2053
|
-
color: $inverse-table-caption-color;
|
|
2054
|
-
@if(mixin-exists(hook-inverse-table-caption)) {@include hook-inverse-table-caption();}
|
|
2055
|
-
}
|
|
2056
|
-
|
|
2057
|
-
.uk-table > tr.uk-active,
|
|
2058
|
-
.uk-table tbody tr.uk-active {
|
|
2059
|
-
background: $inverse-table-row-active-background;
|
|
2060
|
-
@if(mixin-exists(hook-inverse-table-row-active)) {@include hook-inverse-table-row-active();}
|
|
2061
|
-
}
|
|
2062
|
-
|
|
2063
|
-
.uk-table-divider > tr:not(:first-child),
|
|
2064
|
-
.uk-table-divider > :not(:first-child) > tr,
|
|
2065
|
-
.uk-table-divider > :first-child > tr:not(:first-child) {
|
|
2066
|
-
border-top-color: $inverse-table-divider-border;
|
|
2067
|
-
@if(mixin-exists(hook-inverse-table-divider)) {@include hook-inverse-table-divider();}
|
|
2068
|
-
}
|
|
2069
|
-
|
|
2070
|
-
.uk-table-striped > tr:nth-of-type(odd),
|
|
2071
|
-
.uk-table-striped tbody tr:nth-of-type(odd) {
|
|
2072
|
-
background: $inverse-table-striped-row-background;
|
|
2073
|
-
@if(mixin-exists(hook-inverse-table-striped)) {@include hook-inverse-table-striped();}
|
|
2074
|
-
}
|
|
2075
|
-
|
|
2076
|
-
.uk-table-hover > tr:hover,
|
|
2077
|
-
.uk-table-hover tbody tr:hover {
|
|
2078
|
-
background: $inverse-table-hover-row-background;
|
|
2079
|
-
@if(mixin-exists(hook-inverse-table-hover)) {@include hook-inverse-table-hover();}
|
|
2080
|
-
}
|
|
2081
|
-
|
|
2022
|
+
.uk-table-striped > tr:nth-of-type(even):last-child,
|
|
2023
|
+
.uk-table-striped tbody tr:nth-of-type(even):last-child { border-bottom-color: $inverse-global-border; }
|
|
2082
2024
|
}
|
|
2083
2025
|
@mixin hook-text-lead(){}
|
|
2084
2026
|
@mixin hook-text-meta(){
|
|
@@ -2130,8 +2072,7 @@
|
|
|
2130
2072
|
@if(mixin-exists(hook-inverse-thumbnav-item)) {@include hook-inverse-thumbnav-item();}
|
|
2131
2073
|
}
|
|
2132
2074
|
|
|
2133
|
-
.uk-thumbnav > * > :hover
|
|
2134
|
-
.uk-thumbnav > * > :focus {
|
|
2075
|
+
.uk-thumbnav > * > :hover {
|
|
2135
2076
|
@if(mixin-exists(hook-inverse-thumbnav-item-hover)) {@include hook-inverse-thumbnav-item-hover();}
|
|
2136
2077
|
}
|
|
2137
2078
|
|