@workday/canvas-kit-css 8.5.0 → 8.5.2
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/dist/canvas-kit-css.css +2 -21
- package/dist/canvas-kit-css.min.css +2 -2
- package/dist/stats.json +17 -44
- package/package.json +24 -24
package/dist/canvas-kit-css.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Workday Canvas - canvas-kit-css v8.5.
|
|
2
|
+
* Workday Canvas - canvas-kit-css v8.5.2
|
|
3
3
|
* Copyright 2019-2023 Workday, Inc.
|
|
4
4
|
*/
|
|
5
5
|
.wdc-action-bar {
|
|
@@ -5733,6 +5733,7 @@
|
|
|
5733
5733
|
background-size: 20px;
|
|
5734
5734
|
color: #494949;
|
|
5735
5735
|
-webkit-appearance: none;
|
|
5736
|
+
-moz-appearance: none;
|
|
5736
5737
|
appearance: none;
|
|
5737
5738
|
padding-right: 32px;
|
|
5738
5739
|
}
|
|
@@ -6176,11 +6177,6 @@ table.wdc-table tbody tr.wdc-table-row-alert-borderless td {
|
|
|
6176
6177
|
outline: none;
|
|
6177
6178
|
}
|
|
6178
6179
|
|
|
6179
|
-
.wdc-form-textarea textarea:-ms-input-placeholder {
|
|
6180
|
-
/* WebKit, Blink, Edge */
|
|
6181
|
-
color: #5e6a75;
|
|
6182
|
-
}
|
|
6183
|
-
|
|
6184
6180
|
.wdc-form-textarea textarea::placeholder {
|
|
6185
6181
|
/* WebKit, Blink, Edge */
|
|
6186
6182
|
color: #5e6a75;
|
|
@@ -6199,11 +6195,6 @@ table.wdc-table tbody tr.wdc-table-row-alert-borderless td {
|
|
|
6199
6195
|
pointer-events: none;
|
|
6200
6196
|
}
|
|
6201
6197
|
|
|
6202
|
-
.wdc-form-textarea textarea:disabled:-ms-input-placeholder, .wdc-form-textarea textarea.wdc-form-disabled:-ms-input-placeholder {
|
|
6203
|
-
/* WebKit, Blink, Edge */
|
|
6204
|
-
color: #a1aab3;
|
|
6205
|
-
}
|
|
6206
|
-
|
|
6207
6198
|
.wdc-form-textarea textarea:disabled::placeholder, .wdc-form-textarea textarea.wdc-form-disabled::placeholder {
|
|
6208
6199
|
/* WebKit, Blink, Edge */
|
|
6209
6200
|
color: #a1aab3;
|
|
@@ -6236,11 +6227,6 @@ table.wdc-table tbody tr.wdc-table-row-alert-borderless td {
|
|
|
6236
6227
|
outline: none;
|
|
6237
6228
|
}
|
|
6238
6229
|
|
|
6239
|
-
.wdc-form-textinput input:-ms-input-placeholder {
|
|
6240
|
-
/* WebKit, Blink, Edge */
|
|
6241
|
-
color: #5e6a75;
|
|
6242
|
-
}
|
|
6243
|
-
|
|
6244
6230
|
.wdc-form-textinput input::placeholder {
|
|
6245
6231
|
/* WebKit, Blink, Edge */
|
|
6246
6232
|
color: #5e6a75;
|
|
@@ -6259,11 +6245,6 @@ table.wdc-table tbody tr.wdc-table-row-alert-borderless td {
|
|
|
6259
6245
|
pointer-events: none;
|
|
6260
6246
|
}
|
|
6261
6247
|
|
|
6262
|
-
.wdc-form-textinput input:disabled:-ms-input-placeholder, .wdc-form-textinput input.wdc-form-disabled:-ms-input-placeholder {
|
|
6263
|
-
/* WebKit, Blink, Edge */
|
|
6264
|
-
color: #a1aab3;
|
|
6265
|
-
}
|
|
6266
|
-
|
|
6267
6248
|
.wdc-form-textinput input:disabled::placeholder, .wdc-form-textinput input.wdc-form-disabled::placeholder {
|
|
6268
6249
|
/* WebKit, Blink, Edge */
|
|
6269
6250
|
color: #a1aab3;
|