@gitlab/ui 93.4.0 → 94.0.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/CHANGELOG.md +49 -0
- package/dist/components/base/table/table.js +22 -1
- package/dist/index.css +2 -4
- package/dist/index.css.map +1 -1
- package/dist/index.js +9 -0
- package/package.json +3 -3
- package/src/components/base/alert/alert.scss +2 -2
- package/src/components/base/avatar/avatar.scss +1 -1
- package/src/components/base/breadcrumb/breadcrumb.scss +1 -1
- package/src/components/base/button/button.scss +16 -16
- package/src/components/base/datepicker/datepicker.scss +1 -1
- package/src/components/base/dropdown/dropdown.scss +1 -1
- package/src/components/base/dropdown/dropdown_item.scss +10 -10
- package/src/components/base/dropdown/dropdown_section_header.scss +2 -2
- package/src/components/base/filtered_search/filtered_search.scss +1 -1
- package/src/components/base/filtered_search/filtered_search_suggestion.scss +2 -2
- package/src/components/base/filtered_search/filtered_search_token.scss +6 -6
- package/src/components/base/form/form_select/form_select.scss +1 -1
- package/src/components/base/infinite_scroll/infinite_scroll.scss +2 -2
- package/src/components/base/label/label.scss +1 -1
- package/src/components/base/loading_icon/loading_icon.scss +2 -2
- package/src/components/base/markdown/markdown.scss +9 -9
- package/src/components/base/markdown/markdown_typescale_demo.html +2 -2
- package/src/components/base/modal/modal.scss +1 -1
- package/src/components/base/new_dropdowns/disclosure/disclosure_dropdown.scss +1 -1
- package/src/components/base/new_dropdowns/dropdown.scss +1 -1
- package/src/components/base/new_dropdowns/dropdown_item.scss +11 -11
- package/src/components/base/new_dropdowns/listbox/listbox.scss +2 -2
- package/src/components/base/pagination/pagination.scss +8 -8
- package/src/components/base/path/path.scss +1 -1
- package/src/components/base/search_box_by_type/search_box_by_type.scss +3 -3
- package/src/components/base/segmented_control/segmented_control.scss +8 -8
- package/src/components/base/table/table.md +17 -0
- package/src/components/base/table/table.scss +12 -11
- package/src/components/base/table/table.vue +18 -2
- package/src/components/base/toast/toast.scss +1 -1
- package/src/components/base/toggle/toggle.scss +9 -9
- package/src/components/base/token/token.scss +3 -3
- package/src/components/base/token_selector/token_selector.scss +1 -1
- package/src/components/charts/legend/legend.scss +1 -1
- package/src/components/charts/single_stat/single_stat.scss +1 -1
- package/src/components/experimental/duo/chat/components/duo_chat_loader/duo_chat_loader.scss +1 -1
- package/src/components/experimental/duo/chat/components/duo_chat_message/duo_chat_message.scss +2 -2
- package/src/components/experimental/duo/chat/duo_chat.scss +2 -2
- package/src/components/shared_components/clear_icon_button/clear_icon_button.scss +2 -2
- package/src/index.js +9 -0
- package/src/scss/typescale/_index.scss +3 -3
package/dist/index.js
CHANGED
|
@@ -15,6 +15,15 @@ export { default as GlNavbar } from './components/base/navbar/navbar';
|
|
|
15
15
|
export { default as GlIntersectionObserver } from './components/utilities/intersection_observer/intersection_observer';
|
|
16
16
|
export { default as GlDeprecatedLink, default as GlLink } from './components/base/link/link';
|
|
17
17
|
export { default as GlIcon } from './components/base/icon/icon';
|
|
18
|
+
export { default as GlAnimatedChevronRightDownIcon } from './components/base/animated_icon/animated_chevron_right_down_icon';
|
|
19
|
+
export { default as GlAnimatedDuoChatIcon } from './components/base/animated_icon/animated_duo_chat_icon';
|
|
20
|
+
export { default as GlAnimatedNotificationIcon } from './components/base/animated_icon/animated_notifications_icon';
|
|
21
|
+
export { default as GlAnimatedSidebarIcon } from './components/base/animated_icon/animated_sidebar_icon';
|
|
22
|
+
export { default as GlAnimatedSmileIcon } from './components/base/animated_icon/animated_smile_icon';
|
|
23
|
+
export { default as GlAnimatedSortIcon } from './components/base/animated_icon/animated_sort_icon';
|
|
24
|
+
export { default as GlAnimatedStarIcon } from './components/base/animated_icon/animated_star_icon';
|
|
25
|
+
export { default as GlAnimatedTodoIcon } from './components/base/animated_icon/animated_todo_icon';
|
|
26
|
+
export { default as GlAnimatedUploadIcon } from './components/base/animated_icon/animated_upload_icon';
|
|
18
27
|
export { default as GlLoadingIcon } from './components/base/loading_icon/loading_icon';
|
|
19
28
|
export { default as GlModal } from './components/base/modal/modal';
|
|
20
29
|
export { default as GlPagination } from './components/base/pagination/pagination';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gitlab/ui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "94.0.1",
|
|
4
4
|
"description": "GitLab UI Components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -172,8 +172,8 @@
|
|
|
172
172
|
"module-alias": "^2.2.2",
|
|
173
173
|
"npm-run-all": "^4.1.5",
|
|
174
174
|
"pikaday": "^1.8.0",
|
|
175
|
-
"playwright": "^1.47.
|
|
176
|
-
"playwright-core": "^1.47.
|
|
175
|
+
"playwright": "^1.47.2",
|
|
176
|
+
"playwright-core": "^1.47.2",
|
|
177
177
|
"plop": "^2.5.4",
|
|
178
178
|
"postcss": "8.4.28",
|
|
179
179
|
"postcss-loader": "^7.0.2",
|
|
@@ -338,7 +338,7 @@
|
|
|
338
338
|
|
|
339
339
|
&.btn-success {
|
|
340
340
|
color: var(--gl-color-neutral-0); // The text is white in light and dark mode
|
|
341
|
-
@
|
|
341
|
+
@apply gl-bg-green-500;
|
|
342
342
|
@include gl-inset-border-1-green-600;
|
|
343
343
|
|
|
344
344
|
&:hover {
|
|
@@ -348,13 +348,13 @@
|
|
|
348
348
|
|
|
349
349
|
&:focus {
|
|
350
350
|
@include gl-focus($color: $green-800);
|
|
351
|
-
@
|
|
351
|
+
@apply gl-bg-green-600;
|
|
352
352
|
}
|
|
353
353
|
|
|
354
354
|
&:active,
|
|
355
355
|
&.active {
|
|
356
356
|
@include gl-focus($color: $green-900);
|
|
357
|
-
@
|
|
357
|
+
@apply gl-bg-green-700;
|
|
358
358
|
|
|
359
359
|
&:focus {
|
|
360
360
|
@include gl-focus($color: $green-900);
|
|
@@ -363,33 +363,33 @@
|
|
|
363
363
|
}
|
|
364
364
|
|
|
365
365
|
&.btn-success-secondary {
|
|
366
|
-
@
|
|
366
|
+
@apply gl-bg-white;
|
|
367
367
|
}
|
|
368
368
|
|
|
369
369
|
&.btn-success-secondary,
|
|
370
370
|
&.btn-success-tertiary {
|
|
371
|
-
@
|
|
372
|
-
@
|
|
371
|
+
@apply gl-bg-transparent;
|
|
372
|
+
@apply gl-text-green-500;
|
|
373
373
|
@apply gl-font-normal;
|
|
374
374
|
@include gl-inset-border-1-green-500;
|
|
375
375
|
|
|
376
376
|
&:hover {
|
|
377
|
-
@
|
|
377
|
+
@apply gl-text-green-700;
|
|
378
378
|
@include gl-button-hover-border($green-700);
|
|
379
379
|
background-color: $green-50;
|
|
380
380
|
}
|
|
381
381
|
|
|
382
382
|
&:focus {
|
|
383
|
-
@
|
|
383
|
+
@apply gl-text-green-700;
|
|
384
384
|
@include gl-focus($color: $green-700);
|
|
385
|
-
@
|
|
385
|
+
@apply gl-bg-green-50;
|
|
386
386
|
}
|
|
387
387
|
|
|
388
388
|
&:active,
|
|
389
389
|
&.active {
|
|
390
|
-
@
|
|
390
|
+
@apply gl-text-green-900;
|
|
391
391
|
@include gl-focus($color: $green-900);
|
|
392
|
-
@
|
|
392
|
+
@apply gl-bg-green-100;
|
|
393
393
|
|
|
394
394
|
&:focus {
|
|
395
395
|
@include gl-focus($color: $green-900);
|
|
@@ -475,7 +475,7 @@
|
|
|
475
475
|
}
|
|
476
476
|
|
|
477
477
|
&.btn-link {
|
|
478
|
-
@
|
|
478
|
+
@apply gl-bg-transparent;
|
|
479
479
|
@apply gl-border-0;
|
|
480
480
|
@apply gl-text-base;
|
|
481
481
|
@apply gl-leading-normal;
|
|
@@ -485,7 +485,7 @@
|
|
|
485
485
|
@include gl-shadow-none;
|
|
486
486
|
|
|
487
487
|
&:hover {
|
|
488
|
-
@
|
|
488
|
+
@apply gl-bg-transparent;
|
|
489
489
|
color: var(--gl-button-link-text-color-hover);
|
|
490
490
|
}
|
|
491
491
|
|
|
@@ -497,13 +497,13 @@
|
|
|
497
497
|
&:active,
|
|
498
498
|
&:focus,
|
|
499
499
|
&:focus:active {
|
|
500
|
-
@
|
|
500
|
+
@apply gl-bg-transparent;
|
|
501
501
|
@include gl-focus;
|
|
502
502
|
}
|
|
503
503
|
|
|
504
504
|
&.disabled,
|
|
505
505
|
&[disabled] {
|
|
506
|
-
@
|
|
506
|
+
@apply gl-bg-transparent;
|
|
507
507
|
@include gl-shadow-none;
|
|
508
508
|
}
|
|
509
509
|
}
|
|
@@ -536,7 +536,7 @@
|
|
|
536
536
|
|
|
537
537
|
&.disabled[class*='-tertiary'],
|
|
538
538
|
&[disabled][class*='-tertiary'] {
|
|
539
|
-
@
|
|
539
|
+
@apply gl-bg-transparent;
|
|
540
540
|
@include gl-shadow-none;
|
|
541
541
|
}
|
|
542
542
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@mixin gl-tmp-dropdown-item-style {
|
|
2
2
|
@apply gl-items-center;
|
|
3
|
-
@
|
|
3
|
+
@apply gl-bg-transparent;
|
|
4
4
|
@apply gl-border-0;
|
|
5
5
|
@apply gl-flex;
|
|
6
6
|
@apply gl-text-base;
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
position: relative;
|
|
12
12
|
@apply gl-rounded-none;
|
|
13
13
|
@include gl-shadow-none;
|
|
14
|
-
@
|
|
15
|
-
@
|
|
14
|
+
@apply gl-text-gray-900;
|
|
15
|
+
@apply gl-text-left;
|
|
16
16
|
@apply gl-w-full;
|
|
17
17
|
@apply gl-whitespace-normal;
|
|
18
18
|
}
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
.gl-dropdown-item-check-icon {
|
|
31
31
|
@apply gl-shrink-0;
|
|
32
32
|
@apply gl-mr-3;
|
|
33
|
-
@
|
|
33
|
+
@apply gl-text-gray-700;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
.gl-dropdown-item-icon {
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
|
|
45
45
|
.gl-dropdown-item-text-secondary {
|
|
46
46
|
@apply gl-m-0;
|
|
47
|
-
@
|
|
47
|
+
@apply gl-text-gray-700;
|
|
48
48
|
}
|
|
49
49
|
|
|
50
50
|
.gl-dropdown-item-text-wrapper {
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
|
|
57
57
|
// make sure the text color is not overridden
|
|
58
58
|
&.text-danger {
|
|
59
|
-
@
|
|
59
|
+
@apply gl-text-red-500;
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
&.disable-hover {
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
&:disabled {
|
|
67
|
-
@
|
|
67
|
+
@apply gl-text-gray-500;
|
|
68
68
|
|
|
69
69
|
.gl-new-dropdown-item-check-icon {
|
|
70
70
|
@apply gl-text-inherit;
|
|
@@ -83,13 +83,13 @@
|
|
|
83
83
|
&:active,
|
|
84
84
|
&:focus,
|
|
85
85
|
&.is-focused {
|
|
86
|
-
@
|
|
86
|
+
@apply gl-bg-gray-50;
|
|
87
87
|
@apply gl-no-underline;
|
|
88
|
-
@
|
|
88
|
+
@apply gl-text-gray-900;
|
|
89
89
|
|
|
90
90
|
// make sure the text color is not overridden
|
|
91
91
|
&.text-danger {
|
|
92
|
-
@
|
|
92
|
+
@apply gl-text-red-500;
|
|
93
93
|
}
|
|
94
94
|
|
|
95
95
|
.avatar {
|
|
@@ -11,12 +11,12 @@
|
|
|
11
11
|
&.gl-filtered-search-token-hover {
|
|
12
12
|
&:hover {
|
|
13
13
|
.gl-filtered-search-token-type {
|
|
14
|
-
@
|
|
14
|
+
@apply gl-bg-gray-100;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
.gl-filtered-search-token-data,
|
|
18
18
|
.gl-filtered-search-token-operator {
|
|
19
|
-
@
|
|
19
|
+
@apply gl-bg-gray-200;
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
}
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
|
|
28
28
|
&.gl-filtered-search-token-type {
|
|
29
29
|
@apply gl-h-6;
|
|
30
|
-
@
|
|
30
|
+
@apply gl-bg-gray-50;
|
|
31
31
|
@apply gl-rounded-tr-none;
|
|
32
32
|
@apply gl-rounded-br-none;
|
|
33
33
|
@apply gl-py-2;
|
|
@@ -37,14 +37,14 @@
|
|
|
37
37
|
|
|
38
38
|
&.gl-filtered-search-token-operator {
|
|
39
39
|
@apply gl-h-6;
|
|
40
|
-
@
|
|
40
|
+
@apply gl-bg-gray-50;
|
|
41
41
|
@apply gl-mr-1;
|
|
42
42
|
@apply gl-rounded-none;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
&.gl-filtered-search-token-data {
|
|
46
46
|
@apply gl-h-6;
|
|
47
|
-
@
|
|
47
|
+
@apply gl-bg-gray-100;
|
|
48
48
|
@apply gl-rounded-tr-small;
|
|
49
49
|
@apply gl-rounded-br-small;
|
|
50
50
|
|
|
@@ -55,6 +55,6 @@
|
|
|
55
55
|
}
|
|
56
56
|
|
|
57
57
|
.gl-filtered-search-token-operator-description {
|
|
58
|
-
@
|
|
58
|
+
@apply gl-text-gray-600;
|
|
59
59
|
@include gl-ml-auto;
|
|
60
60
|
}
|
|
@@ -17,7 +17,7 @@ See: https://gitlab.com/gitlab-org/gitlab/issues/30055
|
|
|
17
17
|
@apply gl-pl-4;
|
|
18
18
|
@apply gl-h-auto;
|
|
19
19
|
@apply gl-truncate;
|
|
20
|
-
@
|
|
20
|
+
@apply gl-bg-no-repeat;
|
|
21
21
|
@apply gl-border-none;
|
|
22
22
|
appearance: none;
|
|
23
23
|
background-color: var(--gl-control-background-color-default);
|
|
@@ -30,7 +30,7 @@ $gl-loader-dots-size-xl: 1rem;
|
|
|
30
30
|
|
|
31
31
|
.gl-spinner-container {
|
|
32
32
|
@apply gl-leading-0;
|
|
33
|
-
@
|
|
33
|
+
@apply gl-text-center;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
.gl-spinner {
|
|
@@ -79,7 +79,7 @@ $gl-loader-dots-size-xl: 1rem;
|
|
|
79
79
|
|
|
80
80
|
.gl-dots-loader {
|
|
81
81
|
@apply gl-leading-0;
|
|
82
|
-
@
|
|
82
|
+
@apply gl-text-center;
|
|
83
83
|
}
|
|
84
84
|
|
|
85
85
|
.gl-dots-loader {
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
blockquote {
|
|
75
|
-
@
|
|
75
|
+
@apply gl-text-gray-700;
|
|
76
76
|
@apply gl-py-3;
|
|
77
77
|
@apply gl-pl-6;
|
|
78
78
|
@apply gl-my-3;
|
|
@@ -87,17 +87,17 @@
|
|
|
87
87
|
}
|
|
88
88
|
|
|
89
89
|
.deletion {
|
|
90
|
-
@
|
|
90
|
+
@apply gl-bg-red-100;
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
.addition {
|
|
94
|
-
@
|
|
94
|
+
@apply gl-bg-green-100;
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
code {
|
|
98
98
|
@apply gl-rounded-base;
|
|
99
|
-
@
|
|
100
|
-
@
|
|
99
|
+
@apply gl-bg-gray-50;
|
|
100
|
+
@apply gl-text-gray-950;
|
|
101
101
|
@apply gl-px-2;
|
|
102
102
|
@apply gl-py-1;
|
|
103
103
|
}
|
|
@@ -111,9 +111,9 @@
|
|
|
111
111
|
@include gl-overflow-auto;
|
|
112
112
|
|
|
113
113
|
code {
|
|
114
|
-
@
|
|
114
|
+
@apply gl-bg-white;
|
|
115
115
|
@apply gl-rounded-none;
|
|
116
|
-
@
|
|
116
|
+
@apply gl-text-gray-900;
|
|
117
117
|
@apply gl-p-0;
|
|
118
118
|
}
|
|
119
119
|
}
|
|
@@ -156,11 +156,11 @@
|
|
|
156
156
|
}
|
|
157
157
|
|
|
158
158
|
thead {
|
|
159
|
-
@
|
|
159
|
+
@apply gl-bg-gray-50;
|
|
160
160
|
}
|
|
161
161
|
|
|
162
162
|
tr:nth-child(even) {
|
|
163
|
-
@
|
|
163
|
+
@apply gl-bg-gray-10;
|
|
164
164
|
}
|
|
165
165
|
}
|
|
166
166
|
}
|
|
@@ -19,41 +19,41 @@
|
|
|
19
19
|
&:hover,
|
|
20
20
|
&:focus {
|
|
21
21
|
.gl-new-dropdown-item-content {
|
|
22
|
-
@
|
|
22
|
+
@apply gl-bg-gray-50;
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
&:active,
|
|
27
27
|
&:focus:active {
|
|
28
28
|
.gl-new-dropdown-item-content {
|
|
29
|
-
@
|
|
29
|
+
@apply gl-bg-gray-100;
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
&[aria-selected="true"] {
|
|
34
34
|
.gl-new-dropdown-item-content {
|
|
35
|
-
@
|
|
35
|
+
@apply gl-bg-gray-50;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
&:hover,
|
|
39
39
|
&:focus {
|
|
40
40
|
.gl-new-dropdown-item-content {
|
|
41
|
-
@
|
|
41
|
+
@apply gl-bg-gray-100;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
.gl-new-dropdown-item-check-icon {
|
|
45
|
-
@
|
|
45
|
+
@apply gl-text-blue-600
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
&:active,
|
|
50
50
|
&:focus:active {
|
|
51
51
|
.gl-new-dropdown-item-content {
|
|
52
|
-
@
|
|
52
|
+
@apply gl-bg-gray-200;
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
.gl-new-dropdown-item-check-icon {
|
|
56
|
-
@
|
|
56
|
+
@apply gl-text-blue-700
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
59
|
}
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
@apply gl-rounded-base;
|
|
81
81
|
@apply gl-border-0;
|
|
82
82
|
@apply gl-w-full;
|
|
83
|
-
@
|
|
83
|
+
@apply gl-bg-transparent;
|
|
84
84
|
@apply gl-items-center;
|
|
85
85
|
@apply gl-flex;
|
|
86
86
|
@apply gl-text-base;
|
|
@@ -90,8 +90,8 @@
|
|
|
90
90
|
@apply gl-py-0;
|
|
91
91
|
position: relative;
|
|
92
92
|
@apply gl-no-underline;
|
|
93
|
-
@
|
|
94
|
-
@
|
|
93
|
+
@apply gl-text-gray-900;
|
|
94
|
+
@apply gl-text-left;
|
|
95
95
|
@apply gl-whitespace-normal;
|
|
96
96
|
@include gl-prefers-reduced-motion-transition;
|
|
97
97
|
transition: background-color $gl-transition-duration-fast $gl-easing-out-cubic,
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
.gl-new-dropdown-item-check-icon {
|
|
101
101
|
@apply gl-shrink-0;
|
|
102
102
|
@apply gl-mr-3;
|
|
103
|
-
@
|
|
103
|
+
@apply gl-text-blue-500;
|
|
104
104
|
}
|
|
105
105
|
|
|
106
106
|
.gl-new-dropdown-item-icon {
|
|
@@ -20,7 +20,7 @@ $clear-button-size: 24px;
|
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
&::placeholder {
|
|
23
|
-
@
|
|
23
|
+
@apply gl-text-gray-400;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
&::-webkit-search-cancel-button {
|
|
@@ -42,7 +42,7 @@ $clear-button-size: 24px;
|
|
|
42
42
|
position: absolute;
|
|
43
43
|
top: calc(50% - #{$search-icon-size} / 2);
|
|
44
44
|
left: $gl-spacing-scale-4;
|
|
45
|
-
@
|
|
45
|
+
@apply gl-text-gray-500;
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
.gl-listbox-search-clear-button {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
@apply gl-text-base;
|
|
3
3
|
|
|
4
4
|
a {
|
|
5
|
-
@
|
|
5
|
+
@apply gl-text-gray-900;
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.page-link {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
&:not(.active):hover {
|
|
20
|
-
@
|
|
20
|
+
@apply gl-text-gray-900;
|
|
21
21
|
box-shadow: inset 0 0 0 1px $gray-400;
|
|
22
22
|
border-color: $gray-400;
|
|
23
23
|
background: $gray-50;
|
|
@@ -25,12 +25,12 @@
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
&:not(.active):focus {
|
|
28
|
-
@
|
|
28
|
+
@apply gl-bg-gray-50;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
&:not(.active):active,
|
|
32
32
|
&:not(.active).active {
|
|
33
|
-
@
|
|
33
|
+
@apply gl-bg-gray-100;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
&:not(.active):focus,
|
|
@@ -47,9 +47,9 @@
|
|
|
47
47
|
|
|
48
48
|
.page-item {
|
|
49
49
|
&:not(.disabled) a.active {
|
|
50
|
-
@
|
|
50
|
+
@apply gl-bg-blue-500;
|
|
51
51
|
@apply gl-border-blue-500;
|
|
52
|
-
@
|
|
52
|
+
@apply gl-text-white;
|
|
53
53
|
@apply gl-z-2;
|
|
54
54
|
@include gl-shadow-none;
|
|
55
55
|
|
|
@@ -59,9 +59,9 @@
|
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
&.disabled .page-link {
|
|
62
|
-
@
|
|
62
|
+
@apply gl-bg-gray-10;
|
|
63
63
|
@apply gl-border-gray-200;
|
|
64
|
-
@
|
|
64
|
+
@apply gl-text-gray-500;
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
67
|
|