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
package/src/scss/mixins.scss
CHANGED
|
@@ -18,8 +18,7 @@
|
|
|
18
18
|
@if(mixin-exists(hook-inverse-accordion-title)) {@include hook-inverse-accordion-title();}
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
.uk-accordion-title:hover
|
|
22
|
-
.uk-accordion-title:focus {
|
|
21
|
+
.uk-accordion-title:hover {
|
|
23
22
|
color: $inverse-accordion-title-hover-color;
|
|
24
23
|
@if(mixin-exists(hook-inverse-accordion-title-hover)) {@include hook-inverse-accordion-title-hover();}
|
|
25
24
|
}
|
|
@@ -68,8 +67,7 @@
|
|
|
68
67
|
@if(mixin-exists(hook-inverse-badge)) {@include hook-inverse-badge();}
|
|
69
68
|
}
|
|
70
69
|
|
|
71
|
-
.uk-badge:hover
|
|
72
|
-
.uk-badge:focus {
|
|
70
|
+
.uk-badge:hover {
|
|
73
71
|
@if(mixin-exists(hook-inverse-badge-hover)) {@include hook-inverse-badge-hover();}
|
|
74
72
|
}
|
|
75
73
|
|
|
@@ -122,8 +120,7 @@
|
|
|
122
120
|
|
|
123
121
|
a:hover,
|
|
124
122
|
.uk-link:hover,
|
|
125
|
-
.uk-link-toggle:hover .uk-link
|
|
126
|
-
.uk-link-toggle:focus .uk-link {
|
|
123
|
+
.uk-link-toggle:hover .uk-link {
|
|
127
124
|
color: $inverse-base-link-hover-color;
|
|
128
125
|
@if(mixin-exists(hook-inverse-base-link-hover)) {@include hook-inverse-base-link-hover();}
|
|
129
126
|
}
|
|
@@ -209,6 +206,13 @@
|
|
|
209
206
|
@if(mixin-exists(hook-inverse-base-hr)) {@include hook-inverse-base-hr();}
|
|
210
207
|
}
|
|
211
208
|
|
|
209
|
+
//
|
|
210
|
+
// Focus
|
|
211
|
+
//
|
|
212
|
+
|
|
213
|
+
:focus { outline-color: $inverse-base-focus-outline; }
|
|
214
|
+
:focus-visible { outline-color: $inverse-base-focus-outline; }
|
|
215
|
+
|
|
212
216
|
}
|
|
213
217
|
@mixin hook-breadcrumb(){}
|
|
214
218
|
@mixin hook-breadcrumb-item(){}
|
|
@@ -229,8 +233,7 @@
|
|
|
229
233
|
@if(mixin-exists(hook-inverse-breadcrumb-item)) {@include hook-inverse-breadcrumb-item();}
|
|
230
234
|
}
|
|
231
235
|
|
|
232
|
-
.uk-breadcrumb > * > :hover
|
|
233
|
-
.uk-breadcrumb > * > :focus {
|
|
236
|
+
.uk-breadcrumb > * > :hover {
|
|
234
237
|
color: $inverse-breadcrumb-item-hover-color;
|
|
235
238
|
@if(mixin-exists(hook-inverse-breadcrumb-item-hover)) {@include hook-inverse-breadcrumb-item-hover();}
|
|
236
239
|
}
|
|
@@ -257,7 +260,6 @@
|
|
|
257
260
|
}
|
|
258
261
|
@mixin hook-button(){}
|
|
259
262
|
@mixin hook-button-hover(){}
|
|
260
|
-
@mixin hook-button-focus(){}
|
|
261
263
|
@mixin hook-button-active(){}
|
|
262
264
|
@mixin hook-button-default(){}
|
|
263
265
|
@mixin hook-button-default-hover(){}
|
|
@@ -304,8 +306,7 @@
|
|
|
304
306
|
@if(mixin-exists(hook-inverse-button-default)) {@include hook-inverse-button-default();}
|
|
305
307
|
}
|
|
306
308
|
|
|
307
|
-
.uk-button-default:hover
|
|
308
|
-
.uk-button-default:focus {
|
|
309
|
+
.uk-button-default:hover {
|
|
309
310
|
background-color: $inverse-button-default-hover-background;
|
|
310
311
|
color: $inverse-button-default-hover-color;
|
|
311
312
|
@if(mixin-exists(hook-inverse-button-default-hover)) {@include hook-inverse-button-default-hover();}
|
|
@@ -328,8 +329,7 @@
|
|
|
328
329
|
@if(mixin-exists(hook-inverse-button-primary)) {@include hook-inverse-button-primary();}
|
|
329
330
|
}
|
|
330
331
|
|
|
331
|
-
.uk-button-primary:hover
|
|
332
|
-
.uk-button-primary:focus {
|
|
332
|
+
.uk-button-primary:hover {
|
|
333
333
|
background-color: $inverse-button-primary-hover-background;
|
|
334
334
|
color: $inverse-button-primary-hover-color;
|
|
335
335
|
@if(mixin-exists(hook-inverse-button-primary-hover)) {@include hook-inverse-button-primary-hover();}
|
|
@@ -352,8 +352,7 @@
|
|
|
352
352
|
@if(mixin-exists(hook-inverse-button-secondary)) {@include hook-inverse-button-secondary();}
|
|
353
353
|
}
|
|
354
354
|
|
|
355
|
-
.uk-button-secondary:hover
|
|
356
|
-
.uk-button-secondary:focus {
|
|
355
|
+
.uk-button-secondary:hover {
|
|
357
356
|
background-color: $inverse-button-secondary-hover-background;
|
|
358
357
|
color: $inverse-button-secondary-hover-color;
|
|
359
358
|
@if(mixin-exists(hook-inverse-button-secondary-hover)) {@include hook-inverse-button-secondary-hover();}
|
|
@@ -375,8 +374,7 @@
|
|
|
375
374
|
@if(mixin-exists(hook-inverse-button-text)) {@include hook-inverse-button-text();}
|
|
376
375
|
}
|
|
377
376
|
|
|
378
|
-
.uk-button-text:hover
|
|
379
|
-
.uk-button-text:focus {
|
|
377
|
+
.uk-button-text:hover {
|
|
380
378
|
color: $inverse-button-text-hover-color;
|
|
381
379
|
@if(mixin-exists(hook-inverse-button-text-hover)) {@include hook-inverse-button-text-hover();}
|
|
382
380
|
}
|
|
@@ -395,9 +393,7 @@
|
|
|
395
393
|
@if(mixin-exists(hook-inverse-button-link)) {@include hook-inverse-button-link();}
|
|
396
394
|
}
|
|
397
395
|
|
|
398
|
-
.uk-button-link:hover
|
|
399
|
-
.uk-button-link:focus { color: $inverse-button-link-hover-color; }
|
|
400
|
-
|
|
396
|
+
.uk-button-link:hover { color: $inverse-button-link-hover-color; }
|
|
401
397
|
|
|
402
398
|
}
|
|
403
399
|
@mixin hook-card(){}
|
|
@@ -446,8 +442,7 @@
|
|
|
446
442
|
@if(mixin-exists(hook-inverse-close)) {@include hook-inverse-close();}
|
|
447
443
|
}
|
|
448
444
|
|
|
449
|
-
.uk-close:hover
|
|
450
|
-
.uk-close:focus {
|
|
445
|
+
.uk-close:hover {
|
|
451
446
|
color: $inverse-close-hover-color;
|
|
452
447
|
@if(mixin-exists(hook-inverse-close-hover)) {@include hook-inverse-close-hover();}
|
|
453
448
|
}
|
|
@@ -568,8 +563,7 @@
|
|
|
568
563
|
@if(mixin-exists(hook-inverse-dotnav-item)) {@include hook-inverse-dotnav-item();}
|
|
569
564
|
}
|
|
570
565
|
|
|
571
|
-
.uk-dotnav > * > :hover
|
|
572
|
-
.uk-dotnav > * > :focus {
|
|
566
|
+
.uk-dotnav > * > :hover {
|
|
573
567
|
background-color: $inverse-dotnav-item-hover-background;
|
|
574
568
|
@if(mixin-exists(hook-inverse-dotnav-item-hover)) {@include hook-inverse-dotnav-item-hover();}
|
|
575
569
|
}
|
|
@@ -820,8 +814,7 @@
|
|
|
820
814
|
@if(mixin-exists(hook-inverse-icon-link)) {@include hook-inverse-icon-link();}
|
|
821
815
|
}
|
|
822
816
|
|
|
823
|
-
.uk-icon-link:hover
|
|
824
|
-
.uk-icon-link:focus {
|
|
817
|
+
.uk-icon-link:hover {
|
|
825
818
|
color: $inverse-icon-link-hover-color;
|
|
826
819
|
@if(mixin-exists(hook-inverse-icon-link-hover)) {@include hook-inverse-icon-link-hover();}
|
|
827
820
|
}
|
|
@@ -842,8 +835,7 @@
|
|
|
842
835
|
@if(mixin-exists(hook-inverse-icon-button)) {@include hook-inverse-icon-button();}
|
|
843
836
|
}
|
|
844
837
|
|
|
845
|
-
.uk-icon-button:hover
|
|
846
|
-
.uk-icon-button:focus {
|
|
838
|
+
.uk-icon-button:hover {
|
|
847
839
|
background-color: $inverse-icon-button-hover-background;
|
|
848
840
|
color: $inverse-icon-button-hover-color;
|
|
849
841
|
@if(mixin-exists(hook-inverse-icon-button-hover)) {@include hook-inverse-icon-button-hover();}
|
|
@@ -871,8 +863,7 @@
|
|
|
871
863
|
@if(mixin-exists(hook-inverse-iconnav-item)) {@include hook-inverse-iconnav-item();}
|
|
872
864
|
}
|
|
873
865
|
|
|
874
|
-
.uk-iconnav > * > a:hover
|
|
875
|
-
.uk-iconnav > * > a:focus {
|
|
866
|
+
.uk-iconnav > * > a:hover {
|
|
876
867
|
color: $inverse-iconnav-item-hover-color;
|
|
877
868
|
@if(mixin-exists(hook-inverse-iconnav-item-hover)) {@include hook-inverse-iconnav-item-hover();}
|
|
878
869
|
}
|
|
@@ -893,24 +884,21 @@
|
|
|
893
884
|
|
|
894
885
|
a.uk-link-muted:hover,
|
|
895
886
|
.uk-link-muted a:hover,
|
|
896
|
-
.uk-link-toggle:hover .uk-link-muted
|
|
897
|
-
.uk-link-toggle:focus .uk-link-muted {
|
|
887
|
+
.uk-link-toggle:hover .uk-link-muted {
|
|
898
888
|
color: $inverse-link-muted-hover-color;
|
|
899
889
|
@if(mixin-exists(hook-inverse-link-muted-hover)) {@include hook-inverse-link-muted-hover();}
|
|
900
890
|
}
|
|
901
891
|
|
|
902
892
|
a.uk-link-text:hover,
|
|
903
893
|
.uk-link-text a:hover,
|
|
904
|
-
.uk-link-toggle:hover .uk-link-text
|
|
905
|
-
.uk-link-toggle:focus .uk-link-text {
|
|
894
|
+
.uk-link-toggle:hover .uk-link-text {
|
|
906
895
|
color: $inverse-link-text-hover-color;
|
|
907
896
|
@if(mixin-exists(hook-inverse-link-text-hover)) {@include hook-inverse-link-text-hover();}
|
|
908
897
|
}
|
|
909
898
|
|
|
910
899
|
a.uk-link-heading:hover,
|
|
911
900
|
.uk-link-heading a:hover,
|
|
912
|
-
.uk-link-toggle:hover .uk-link-heading
|
|
913
|
-
.uk-link-toggle:focus .uk-link-heading {
|
|
901
|
+
.uk-link-toggle:hover .uk-link-heading {
|
|
914
902
|
color: $inverse-link-heading-hover-color;
|
|
915
903
|
@if(mixin-exists(hook-inverse-link-heading-hover)) {@include hook-inverse-link-heading-hover();}
|
|
916
904
|
}
|
|
@@ -946,8 +934,7 @@
|
|
|
946
934
|
@if(mixin-exists(hook-inverse-totop)) {@include hook-inverse-totop();}
|
|
947
935
|
}
|
|
948
936
|
|
|
949
|
-
.uk-totop:hover
|
|
950
|
-
.uk-totop:focus {
|
|
937
|
+
.uk-totop:hover {
|
|
951
938
|
color: $inverse-totop-hover-color;
|
|
952
939
|
@if(mixin-exists(hook-inverse-totop-hover)) {@include hook-inverse-totop-hover();}
|
|
953
940
|
}
|
|
@@ -1019,8 +1006,7 @@
|
|
|
1019
1006
|
@if(mixin-exists(hook-inverse-search-toggle)) {@include hook-inverse-search-toggle();}
|
|
1020
1007
|
}
|
|
1021
1008
|
|
|
1022
|
-
.uk-search-toggle:hover
|
|
1023
|
-
.uk-search-toggle:focus {
|
|
1009
|
+
.uk-search-toggle:hover {
|
|
1024
1010
|
color: $inverse-search-toggle-hover-color;
|
|
1025
1011
|
@if(mixin-exists(hook-inverse-search-toggle-hover)) {@include hook-inverse-search-toggle-hover();}
|
|
1026
1012
|
}
|
|
@@ -1048,8 +1034,7 @@
|
|
|
1048
1034
|
@if(mixin-exists(hook-inverse-nav-default-item)) {@include hook-inverse-nav-default-item();}
|
|
1049
1035
|
}
|
|
1050
1036
|
|
|
1051
|
-
.uk-nav-default > li > a:hover
|
|
1052
|
-
.uk-nav-default > li > a:focus {
|
|
1037
|
+
.uk-nav-default > li > a:hover {
|
|
1053
1038
|
color: $inverse-nav-default-item-hover-color;
|
|
1054
1039
|
@if(mixin-exists(hook-inverse-nav-default-item-hover)) {@include hook-inverse-nav-default-item-hover();}
|
|
1055
1040
|
}
|
|
@@ -1071,8 +1056,7 @@
|
|
|
1071
1056
|
|
|
1072
1057
|
.uk-nav-default .uk-nav-sub a { color: $inverse-nav-default-sublist-item-color; }
|
|
1073
1058
|
|
|
1074
|
-
.uk-nav-default .uk-nav-sub a:hover
|
|
1075
|
-
.uk-nav-default .uk-nav-sub a:focus { color: $inverse-nav-default-sublist-item-hover-color; }
|
|
1059
|
+
.uk-nav-default .uk-nav-sub a:hover { color: $inverse-nav-default-sublist-item-hover-color; }
|
|
1076
1060
|
|
|
1077
1061
|
.uk-nav-default .uk-nav-sub li.uk-active > a { color: $inverse-nav-default-sublist-item-active-color; }
|
|
1078
1062
|
|
|
@@ -1085,8 +1069,7 @@
|
|
|
1085
1069
|
@if(mixin-exists(hook-inverse-nav-primary-item)) {@include hook-inverse-nav-primary-item();}
|
|
1086
1070
|
}
|
|
1087
1071
|
|
|
1088
|
-
.uk-nav-primary > li > a:hover
|
|
1089
|
-
.uk-nav-primary > li > a:focus {
|
|
1072
|
+
.uk-nav-primary > li > a:hover {
|
|
1090
1073
|
color: $inverse-nav-primary-item-hover-color;
|
|
1091
1074
|
@if(mixin-exists(hook-inverse-nav-primary-item-hover)) {@include hook-inverse-nav-primary-item-hover();}
|
|
1092
1075
|
}
|
|
@@ -1108,8 +1091,7 @@
|
|
|
1108
1091
|
|
|
1109
1092
|
.uk-nav-primary .uk-nav-sub a { color: $inverse-nav-primary-sublist-item-color; }
|
|
1110
1093
|
|
|
1111
|
-
.uk-nav-primary .uk-nav-sub a:hover
|
|
1112
|
-
.uk-nav-primary .uk-nav-sub a:focus { color: $inverse-nav-primary-sublist-item-hover-color; }
|
|
1094
|
+
.uk-nav-primary .uk-nav-sub a:hover { color: $inverse-nav-primary-sublist-item-hover-color; }
|
|
1113
1095
|
|
|
1114
1096
|
.uk-nav-primary .uk-nav-sub li.uk-active > a { color: $inverse-nav-primary-sublist-item-active-color; }
|
|
1115
1097
|
|
|
@@ -1131,7 +1113,6 @@
|
|
|
1131
1113
|
}
|
|
1132
1114
|
|
|
1133
1115
|
.uk-navbar-nav > li:hover > a,
|
|
1134
|
-
.uk-navbar-nav > li > a:focus,
|
|
1135
1116
|
.uk-navbar-nav > li > a[aria-expanded="true"] {
|
|
1136
1117
|
color: $inverse-navbar-nav-item-hover-color;
|
|
1137
1118
|
@if(mixin-exists(hook-inverse-navbar-nav-item-hover)) {@include hook-inverse-navbar-nav-item-hover();}
|
|
@@ -1158,7 +1139,6 @@
|
|
|
1158
1139
|
}
|
|
1159
1140
|
|
|
1160
1141
|
.uk-navbar-toggle:hover,
|
|
1161
|
-
.uk-navbar-toggle:focus,
|
|
1162
1142
|
.uk-navbar-toggle[aria-expanded="true"] {
|
|
1163
1143
|
color: $inverse-navbar-toggle-hover-color;
|
|
1164
1144
|
@if(mixin-exists(hook-inverse-navbar-toggle-hover)) {@include hook-inverse-navbar-toggle-hover();}
|
|
@@ -1172,8 +1152,7 @@
|
|
|
1172
1152
|
@if(mixin-exists(hook-inverse-subnav-item)) {@include hook-inverse-subnav-item();}
|
|
1173
1153
|
}
|
|
1174
1154
|
|
|
1175
|
-
.uk-subnav > * > a:hover
|
|
1176
|
-
.uk-subnav > * > a:focus {
|
|
1155
|
+
.uk-subnav > * > a:hover {
|
|
1177
1156
|
color: $inverse-subnav-item-hover-color;
|
|
1178
1157
|
@if(mixin-exists(hook-inverse-subnav-item-hover)) {@include hook-inverse-subnav-item-hover();}
|
|
1179
1158
|
}
|
|
@@ -1202,8 +1181,7 @@
|
|
|
1202
1181
|
@if(mixin-exists(hook-inverse-subnav-pill-item)) {@include hook-inverse-subnav-pill-item();}
|
|
1203
1182
|
}
|
|
1204
1183
|
|
|
1205
|
-
.uk-subnav-pill > * > a:hover
|
|
1206
|
-
.uk-subnav-pill > * > a:focus {
|
|
1184
|
+
.uk-subnav-pill > * > a:hover {
|
|
1207
1185
|
background-color: $inverse-subnav-pill-item-hover-background;
|
|
1208
1186
|
color: $inverse-subnav-pill-item-hover-color;
|
|
1209
1187
|
@if(mixin-exists(hook-inverse-subnav-pill-item-hover)) {@include hook-inverse-subnav-pill-item-hover();}
|
|
@@ -1238,8 +1216,7 @@
|
|
|
1238
1216
|
@if(mixin-exists(hook-inverse-pagination-item)) {@include hook-inverse-pagination-item();}
|
|
1239
1217
|
}
|
|
1240
1218
|
|
|
1241
|
-
.uk-pagination > * > :hover
|
|
1242
|
-
.uk-pagination > * > :focus {
|
|
1219
|
+
.uk-pagination > * > :hover {
|
|
1243
1220
|
color: $inverse-pagination-item-hover-color;
|
|
1244
1221
|
@if(mixin-exists(hook-inverse-pagination-item-hover)) {@include hook-inverse-pagination-item-hover();}
|
|
1245
1222
|
}
|
|
@@ -1266,8 +1243,7 @@
|
|
|
1266
1243
|
@if(mixin-exists(hook-inverse-tab-item)) {@include hook-inverse-tab-item();}
|
|
1267
1244
|
}
|
|
1268
1245
|
|
|
1269
|
-
.uk-tab > * > a:hover
|
|
1270
|
-
.uk-tab > * > a:focus{
|
|
1246
|
+
.uk-tab > * > a:hover {
|
|
1271
1247
|
color: $inverse-tab-item-hover-color;
|
|
1272
1248
|
@if(mixin-exists(hook-inverse-tab-item-hover)) {@include hook-inverse-tab-item-hover();}
|
|
1273
1249
|
}
|
|
@@ -1290,8 +1266,7 @@
|
|
|
1290
1266
|
@if(mixin-exists(hook-inverse-slidenav)) {@include hook-inverse-slidenav();}
|
|
1291
1267
|
}
|
|
1292
1268
|
|
|
1293
|
-
.uk-slidenav:hover
|
|
1294
|
-
.uk-slidenav:focus {
|
|
1269
|
+
.uk-slidenav:hover {
|
|
1295
1270
|
color: $inverse-slidenav-hover-color;
|
|
1296
1271
|
@if(mixin-exists(hook-inverse-slidenav-hover)) {@include hook-inverse-slidenav-hover();}
|
|
1297
1272
|
}
|
|
@@ -1332,8 +1307,7 @@
|
|
|
1332
1307
|
@if(mixin-exists(hook-inverse-logo)) {@include hook-inverse-logo();}
|
|
1333
1308
|
}
|
|
1334
1309
|
|
|
1335
|
-
.uk-logo:hover
|
|
1336
|
-
.uk-logo:focus {
|
|
1310
|
+
.uk-logo:hover {
|
|
1337
1311
|
color: $inverse-logo-hover-color;
|
|
1338
1312
|
@if(mixin-exists(hook-inverse-logo-hover)) {@include hook-inverse-logo-hover();}
|
|
1339
1313
|
}
|
|
@@ -1428,8 +1402,7 @@
|
|
|
1428
1402
|
@if(mixin-exists(hook-inverse-marker)) {@include hook-inverse-marker();}
|
|
1429
1403
|
}
|
|
1430
1404
|
|
|
1431
|
-
.uk-marker:hover
|
|
1432
|
-
.uk-marker:focus {
|
|
1405
|
+
.uk-marker:hover {
|
|
1433
1406
|
color: $inverse-marker-hover-color;
|
|
1434
1407
|
@if(mixin-exists(hook-inverse-marker-hover)) {@include hook-inverse-marker-hover();}
|
|
1435
1408
|
}
|
|
@@ -1709,8 +1682,7 @@
|
|
|
1709
1682
|
@if(mixin-exists(hook-inverse-thumbnav-item)) {@include hook-inverse-thumbnav-item();}
|
|
1710
1683
|
}
|
|
1711
1684
|
|
|
1712
|
-
.uk-thumbnav > * > :hover
|
|
1713
|
-
.uk-thumbnav > * > :focus {
|
|
1685
|
+
.uk-thumbnav > * > :hover {
|
|
1714
1686
|
@if(mixin-exists(hook-inverse-thumbnav-item-hover)) {@include hook-inverse-thumbnav-item-hover();}
|
|
1715
1687
|
}
|
|
1716
1688
|
|
package/src/scss/theme/form.scss
CHANGED
|
@@ -34,7 +34,7 @@ $form-danger-border: $global-danger-background !defa
|
|
|
34
34
|
$form-success-border: $global-success-background !default;
|
|
35
35
|
|
|
36
36
|
$form-blank-focus-border: $global-border !default;
|
|
37
|
-
$form-blank-focus-border-style:
|
|
37
|
+
$form-blank-focus-border-style: solid !default;
|
|
38
38
|
|
|
39
39
|
$form-radio-border-width: $global-border-width !default;
|
|
40
40
|
$form-radio-border: darken($global-border, 10%) !default;
|
|
@@ -142,6 +142,7 @@ $base-pre-font-size: $global-small-font-size !default;
|
|
|
142
142
|
$base-pre-line-height: 1.5 !default;
|
|
143
143
|
$base-pre-font-family: $base-code-font-family !default;
|
|
144
144
|
$base-pre-color: $global-color !default;
|
|
145
|
+
$base-focus-outline: $global-emphasis-color !default;
|
|
145
146
|
$base-selection-background: #39f !default;
|
|
146
147
|
$base-selection-color: $global-inverse-color !default;
|
|
147
148
|
$inverse-base-color: $inverse-global-color !default;
|
|
@@ -152,6 +153,7 @@ $inverse-base-em-color: $inverse-global-emphasis-color !default;
|
|
|
152
153
|
$inverse-base-heading-color: $inverse-global-emphasis-color !default;
|
|
153
154
|
$inverse-global-border: rgba($global-inverse-color, 0.2) !default;
|
|
154
155
|
$inverse-base-hr-border: $inverse-global-border !default;
|
|
156
|
+
$inverse-base-focus-outline: $inverse-global-emphasis-color !default;
|
|
155
157
|
$breadcrumb-item-font-size: $global-small-font-size !default;
|
|
156
158
|
$breadcrumb-item-color: $global-muted-color !default;
|
|
157
159
|
$breadcrumb-item-hover-color: $global-color !default;
|
|
@@ -569,6 +571,7 @@ $leader-fill-content: unquote('.') !default;
|
|
|
569
571
|
$leader-fill-margin-left: $global-small-gutter !default;
|
|
570
572
|
$lightbox-z-index: $global-z-index + 10 !default;
|
|
571
573
|
$lightbox-background: #000 !default;
|
|
574
|
+
$lightbox-focus-outline: rgba(255,255,255,0.7) !default;
|
|
572
575
|
$lightbox-item-color: rgba(255,255,255,0.7) !default;
|
|
573
576
|
$lightbox-item-max-width: 100vw !default;
|
|
574
577
|
$lightbox-item-max-height: 100vh !default;
|
|
@@ -1122,7 +1125,7 @@ $form-disabled-border: $global-border !default;
|
|
|
1122
1125
|
$form-danger-border: $global-danger-background !default;
|
|
1123
1126
|
$form-success-border: $global-success-background !default;
|
|
1124
1127
|
$form-blank-focus-border: $global-border !default;
|
|
1125
|
-
$form-blank-focus-border-style:
|
|
1128
|
+
$form-blank-focus-border-style: solid !default;
|
|
1126
1129
|
$form-radio-border-width: $global-border-width !default;
|
|
1127
1130
|
$form-radio-border: darken($global-border, 10%) !default;
|
|
1128
1131
|
$form-radio-focus-border: $global-primary-background !default;
|
package/src/scss/variables.scss
CHANGED
|
@@ -142,6 +142,7 @@ $base-pre-font-size: $global-small-font-size !default;
|
|
|
142
142
|
$base-pre-line-height: 1.5 !default;
|
|
143
143
|
$base-pre-font-family: $base-code-font-family !default;
|
|
144
144
|
$base-pre-color: $global-color !default;
|
|
145
|
+
$base-focus-outline: $global-emphasis-color !default;
|
|
145
146
|
$base-selection-background: #39f !default;
|
|
146
147
|
$base-selection-color: $global-inverse-color !default;
|
|
147
148
|
$inverse-base-color: $inverse-global-color !default;
|
|
@@ -152,6 +153,7 @@ $inverse-base-em-color: $inverse-global-emphasis-color !default;
|
|
|
152
153
|
$inverse-base-heading-color: $inverse-global-emphasis-color !default;
|
|
153
154
|
$inverse-global-border: rgba($global-inverse-color, 0.2) !default;
|
|
154
155
|
$inverse-base-hr-border: $inverse-global-border !default;
|
|
156
|
+
$inverse-base-focus-outline: $inverse-global-emphasis-color !default;
|
|
155
157
|
$breadcrumb-item-font-size: $global-small-font-size !default;
|
|
156
158
|
$breadcrumb-item-color: $global-muted-color !default;
|
|
157
159
|
$breadcrumb-item-hover-color: $global-color !default;
|
|
@@ -567,6 +569,7 @@ $leader-fill-content: unquote('.') !default;
|
|
|
567
569
|
$leader-fill-margin-left: $global-small-gutter !default;
|
|
568
570
|
$lightbox-z-index: $global-z-index + 10 !default;
|
|
569
571
|
$lightbox-background: #000 !default;
|
|
572
|
+
$lightbox-focus-outline: rgba(255,255,255,0.7) !default;
|
|
570
573
|
$lightbox-item-color: rgba(255,255,255,0.7) !default;
|
|
571
574
|
$lightbox-item-max-width: 100vw !default;
|
|
572
575
|
$lightbox-item-max-height: 100vh !default;
|
package/tests/transition.html
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
<div class="uk-text-center">
|
|
19
19
|
<div class="uk-inline-clip uk-transition-toggle" tabindex="0">
|
|
20
20
|
<img src="images/photo.jpg" alt="">
|
|
21
|
-
<div class="uk-transition-fade uk-position-bottom uk-overlay uk-overlay-default">Overlay</div>
|
|
21
|
+
<div class="uk-transition-fade uk-position-bottom uk-overlay uk-overlay-default"><a href="#">Overlay</a></div>
|
|
22
22
|
</div>
|
|
23
23
|
<p class="uk-margin-small-top">Fade</p>
|
|
24
24
|
</div>
|
|
@@ -47,9 +47,7 @@
|
|
|
47
47
|
<div class="uk-text-center">
|
|
48
48
|
<div class="uk-inline-clip uk-transition-toggle uk-light" tabindex="0">
|
|
49
49
|
<img src="images/photo.jpg" alt="">
|
|
50
|
-
<
|
|
51
|
-
<span class="uk-transition-fade" uk-icon="icon: plus; ratio: 2"></span>
|
|
52
|
-
</div>
|
|
50
|
+
<span class="uk-position-center uk-transition-fade" uk-icon="icon: plus; ratio: 2"></span>
|
|
53
51
|
</div>
|
|
54
52
|
<p class="uk-margin-small-top">Icon</p>
|
|
55
53
|
</div>
|
|
@@ -63,9 +61,7 @@
|
|
|
63
61
|
<div class="uk-text-center">
|
|
64
62
|
<div class="uk-inline-clip uk-transition-toggle uk-light" tabindex="0">
|
|
65
63
|
<img src="images/photo.jpg" alt="">
|
|
66
|
-
<div class="uk-position-center">
|
|
67
|
-
<div class="uk-transition-scale-up">Headline</div>
|
|
68
|
-
</div>
|
|
64
|
+
<div class="uk-position-center uk-transition-scale-up">Headline</div>
|
|
69
65
|
</div>
|
|
70
66
|
<p class="uk-margin-small-top">Scale Up</p>
|
|
71
67
|
</div>
|
|
@@ -99,9 +95,7 @@
|
|
|
99
95
|
<div class="uk-inline-clip uk-transition-toggle uk-light" tabindex="0">
|
|
100
96
|
<img src="images/photo.jpg" alt="">
|
|
101
97
|
<img class="uk-transition-scale-up uk-position-cover" src="images/dark.jpg" alt="">
|
|
102
|
-
<
|
|
103
|
-
<span class="uk-transition-fade" uk-icon="icon: plus; ratio: 2"></span>
|
|
104
|
-
</div>
|
|
98
|
+
<span class="uk-position-center uk-transition-fade" uk-icon="icon: plus; ratio: 2"></span>
|
|
105
99
|
</div>
|
|
106
100
|
<p class="uk-margin-small-top">2 Images + Icon</p>
|
|
107
101
|
</div>
|