@salesforcedevs/dx-components 1.3.194 → 1.3.196
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/lwc.config.json +0 -1
- package/package.json +2 -2
- package/src/modules/dx/alert/alert.css +1 -1
- package/src/modules/dx/breadcrumbs/breadcrumbs.css +2 -2
- package/src/modules/dx/cardDocs/cardDocs.css +1 -1
- package/src/modules/dx/cardGridDocs/cardGridDocs.css +0 -1
- package/src/modules/dx/cardNews/cardNews.css +7 -7
- package/src/modules/dx/cardStep/mockProps.ts +2 -1
- package/src/modules/dx/cardTrialExpanded/cardTrialExpanded.css +2 -2
- package/src/modules/dx/checkbox/checkbox.css +1 -2
- package/src/modules/dx/checkboxNative/checkboxNative.css +0 -3
- package/src/modules/dx/codeBlock/codeBlock.ts +6 -6
- package/src/modules/dx/codeBlock/customLanguages.js +2 -4
- package/src/modules/dx/codeBlock/lightTheme.css +4 -4
- package/src/modules/dx/dropdown/dropdown.css +2 -4
- package/src/modules/dx/dropdownOption/dropdownOption.css +2 -2
- package/src/modules/dx/feature/feature.css +1 -1
- package/src/modules/dx/featuredContentHeader/featuredContentHeader.css +3 -3
- package/src/modules/dx/filterMenu/filterMenu.css +2 -6
- package/src/modules/dx/footer/footer.css +4 -3
- package/src/modules/dx/headerMobileNavMenu/headerMobileNavMenu.css +1 -1
- package/src/modules/dx/icon/icon.css +1 -1
- package/src/modules/dx/input/input.css +0 -3
- package/src/modules/dx/searchResults/coveo.css +1 -1
- package/src/modules/dx/searchResults/searchResults.css +2 -3
- package/src/modules/dx/select/select.css +1 -15
- package/src/modules/dx/spinner/spinner.css +28 -225
- package/src/modules/dx/toast/toast.css +1 -1
- package/src/modules/dxHelpers/animations/animations.css +1 -1
- package/src/modules/dxHelpers/card/card.css +1 -1
- package/src/modules/dxHelpers/code/code.css +5 -13
- package/src/modules/dxHelpers/commonTreeItem/commonTreeItem.css +1 -1
- package/src/modules/dxHelpers/reset/reset.css +6 -13
- package/src/modules/dxHelpers/text/text.css +1 -1
- package/src/modules/dxUtils/prismjs/prismjs.ts +168 -294
- package/src/modules/dx/header/__benchmarks__/header.benchmark.js +0 -45
- package/src/modules/dx/header/header.css +0 -99
- package/src/modules/dx/header/header.html +0 -132
- package/src/modules/dx/header/header.ts +0 -21
package/lwc.config.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforcedevs/dx-components",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.196",
|
|
4
4
|
"description": "DX Lightning web components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"eventsourcemock": "^2.0.0",
|
|
42
42
|
"luxon": "^3.1.0"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "3ca1796a050dd87c8083f73e41d8cb0cfb15328d"
|
|
45
45
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
--dx-c-alert-container-align-items: flex-start;
|
|
7
7
|
--dx-c-alert-vertical-padding: var(--dx-g-spacing-md);
|
|
8
8
|
--dx-c-alert-success-color: var(--dx-g-green-vibrant-95);
|
|
9
|
-
--dx-c-alert-warning-color: rgb(254
|
|
9
|
+
--dx-c-alert-warning-color: rgb(254 243 217);
|
|
10
10
|
--dx-c-alert-danger-color: var(--dx-g-red-vibrant-95);
|
|
11
11
|
--dx-c-alert-success-accent-color: var(--dx-g-green-vibrant-80);
|
|
12
12
|
--dx-c-alert-warning-accent-color: var(--dx-g-yellow-vibrant-80);
|
|
@@ -79,7 +79,7 @@ dx-dropdown {
|
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
nav.state-long
|
|
82
|
-
.breadcrumb-slash:not(:nth-last-child(1)
|
|
82
|
+
.breadcrumb-slash:not(:nth-last-child(1), :nth-last-child(2)) {
|
|
83
83
|
display: none;
|
|
84
84
|
}
|
|
85
85
|
|
|
@@ -101,7 +101,7 @@ dx-dropdown {
|
|
|
101
101
|
display: initial;
|
|
102
102
|
}
|
|
103
103
|
|
|
104
|
-
.breadcrumb-slash:not(:nth-last-child(1)
|
|
104
|
+
.breadcrumb-slash:not(:nth-last-child(1), :nth-last-child(2)) {
|
|
105
105
|
display: none;
|
|
106
106
|
}
|
|
107
107
|
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
.dx-text-display-4 {
|
|
28
|
-
margin: 4px 0
|
|
28
|
+
margin: 4px 0;
|
|
29
29
|
color: inherit;
|
|
30
30
|
}
|
|
31
31
|
|
|
@@ -53,7 +53,7 @@ img {
|
|
|
53
53
|
font-size: 30px;
|
|
54
54
|
letter-spacing: 0.3px;
|
|
55
55
|
line-height: 40px;
|
|
56
|
-
margin: 4px 0 10px
|
|
56
|
+
margin: 4px 0 10px;
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
.dx-card-size-large p {
|
|
@@ -126,29 +126,29 @@ img {
|
|
|
126
126
|
|
|
127
127
|
.dx-card-size-normal p {
|
|
128
128
|
letter-spacing: 0.2px;
|
|
129
|
-
margin: 12px 0 0
|
|
129
|
+
margin: 12px 0 0;
|
|
130
130
|
}
|
|
131
131
|
|
|
132
132
|
.dx-card-size-normal .cta {
|
|
133
|
-
margin: 14px 0 -2px
|
|
133
|
+
margin: 14px 0 -2px;
|
|
134
134
|
}
|
|
135
135
|
|
|
136
136
|
.dx-card-size-large .dx-text-display-4 {
|
|
137
137
|
font-size: var(--dx-g-text-2xl);
|
|
138
138
|
line-height: 40px;
|
|
139
139
|
letter-spacing: 0.6px;
|
|
140
|
-
margin: 10px 0 0
|
|
140
|
+
margin: 10px 0 0;
|
|
141
141
|
}
|
|
142
142
|
|
|
143
143
|
.dx-card-size-large p {
|
|
144
144
|
font-size: 20px;
|
|
145
145
|
line-height: 32px;
|
|
146
|
-
margin: 10px 0 0
|
|
146
|
+
margin: 10px 0 0;
|
|
147
147
|
letter-spacing: 0.72px;
|
|
148
148
|
}
|
|
149
149
|
|
|
150
150
|
.dx-card-size-large .cta {
|
|
151
|
-
margin: 24px 0 0
|
|
151
|
+
margin: 24px 0 0;
|
|
152
152
|
}
|
|
153
153
|
|
|
154
154
|
.dx-card-news-img-vertical-align-middle {
|
|
@@ -21,7 +21,8 @@ export const stepsData = [
|
|
|
21
21
|
'I agree to the Journey to Salesforce Program Terms, subject to the <a href="http://www.google.com">Salesforce Program Agreement</a>.',
|
|
22
22
|
notAvailableAlertInfo: {
|
|
23
23
|
title: "Not Available",
|
|
24
|
-
body:
|
|
24
|
+
body:
|
|
25
|
+
'The Journey to Salesforce program is not currently available in your country. See the <a href="https://www.google.com/">program FAQs</a> for a list of participating countries.'
|
|
25
26
|
},
|
|
26
27
|
participatingCountryCodes: ["US", "CA", "IN"]
|
|
27
28
|
},
|
|
@@ -75,8 +75,7 @@ input:disabled + .checkbox-label {
|
|
|
75
75
|
--disabled-inner-color: var(--dx-g-gray-60);
|
|
76
76
|
--size: var(--dx-g-spacing-md);
|
|
77
77
|
|
|
78
|
-
|
|
79
|
-
-moz-appearance: none;
|
|
78
|
+
appearance: none;
|
|
80
79
|
height: var(--size);
|
|
81
80
|
width: var(--size);
|
|
82
81
|
outline: none;
|
|
@@ -94,10 +94,9 @@ export default class CodeBlock extends LightningElement {
|
|
|
94
94
|
set codeBlock(value: string) {
|
|
95
95
|
this._codeBlockRendered = false;
|
|
96
96
|
let match;
|
|
97
|
-
this._codeBlock = (
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
: match[1]
|
|
97
|
+
this._codeBlock = ((match = preTagRegexp.exec(value.trim())) === null
|
|
98
|
+
? value.trim()
|
|
99
|
+
: match[1]
|
|
101
100
|
).trim();
|
|
102
101
|
}
|
|
103
102
|
|
|
@@ -244,8 +243,9 @@ export default class CodeBlock extends LightningElement {
|
|
|
244
243
|
});
|
|
245
244
|
|
|
246
245
|
try {
|
|
247
|
-
const snippetContainer: HTMLElement | null =
|
|
248
|
-
|
|
246
|
+
const snippetContainer: HTMLElement | null = this.template.querySelector(
|
|
247
|
+
".code-block-content"
|
|
248
|
+
);
|
|
249
249
|
if (snippetContainer && snippetContainer.textContent) {
|
|
250
250
|
await navigator.clipboard.writeText(
|
|
251
251
|
snippetContainer.textContent
|
|
@@ -23,15 +23,13 @@ export const ampscript = {
|
|
|
23
23
|
},
|
|
24
24
|
boolean: /\b(true|false|null)\b/i,
|
|
25
25
|
number: /\b(0(x|X)[0-9a-fA-F]+|([0-9]+(\.[0-9]+)?))\b/,
|
|
26
|
-
keyword:
|
|
27
|
-
/\b(do|else|elseif|for|if(?:\s+not)?|endif|next|then|to|downto|var|set)\b/i,
|
|
26
|
+
keyword: /\b(do|else|elseif|for|if(?:\s+not)?|endif|next|then|to|downto|var|set)\b/i,
|
|
28
27
|
operator: /==|!=|>|<|>=|<=|=/,
|
|
29
28
|
variable: {
|
|
30
29
|
pattern: /@\w+|\[\w+\]/,
|
|
31
30
|
greedy: true
|
|
32
31
|
},
|
|
33
|
-
constant:
|
|
34
|
-
/\b(xtmonth|xtmonthnumeric|xtday|xtdayofweek|xtyear|xtshortdate|xtlongdate)\b/i,
|
|
32
|
+
constant: /\b(xtmonth|xtmonthnumeric|xtday|xtdayofweek|xtyear|xtshortdate|xtlongdate)\b/i,
|
|
35
33
|
logical: /\b(and|or|not)\b/i
|
|
36
34
|
}
|
|
37
35
|
};
|
|
@@ -39,19 +39,19 @@
|
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
.dx-theme-light .token.tag {
|
|
42
|
-
color: rgb(75
|
|
42
|
+
color: rgb(75 36 219);
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
.dx-theme-light .token.attr-name {
|
|
46
|
-
color: rgb(0
|
|
46
|
+
color: rgb(0 107 102);
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
.dx-theme-light .token.attr-value {
|
|
50
|
-
color: rgb(204
|
|
50
|
+
color: rgb(204 0 96);
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
.dx-theme-light .token.doctype {
|
|
54
|
-
color: rgb(0
|
|
54
|
+
color: rgb(0 114 215);
|
|
55
55
|
}
|
|
56
56
|
|
|
57
57
|
.dx-theme-light .token.prolog,
|
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
.menu_list {
|
|
9
9
|
display: flex;
|
|
10
|
-
flex-
|
|
11
|
-
flex-wrap: nowrap;
|
|
10
|
+
flex-flow: column nowrap;
|
|
12
11
|
}
|
|
13
12
|
|
|
14
13
|
.menu-hidden::part(content) {
|
|
@@ -29,8 +28,7 @@
|
|
|
29
28
|
}
|
|
30
29
|
|
|
31
30
|
.menu-nested-2-col .menu_list {
|
|
32
|
-
flex-
|
|
33
|
-
flex-wrap: wrap;
|
|
31
|
+
flex-flow: row wrap;
|
|
34
32
|
}
|
|
35
33
|
|
|
36
34
|
.menu-nested-2-col .menu_option {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@import "dxHelpers/reset";
|
|
2
2
|
|
|
3
3
|
.indented-shape {
|
|
4
|
-
--background: rgb(170
|
|
4
|
+
--background: rgb(170 203 255);
|
|
5
5
|
--wide: 2px;
|
|
6
6
|
|
|
7
7
|
background-color: var(--background);
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
.option-indented .option_label {
|
|
75
|
-
display:
|
|
75
|
+
display: box;
|
|
76
76
|
max-width: 300px;
|
|
77
77
|
overflow: hidden;
|
|
78
78
|
-webkit-line-clamp: 1;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
@import "dxHelpers/text";
|
|
3
3
|
|
|
4
4
|
:host {
|
|
5
|
-
--dx-c-feature-img-box-shadow: 0 6px 30px 0
|
|
5
|
+
--dx-c-feature-img-box-shadow: 0 6px 30px 0 rgb(0 20 45 / 40%);
|
|
6
6
|
--dx-c-feature-description-left-img-src: url("https://a.sfdcstatic.com/developer-website/images/feature-backdrop1.svg");
|
|
7
7
|
--dx-c-feature-description-max-width: 31.75rem;
|
|
8
8
|
--dx-c-feature-img-margin-left: auto;
|
|
@@ -322,7 +322,7 @@ img {
|
|
|
322
322
|
left: 0;
|
|
323
323
|
width: 100%;
|
|
324
324
|
height: 100%;
|
|
325
|
-
border: 1px solid
|
|
325
|
+
border: 1px solid rgb(24 24 24 / 10%);
|
|
326
326
|
border-radius: var(--image-radius);
|
|
327
327
|
object-fit: cover;
|
|
328
328
|
}
|
|
@@ -405,11 +405,11 @@ dx-image-and-label {
|
|
|
405
405
|
/* DARK VARIANT */
|
|
406
406
|
|
|
407
407
|
.variant_dark {
|
|
408
|
-
--label-color: rgb(190
|
|
408
|
+
--label-color: rgb(190 199 246);
|
|
409
409
|
|
|
410
410
|
background: var(
|
|
411
411
|
--dx-c-featured-content-header-background-color,
|
|
412
|
-
linear-gradient(-180deg, rgb(40
|
|
412
|
+
linear-gradient(-180deg, rgb(40 23 153) 0%, rgb(46 43 182) 100%)
|
|
413
413
|
);
|
|
414
414
|
}
|
|
415
415
|
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
display: flex;
|
|
13
13
|
flex-direction: column;
|
|
14
14
|
width: 100%;
|
|
15
|
-
border: 1px solid rgb(201
|
|
15
|
+
border: 1px solid rgb(201 201 201);
|
|
16
16
|
border-radius: 4px;
|
|
17
17
|
padding: 15px 0;
|
|
18
18
|
position: relative;
|
|
@@ -21,7 +21,6 @@
|
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
.caret-down {
|
|
24
|
-
-webkit-transform: rotate(180deg); /* Safari */
|
|
25
24
|
transform: rotate(180deg);
|
|
26
25
|
}
|
|
27
26
|
|
|
@@ -53,7 +52,7 @@
|
|
|
53
52
|
font-size: 14px;
|
|
54
53
|
font-family: var(--dx-g-font-sans);
|
|
55
54
|
font-weight: bold;
|
|
56
|
-
color: rgb(24
|
|
55
|
+
color: rgb(24 24 24);
|
|
57
56
|
}
|
|
58
57
|
|
|
59
58
|
.first-layer {
|
|
@@ -89,9 +88,6 @@ svg,
|
|
|
89
88
|
.filter-menu-title {
|
|
90
89
|
background: transparent;
|
|
91
90
|
cursor: pointer;
|
|
92
|
-
-webkit-user-select: none; /* Safari 3.1+ */
|
|
93
|
-
-moz-user-select: none; /* Firefox 2+ */
|
|
94
|
-
-ms-user-select: none; /* IE 10+ */
|
|
95
91
|
user-select: none;
|
|
96
92
|
}
|
|
97
93
|
|
|
@@ -152,9 +152,10 @@ footer.signup-variant-no-signup {
|
|
|
152
152
|
.content-container_middle {
|
|
153
153
|
display: grid;
|
|
154
154
|
grid-gap: var(--dx-g-spacing-xl);
|
|
155
|
-
grid-template
|
|
156
|
-
|
|
157
|
-
|
|
155
|
+
grid-template:
|
|
156
|
+
"logo general" auto
|
|
157
|
+
"socials general" max-content
|
|
158
|
+
"locales general" max-content / auto max-content;
|
|
158
159
|
background: var(--dx-g-cloud-blue-vibrant-95);
|
|
159
160
|
padding-top: var(--dx-g-spacing-4xl);
|
|
160
161
|
padding-bottom: var(--dx-g-spacing-3xl);
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
padding: 0 var(--dx-g-spacing-sm) var(--dx-g-spacing-sm)
|
|
28
28
|
var(--dx-g-spacing-sm);
|
|
29
29
|
background: var(--dx-c-color-background);
|
|
30
|
-
box-shadow: 0 20px 28px 0
|
|
30
|
+
box-shadow: 0 20px 28px 0 rgb(0 20 45 / 8%);
|
|
31
31
|
transform: translateY(0);
|
|
32
32
|
border-top: 1px solid transparent;
|
|
33
33
|
transition: var(--dx-g-transition-transform-2x),
|
|
@@ -104,8 +104,6 @@ label {
|
|
|
104
104
|
padding-top: var(--dx-g-spacing-xs);
|
|
105
105
|
overflow-wrap: break-word;
|
|
106
106
|
word-wrap: break-word;
|
|
107
|
-
-ms-hyphens: auto;
|
|
108
|
-
-webkit-hyphens: auto;
|
|
109
107
|
}
|
|
110
108
|
|
|
111
109
|
.input-group.size-small input {
|
|
@@ -164,7 +162,6 @@ input::placeholder {
|
|
|
164
162
|
|
|
165
163
|
.has-error.state-focused {
|
|
166
164
|
box-shadow: 0 0 3px var(--dx-g-blue-vibrant-50);
|
|
167
|
-
-webkit-box-shadow: 0 0 3px var(--dx-g-blue-vibrant-50);
|
|
168
165
|
}
|
|
169
166
|
|
|
170
167
|
.error-message-box {
|
|
@@ -7944,7 +7944,7 @@ select.coveo-dropdown::-ms-expand {
|
|
|
7944
7944
|
|
|
7945
7945
|
@font-face {
|
|
7946
7946
|
font-family: "Lato";
|
|
7947
|
-
src: url('https://static.cloud.coveo.com/searchui/v2.
|
|
7947
|
+
src: url('https://static.cloud.coveo.com/searchui/v2.10113/0/fonts/lato.woff2'), url('https://staticdev.cloud.coveo.com/searchui/v2.10113/0/fonts/lato.woff2'), url('../fonts/lato.woff2'), url('https://static.cloud.coveo.com/searchui/v2.10113/0/fonts/lato.woff'), url('https://staticdev.cloud.coveo.com/searchui/v2.10113/0/fonts/lato.woff'), url('../fonts/lato.woff');
|
|
7948
7948
|
font-weight: normal;
|
|
7949
7949
|
font-style: normal;
|
|
7950
7950
|
}
|
|
@@ -266,9 +266,8 @@ li.coveo-dynamic-facet-breadcrumb-value-list-item {
|
|
|
266
266
|
.dx-result {
|
|
267
267
|
background: white;
|
|
268
268
|
border-radius: 16px;
|
|
269
|
-
border: 1px solid
|
|
270
|
-
box-shadow: 0 0 2px 0
|
|
271
|
-
0 2px 4px 1px rgba(24, 24, 24, 0.16);
|
|
269
|
+
border: 1px solid rgb(24 24 24 / 4%);
|
|
270
|
+
box-shadow: 0 0 2px 0 rgb(24 24 24 / 8%), 0 2px 4px 1px rgb(24 24 24 / 16%);
|
|
272
271
|
padding: 20px;
|
|
273
272
|
margin-bottom: var(--dx-g-spacing-lg);
|
|
274
273
|
}
|
|
@@ -31,14 +31,12 @@ select.select-element:active:not([disabled]) {
|
|
|
31
31
|
border-width: 2px;
|
|
32
32
|
border-color: var(--dx-g-blue-vibrant-50);
|
|
33
33
|
box-shadow: none;
|
|
34
|
-
-webkit-box-shadow: none;
|
|
35
34
|
}
|
|
36
35
|
|
|
37
36
|
.has-error select.select-element:focus,
|
|
38
37
|
.has-error select.select-element:active {
|
|
39
38
|
border-color: #ea001e;
|
|
40
39
|
box-shadow: 0 0 3px var(--dx-g-blue-vibrant-50);
|
|
41
|
-
-webkit-box-shadow: 0 0 3px var(--dx-g-blue-vibrant-50);
|
|
42
40
|
}
|
|
43
41
|
|
|
44
42
|
@media (min-width: 48em) {
|
|
@@ -77,8 +75,6 @@ select {
|
|
|
77
75
|
.form-element_label {
|
|
78
76
|
overflow-wrap: break-word;
|
|
79
77
|
word-wrap: break-word;
|
|
80
|
-
-webkit-hyphens: auto;
|
|
81
|
-
-ms-hyphens: auto;
|
|
82
78
|
hyphens: auto;
|
|
83
79
|
display: inline-block;
|
|
84
80
|
color: #3e3e3c;
|
|
@@ -129,7 +125,6 @@ select {
|
|
|
129
125
|
border: 1px solid #dddbda;
|
|
130
126
|
border-radius: 0.25rem;
|
|
131
127
|
background-color: transparent;
|
|
132
|
-
-webkit-transition: border 0.1s linear, background-color 0.1s linear;
|
|
133
128
|
transition: border 0.1s linear, background-color 0.1s linear;
|
|
134
129
|
z-index: 1;
|
|
135
130
|
}
|
|
@@ -139,7 +134,6 @@ select {
|
|
|
139
134
|
outline: 0;
|
|
140
135
|
border-color: #1b96ff;
|
|
141
136
|
background-color: transparent;
|
|
142
|
-
-webkit-box-shadow: 0 0 3px #0176d3;
|
|
143
137
|
box-shadow: 0 0 3px #0176d3;
|
|
144
138
|
}
|
|
145
139
|
|
|
@@ -149,9 +143,6 @@ select {
|
|
|
149
143
|
border-color: #c9c7c5;
|
|
150
144
|
color: #3e3e3c;
|
|
151
145
|
cursor: not-allowed;
|
|
152
|
-
-webkit-user-select: none;
|
|
153
|
-
-moz-user-select: none;
|
|
154
|
-
-ms-user-select: none;
|
|
155
146
|
user-select: none;
|
|
156
147
|
opacity: 1;
|
|
157
148
|
z-index: 0;
|
|
@@ -161,7 +152,6 @@ select {
|
|
|
161
152
|
.select-element[disabled]:active,
|
|
162
153
|
.select-element.slds-is-disabled:focus,
|
|
163
154
|
.select-element.slds-is-disabled:active {
|
|
164
|
-
-webkit-box-shadow: none;
|
|
165
155
|
box-shadow: none;
|
|
166
156
|
}
|
|
167
157
|
|
|
@@ -176,7 +166,6 @@ select {
|
|
|
176
166
|
|
|
177
167
|
.has-error .select-element {
|
|
178
168
|
border-color: #ea001e;
|
|
179
|
-
-webkit-box-shadow: #ea001e 0 0 0 1px inset;
|
|
180
169
|
box-shadow: #ea001e 0 0 0 1px inset;
|
|
181
170
|
background-clip: padding-box;
|
|
182
171
|
}
|
|
@@ -188,8 +177,7 @@ select {
|
|
|
188
177
|
}
|
|
189
178
|
|
|
190
179
|
.select_container .select-element {
|
|
191
|
-
|
|
192
|
-
-webkit-appearance: none;
|
|
180
|
+
appearance: none;
|
|
193
181
|
padding-left: 0.5rem;
|
|
194
182
|
padding-right: 1.5rem;
|
|
195
183
|
}
|
|
@@ -200,12 +188,10 @@ select {
|
|
|
200
188
|
|
|
201
189
|
.has-error .select-element:focus,
|
|
202
190
|
.has-error .select-element:active {
|
|
203
|
-
-webkit-box-shadow: #ea001e 0 0 0 1px inset, 0 0 3px #0176d3;
|
|
204
191
|
box-shadow: #ea001e 0 0 0 1px inset, 0 0 3px #0176d3;
|
|
205
192
|
}
|
|
206
193
|
|
|
207
194
|
.form-element:not(.has-error) .select-element:required {
|
|
208
|
-
-webkit-box-shadow: none;
|
|
209
195
|
box-shadow: none;
|
|
210
196
|
}
|
|
211
197
|
|