superdesk-ui-framework 3.0.42 → 3.0.43
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/app/styles/_accessibility.scss +349 -310
- package/app/styles/_alerts.scss +102 -71
- package/app/styles/_animations.scss +29 -16
- package/app/styles/_avatar.scss +159 -140
- package/app/styles/_badge.scss +11 -5
- package/app/styles/_big-icon-font.scss +21 -9
- package/app/styles/_boxed-list.scss +72 -47
- package/app/styles/_buttons.scss +266 -177
- package/app/styles/_carousel.scss +58 -45
- package/app/styles/_content-divider.scss +28 -2
- package/app/styles/_drag-drop.scss +3 -0
- package/app/styles/_empty-states.scss +21 -13
- package/app/styles/_hamburger.scss +142 -144
- package/app/styles/_helpers.scss +297 -93
- package/app/styles/_icon-font.scss +75 -43
- package/app/styles/_icon-labels.scss +11 -1
- package/app/styles/_labels.scss +27 -14
- package/app/styles/_loaders.scss +2 -1
- package/app/styles/_master-desk.scss +67 -31
- package/app/styles/_mixins.scss +40 -20
- package/app/styles/_modals.scss +112 -56
- package/app/styles/_panel-info.scss +38 -34
- package/app/styles/_popover.scss +0 -1
- package/app/styles/_publisher-styles.scss +132 -122
- package/app/styles/_sd-tag-input.scss +104 -24
- package/app/styles/_simple-list.scss +89 -66
- package/app/styles/_spinner.scss +24 -17
- package/app/styles/_table-list.scss +114 -80
- package/app/styles/_tables.scss +14 -2
- package/app/styles/_tabs-vertical.scss +46 -43
- package/app/styles/_tabs.scss +97 -87
- package/app/styles/_tag-labels.scss +26 -11
- package/app/styles/_thumb-carousel.scss +37 -11
- package/app/styles/_toggle-box.scss +27 -7
- package/app/styles/_toggle-button.scss +5 -1
- package/app/styles/_tooltips.scss +284 -272
- package/app/styles/components/_card-item.scss +268 -192
- package/app/styles/components/_list-item.scss +261 -175
- package/app/styles/components/_sd-circular-progress.scss +109 -79
- package/app/styles/components/_sd-collapse-box.scss +45 -33
- package/app/styles/components/_sd-comment-box.scss +17 -12
- package/app/styles/components/_sd-dropzone.scss +32 -15
- package/app/styles/components/_sd-editor-popup.scss +29 -15
- package/app/styles/components/_sd-grid-item.scss +349 -237
- package/app/styles/components/_sd-loader.scss +1 -2
- package/app/styles/components/_sd-media-carousel.scss +119 -78
- package/app/styles/components/_sd-notification-panel.scss +2 -1
- package/app/styles/components/_sd-pagination.scss +27 -19
- package/app/styles/components/_sd-photo-preview.scss +82 -41
- package/app/styles/components/_sd-searchbar.scss +79 -51
- package/app/styles/components/_sd-toaster.scss +52 -30
- package/app/styles/components/_subnav.scss +230 -135
- package/app/styles/components/_theme-selector.scss +78 -53
- package/app/styles/components/sd-slider.scss +11 -7
- package/app/styles/design-tokens/_design-tokens-general.scss +31 -27
- package/app/styles/design-tokens/_new-colors.scss +3 -1
- package/app/styles/dropdowns/_basic-dropdown.scss +164 -86
- package/app/styles/dropdowns/_input-dropdown.scss +5 -2
- package/app/styles/dropdowns/_navigation_dropdown.scss +18 -4
- package/app/styles/dropdowns/_nested-dropdown.scss +11 -2
- package/app/styles/dropdowns/_other_dropdown.scss +9 -3
- package/app/styles/editor/_editor-buttons.scss +10 -6
- package/app/styles/editor/_editor-themes.scss +401 -350
- package/app/styles/form-elements/_autocomplete.scss +7 -1
- package/app/styles/form-elements/_checkbox.scss +230 -159
- package/app/styles/form-elements/_forms-general.scss +345 -285
- package/app/styles/form-elements/_input-preview.scss +15 -9
- package/app/styles/form-elements/_input-wrap.scss +77 -71
- package/app/styles/form-elements/_inputs.scss +668 -489
- package/app/styles/form-elements/_radio.scss +10 -5
- package/app/styles/form-elements/_switch.scss +27 -16
- package/app/styles/grids/_basic-grid.scss +83 -64
- package/app/styles/grids/_grid-layout.scss +301 -165
- package/app/styles/grids/_layout-grid.scss +85 -59
- package/app/styles/grids/_sd-kanban-list.scss +14 -4
- package/app/styles/interface-elements/_side-panel.scss +279 -200
- package/app/styles/layout/_basic-layout.scss +36 -34
- package/app/styles/layout/_container.scss +38 -31
- package/app/styles/layout/_editor.scss +57 -17
- package/app/styles/layout/_general.scss +81 -67
- package/app/styles/menus/_sd-bottom-tabs.scss +21 -12
- package/app/styles/menus/_sd-content-navigation.scss +20 -16
- package/app/styles/menus/_sd-left-navigation.scss +62 -49
- package/app/styles/menus/_sd-sidebar-menu.scss +365 -323
- package/app/styles/menus/_sd-top-menu.scss +16 -7
- package/app/styles/primereact/_pr-autocomplete.scss +2 -0
- package/app/styles/primereact/_pr-datepicker.scss +13 -2
- package/app/styles/primereact/_pr-dialog.scss +55 -47
- package/app/styles/primereact/_pr-dropdown.scss +27 -22
- package/app/styles/primereact/_pr-general.scss +3 -0
- package/app/styles/primereact/_pr-menu.scss +2 -1
- package/app/styles/primereact/_pr-skeleton.scss +1 -0
- package/app/styles/primereact/_pr-tag-input.scss +1 -0
- package/app/styles/variables/_colors.scss +168 -170
- package/app/styles/variables/_typography.scss +1 -2
- package/app-typescript/components/Form/InputWrapper.tsx +1 -1
- package/app-typescript/components/Menu.tsx +1 -1
- package/dist/examples.bundle.css +18 -16
- package/dist/examples.bundle.js +5 -7
- package/dist/superdesk-ui.bundle.css +4265 -3552
- package/dist/superdesk-ui.bundle.js +4 -6
- package/package.json +2 -2
- package/react/components/Form/InputWrapper.d.ts +1 -1
- package/react/components/Menu.js +1 -1
@@ -10,7 +10,7 @@ $sd-topMenu-background: var(--sd-colour-top-menu);
|
|
10
10
|
z-index: $zindexFixedNavbar;
|
11
11
|
margin-bottom: 0;
|
12
12
|
transition: all 0.3s ease;
|
13
|
-
display:flex;
|
13
|
+
display: flex;
|
14
14
|
flex-direction: row;
|
15
15
|
align-items: center;
|
16
16
|
color: $white;
|
@@ -28,23 +28,28 @@ $sd-topMenu-background: var(--sd-colour-top-menu);
|
|
28
28
|
box-shadow: 2px 0 5px 0 hsla(0, 0%, 0%, 0.35);
|
29
29
|
position: relative;
|
30
30
|
transition: all 0.3s ease;
|
31
|
+
|
31
32
|
&:hover {
|
32
33
|
background-color: hsl(0, 0%, 0%);
|
33
34
|
cursor: pointer;
|
34
35
|
}
|
36
|
+
|
35
37
|
&.is-active {
|
36
38
|
margin-inline-start: -$sd-sidebarMenu-width;
|
37
39
|
background-color: hsla(0, 0%, 0%, 0.02);
|
38
40
|
box-shadow: none;
|
41
|
+
|
39
42
|
&:hover {
|
40
43
|
background-color: hsla(0, 0%, 0%, 0.24);
|
41
44
|
}
|
42
45
|
}
|
43
|
-
&--disabled {
|
44
|
-
pointer-events: none !important;
|
45
|
-
opacity: 0.5;
|
46
|
-
}
|
47
46
|
}
|
47
|
+
|
48
|
+
.sd-top-menu__collapse-nav--disabled {
|
49
|
+
pointer-events: none !important;
|
50
|
+
opacity: 0.5;
|
51
|
+
}
|
52
|
+
|
48
53
|
.sd-top-menu__header {
|
49
54
|
display: inline-block;
|
50
55
|
height: $nav-height;
|
@@ -61,9 +66,11 @@ $sd-topMenu-background: var(--sd-colour-top-menu);
|
|
61
66
|
position: relative;
|
62
67
|
padding: 0 10px;
|
63
68
|
width: 48px;
|
69
|
+
|
64
70
|
.avatar {
|
65
71
|
border-radius: $border-radius__base--full;
|
66
72
|
}
|
73
|
+
|
67
74
|
.label {
|
68
75
|
position: absolute;
|
69
76
|
top: 3px;
|
@@ -73,21 +80,23 @@ $sd-topMenu-background: var(--sd-colour-top-menu);
|
|
73
80
|
}
|
74
81
|
|
75
82
|
.current-user-details--compact {
|
83
|
+
@include sd-padding('1');
|
76
84
|
display: flex;
|
77
85
|
flex-direction: column;
|
78
86
|
justify-content: center;
|
79
87
|
align-items: center;
|
80
|
-
@include sd-padding('1');
|
81
88
|
color: $sd-text;
|
82
89
|
min-width: 26rem;
|
83
90
|
}
|
91
|
+
|
84
92
|
.current-user-details__full-name {
|
85
93
|
font-weight: 400;
|
86
94
|
font-size: 1.8rem;
|
87
95
|
margin: 16px 0 2px;
|
88
96
|
|
89
97
|
}
|
98
|
+
|
90
99
|
.current-user-details__username {
|
91
100
|
opacity: 0.75;
|
92
101
|
font-size: 1.4rem;
|
93
|
-
}
|
102
|
+
}
|
@@ -10,12 +10,14 @@
|
|
10
10
|
@include pr-dropdown-panel-base;
|
11
11
|
margin-top: 16px;
|
12
12
|
padding: 1rem 0;
|
13
|
+
|
13
14
|
.p-autocomplete-items {
|
14
15
|
padding: 0;
|
15
16
|
}
|
16
17
|
|
17
18
|
.p-autocomplete-list-item, .p-autocomplete-item {
|
18
19
|
@include pr-menu-item-base;
|
20
|
+
|
19
21
|
b {
|
20
22
|
font-weight: 600;
|
21
23
|
}
|
@@ -2,6 +2,7 @@
|
|
2
2
|
@include pr-dropdown-panel-base;
|
3
3
|
padding: 12px;
|
4
4
|
margin-top: 1px;
|
5
|
+
|
5
6
|
.p-datepicker-title {
|
6
7
|
text-transform: uppercase;
|
7
8
|
font-weight: bold;
|
@@ -17,6 +18,7 @@
|
|
17
18
|
padding: .8em 4px;
|
18
19
|
min-height: 32px;
|
19
20
|
margin-bottom: 8px;
|
21
|
+
|
20
22
|
.p-datepicker-prev,
|
21
23
|
.p-datepicker-next {
|
22
24
|
display: flex;
|
@@ -27,23 +29,28 @@
|
|
27
29
|
height: $sd-base-increment * 4;
|
28
30
|
width: $sd-base-increment * 4;
|
29
31
|
transition: all 0.2s ease-out, color 0.1s ease-out;
|
32
|
+
|
30
33
|
&:hover {
|
31
34
|
background-color: hsla(214, 13%, 55%, 0.2);
|
32
35
|
}
|
36
|
+
|
33
37
|
&:active {
|
34
38
|
background-color: hsla(214, 13%, 55%, 0.3);
|
35
39
|
color: var(--sd-colour-interactive);
|
36
40
|
}
|
41
|
+
|
37
42
|
&:focus-visible {
|
38
43
|
background-color: hsla(214, 13%, 55%, 0.2);
|
39
44
|
box-shadow: $icn-button-focus-box-shadow;
|
40
45
|
outline: none;
|
46
|
+
|
41
47
|
[class^="icon-"], [class*=" icon-"] {
|
42
48
|
opacity: 1;
|
43
49
|
}
|
44
50
|
}
|
45
51
|
|
46
52
|
}
|
53
|
+
|
47
54
|
.datepicker-header-toolbar {
|
48
55
|
width: 100%;
|
49
56
|
display: flex;
|
@@ -69,6 +76,7 @@
|
|
69
76
|
display: block;
|
70
77
|
text-align: center;
|
71
78
|
}
|
79
|
+
|
72
80
|
.p-datepicker-year {
|
73
81
|
font-weight: 400;
|
74
82
|
margin-top: 4px;
|
@@ -90,10 +98,12 @@
|
|
90
98
|
.p-datepicker table td > span {
|
91
99
|
&:not(.p-highlight):not(.p-disabled) {
|
92
100
|
transition: all ease 0.2s;
|
101
|
+
|
93
102
|
&:hover {
|
94
103
|
background-color: var(--sd-colour-interactive--alpha-10);
|
95
104
|
box-shadow: inset 0 0 0 1px var(--sd-colour-interactive);
|
96
105
|
}
|
106
|
+
|
97
107
|
&:active {
|
98
108
|
background-color: var(--sd-colour-interactive--alpha-20);
|
99
109
|
}
|
@@ -133,14 +143,12 @@
|
|
133
143
|
color: $white;
|
134
144
|
}
|
135
145
|
|
136
|
-
|
137
146
|
// calendar icon button
|
138
147
|
.p-datepicker-trigger {
|
139
148
|
@extend .p-inputtext;
|
140
149
|
font-size: 1.4em;
|
141
150
|
cursor: pointer;
|
142
151
|
|
143
|
-
|
144
152
|
.p-button-icon-left {
|
145
153
|
color: #7F7F7F;
|
146
154
|
}
|
@@ -152,6 +160,7 @@
|
|
152
160
|
|
153
161
|
.p-calendar {
|
154
162
|
@include pr-input-item-base;
|
163
|
+
|
155
164
|
.p-inputtext {
|
156
165
|
color: var(--color-text);
|
157
166
|
height: $height-input--default;
|
@@ -186,12 +195,14 @@
|
|
186
195
|
height: 2.4rem;
|
187
196
|
color: inherit;
|
188
197
|
margin: 0 4px 0 0;
|
198
|
+
|
189
199
|
[class^="icon-"],
|
190
200
|
[class*=" icon-"] {
|
191
201
|
color: var(--color-text);
|
192
202
|
margin-top: -2px;
|
193
203
|
opacity: 0.75;
|
194
204
|
}
|
205
|
+
|
195
206
|
&:hover {
|
196
207
|
[class^="icon-"],
|
197
208
|
[class*=" icon-"] {
|
@@ -5,8 +5,6 @@
|
|
5
5
|
z-index: 1000;
|
6
6
|
}
|
7
7
|
|
8
|
-
|
9
|
-
|
10
8
|
.p-dialog-mask {
|
11
9
|
position: fixed;
|
12
10
|
top: 0;
|
@@ -35,7 +33,7 @@
|
|
35
33
|
pointer-events: auto;
|
36
34
|
max-height: 90%;
|
37
35
|
transform: scale(1);
|
38
|
-
|
36
|
+
|
39
37
|
overflow: hidden;
|
40
38
|
}
|
41
39
|
|
@@ -82,6 +80,7 @@
|
|
82
80
|
}
|
83
81
|
|
84
82
|
/* Animation */
|
83
|
+
|
85
84
|
/* Center */
|
86
85
|
.p-dialog-enter {
|
87
86
|
opacity: 0;
|
@@ -228,11 +227,11 @@
|
|
228
227
|
}
|
229
228
|
|
230
229
|
.p-dialog .p-dialog-header .p-dialog-title {
|
230
|
+
@include sd-padding('2', 'right');
|
231
231
|
font-size: 1.8rem;
|
232
232
|
font-weight: 300;
|
233
233
|
line-height: 27px;
|
234
234
|
opacity: 0.8;
|
235
|
-
@include sd-padding('2', 'right');
|
236
235
|
}
|
237
236
|
|
238
237
|
.p-dialog .p-dialog-header .p-dialog-header-icon {
|
@@ -263,6 +262,7 @@
|
|
263
262
|
.p-dialog .p-dialog-content {
|
264
263
|
background-color: transparent;
|
265
264
|
font-size: 1.4rem;
|
265
|
+
|
266
266
|
p {
|
267
267
|
line-height: 1.5;
|
268
268
|
}
|
@@ -302,15 +302,18 @@
|
|
302
302
|
-moz-osx-font-smoothing: grayscale;
|
303
303
|
opacity: 0.6;
|
304
304
|
transition: color .1s ease-out, opacity .1s ease-out;
|
305
|
+
|
305
306
|
&::before {
|
306
307
|
content: "\e647";
|
307
308
|
}
|
308
309
|
}
|
310
|
+
|
309
311
|
&:hover {
|
310
312
|
.p-dialog-header-close-icon {
|
311
313
|
opacity: 1;
|
312
314
|
}
|
313
315
|
}
|
316
|
+
|
314
317
|
&:active {
|
315
318
|
.p-dialog-header-close-icon {
|
316
319
|
color: $sd-colour-interactive !important;
|
@@ -320,52 +323,57 @@
|
|
320
323
|
}
|
321
324
|
|
322
325
|
.p-dialog-content {
|
323
|
-
//
|
324
|
-
|
325
|
-
|
326
|
-
}
|
327
|
-
&--medium {
|
328
|
-
width: var(--width__modal--medium);
|
329
|
-
}
|
330
|
-
&--large {
|
331
|
-
width: var(--width__modal--large);
|
332
|
-
min-height: 20rem;
|
333
|
-
}
|
334
|
-
&--x-large {
|
335
|
-
width: var(--width__modal--x-large);
|
336
|
-
//min-height: 30rem;
|
337
|
-
height: calc(100vh - 200px);
|
338
|
-
}
|
339
|
-
// padding
|
340
|
-
&--0-padding {
|
341
|
-
padding: 0 !important;
|
342
|
-
}
|
343
|
-
&--s-padding {
|
344
|
-
padding: $sd-base-increment * 2;
|
345
|
-
}
|
346
|
-
&--m-padding {
|
347
|
-
padding: $sd-base-increment * 3
|
348
|
-
}
|
349
|
-
&--l-padding {
|
350
|
-
padding: $sd-base-increment * 4;
|
326
|
+
//max-height: 100%;
|
327
|
+
.sd-main-content-grid {
|
328
|
+
height: 100% !important;
|
351
329
|
}
|
352
330
|
}
|
353
331
|
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
}
|
358
|
-
&--dark {
|
359
|
-
background-color: var(--sd-colour-panel-bg--200) !important;
|
360
|
-
}
|
361
|
-
&--medium {
|
362
|
-
background-color: var(--sd-colour-panel-bg--100) !important;
|
363
|
-
}
|
332
|
+
// size
|
333
|
+
.p-dialog-content--small {
|
334
|
+
width: var(--width__modal--small);
|
364
335
|
}
|
365
336
|
|
366
|
-
.p-dialog-content {
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
337
|
+
.p-dialog-content--medium {
|
338
|
+
width: var(--width__modal--medium);
|
339
|
+
}
|
340
|
+
|
341
|
+
.p-dialog-content--large {
|
342
|
+
width: var(--width__modal--large);
|
343
|
+
min-height: 20rem;
|
344
|
+
}
|
345
|
+
|
346
|
+
.p-dialog-content--x-large {
|
347
|
+
width: var(--width__modal--x-large);
|
348
|
+
//min-height: 30rem;
|
349
|
+
height: calc(100vh - 200px);
|
350
|
+
}
|
351
|
+
|
352
|
+
// padding
|
353
|
+
.p-dialog-content--0-padding {
|
354
|
+
padding: 0 !important;
|
355
|
+
}
|
356
|
+
|
357
|
+
.p-dialog-content--s-padding {
|
358
|
+
padding: $sd-base-increment * 2;
|
359
|
+
}
|
360
|
+
|
361
|
+
.p-dialog-content--m-padding {
|
362
|
+
padding: $sd-base-increment * 3
|
363
|
+
}
|
364
|
+
|
365
|
+
.p-dialog-content--l-padding {
|
366
|
+
padding: $sd-base-increment * 4;
|
367
|
+
}
|
368
|
+
|
369
|
+
.p-dialog-content-bg--default {
|
370
|
+
background-color: transparent !important;
|
371
|
+
}
|
372
|
+
|
373
|
+
.p-dialog-content-bg--dark {
|
374
|
+
background-color: var(--sd-colour-panel-bg--200) !important;
|
375
|
+
}
|
376
|
+
|
377
|
+
.p-dialog-content-bg--medium {
|
378
|
+
background-color: var(--sd-colour-panel-bg--100) !important;
|
371
379
|
}
|
@@ -40,15 +40,17 @@
|
|
40
40
|
@include pr-dropdown-panel-base;
|
41
41
|
}
|
42
42
|
|
43
|
-
.p-dropdown-filter-container,
|
43
|
+
.p-dropdown-filter-container,
|
44
|
+
.p-multiselect-filter-container {
|
44
45
|
border-radius: $border-radius__base--small $border-radius__base--small 0 0;
|
45
46
|
padding: 8px;
|
46
47
|
box-shadow: 0 1px 0 var(--sd-colour-line--light);
|
47
48
|
}
|
48
49
|
|
49
|
-
.p-dropdown-filter,
|
50
|
+
.p-dropdown-filter,
|
51
|
+
.p-multiselect-filter {
|
50
52
|
border: 1px solid var(--sd-colour-line--strong);
|
51
|
-
box-shadow: inset 0px 1px 1px rgba(0,0,0,0.12);
|
53
|
+
box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.12);
|
52
54
|
border-radius: $border-radius__base--small;
|
53
55
|
padding-inline-end: 20px;
|
54
56
|
padding: 4px;
|
@@ -56,20 +58,23 @@
|
|
56
58
|
transition: all ease 0.2s;
|
57
59
|
background-color: var(--sd-colour-bg__searchbar);
|
58
60
|
color: $sd-text;
|
61
|
+
|
59
62
|
&:focus {
|
60
63
|
border: 1px solid $sd-colour-interactive;
|
61
64
|
box-shadow: inset var(--sd-colour-interactive--alpha-20) 0px 0px 0px 0.2rem;
|
62
65
|
}
|
63
66
|
}
|
64
67
|
|
65
|
-
.p-dropdown-loader-icon,
|
68
|
+
.p-dropdown-loader-icon,
|
69
|
+
.p-multiselect-loader-icon {
|
66
70
|
position: absolute;
|
67
71
|
inset-block-start: 50%;
|
68
72
|
margin-block-start: -6px;
|
69
73
|
inset-inline-end: 12px;
|
70
74
|
}
|
71
75
|
|
72
|
-
.p-dropdown-empty-message,
|
76
|
+
.p-dropdown-empty-message,
|
77
|
+
.p-multiselect-empty-message {
|
73
78
|
padding-block-start: 6px;
|
74
79
|
padding-block-end: 6px;
|
75
80
|
padding-inline-start: 8px;
|
@@ -92,7 +97,7 @@
|
|
92
97
|
@extend .tag-label;
|
93
98
|
cursor: default;
|
94
99
|
margin: 0 !important;
|
95
|
-
|
100
|
+
|
96
101
|
.pi-times-circle {
|
97
102
|
overflow: inherit;
|
98
103
|
cursor: default;
|
@@ -114,7 +119,7 @@
|
|
114
119
|
transition: background-color .2s ease-out, color .1s ease-out, opacity .1s ease-out;
|
115
120
|
margin-inline-start: 0.8rem;
|
116
121
|
margin-inline-end: -1rem;
|
117
|
-
|
122
|
+
|
118
123
|
&::before {
|
119
124
|
font-family: "sd_icons";
|
120
125
|
content: "";
|
@@ -125,21 +130,21 @@
|
|
125
130
|
margin-left: 1px;
|
126
131
|
opacity: 0.4;
|
127
132
|
transition: color .1s ease-out, opacity .1s ease-out;
|
133
|
+
|
128
134
|
&:hover {
|
129
135
|
cursor: pointer;
|
130
136
|
text-decoration: none;
|
131
137
|
background-color: red;
|
132
138
|
//background-color: var(--sd-colour__tag-label-remove-Bg--hover);
|
133
|
-
|
139
|
+
|
140
|
+
[class^="icon-"],
|
141
|
+
[class*=" icon-"] {
|
134
142
|
opacity: 0.85;
|
135
143
|
}
|
136
144
|
}
|
137
|
-
}
|
145
|
+
}
|
138
146
|
}
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
}
|
147
|
+
}
|
143
148
|
|
144
149
|
.p-checkbox {
|
145
150
|
@extend .sd-checkbox;
|
@@ -147,7 +152,7 @@
|
|
147
152
|
align-items: center;
|
148
153
|
justify-content: center;
|
149
154
|
color: white;
|
150
|
-
|
155
|
+
|
151
156
|
.p-checkbox-box {
|
152
157
|
display: flex;
|
153
158
|
align-items: center;
|
@@ -166,16 +171,16 @@
|
|
166
171
|
width: 1.6rem;
|
167
172
|
height: 1.6rem;
|
168
173
|
}
|
169
|
-
|
170
174
|
}
|
171
175
|
|
172
|
-
.p-multiselect-header,
|
176
|
+
.p-multiselect-header,
|
177
|
+
.p-multiselect-item {
|
173
178
|
padding: 0.75rem 1.25rem;
|
174
179
|
margin: 0;
|
175
180
|
display: flex;
|
176
181
|
align-items: center;
|
177
182
|
|
178
|
-
>span{
|
183
|
+
>span {
|
179
184
|
padding: 8px;
|
180
185
|
}
|
181
186
|
}
|
@@ -204,8 +209,8 @@
|
|
204
209
|
}
|
205
210
|
}
|
206
211
|
|
207
|
-
.p-multiselect-header{
|
208
|
-
.p-checkbox{
|
212
|
+
.p-multiselect-header {
|
213
|
+
.p-checkbox {
|
209
214
|
display: none;
|
210
215
|
}
|
211
216
|
}
|
@@ -217,9 +222,9 @@
|
|
217
222
|
}
|
218
223
|
|
219
224
|
.showSelectAll {
|
220
|
-
.p-multiselect-header{
|
221
|
-
.p-checkbox{
|
225
|
+
.p-multiselect-header {
|
226
|
+
.p-checkbox {
|
222
227
|
display: flex !important;
|
223
228
|
}
|
224
229
|
}
|
225
|
-
}
|
230
|
+
}
|
@@ -19,6 +19,7 @@
|
|
19
19
|
text-decoration: none;
|
20
20
|
text-align: start;
|
21
21
|
transition: $sd-transition__menu-item;
|
22
|
+
|
22
23
|
&:hover,
|
23
24
|
&:focus,
|
24
25
|
&.p-highlight {
|
@@ -26,6 +27,7 @@
|
|
26
27
|
text-decoration: none;
|
27
28
|
cursor: pointer;
|
28
29
|
}
|
30
|
+
|
29
31
|
&:active {
|
30
32
|
background-color: $sd-colour-background__menu-item--active;
|
31
33
|
}
|
@@ -46,6 +48,7 @@
|
|
46
48
|
background-color: var(--color-input-bg--hover);
|
47
49
|
border-color: var(--color-input-border-hover);
|
48
50
|
}
|
51
|
+
|
49
52
|
&:focus, &:focus-within, &.p-focus {
|
50
53
|
background-color: var(--sd-colour-interactive--alpha-20);
|
51
54
|
box-shadow: 0 1px 0 0 $sd-colour-interactive;
|