@workday/canvas-kit-css 8.0.0 → 8.0.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.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Workday Canvas - canvas-kit-css v8.0.0
2
+ * Workday Canvas - canvas-kit-css v8.0.2
3
3
  * Copyright 2019-2022 Workday, Inc.
4
4
  */
5
5
  .wdc-action-bar {
@@ -8226,16 +8226,6 @@ table.wdc-table tbody tr.wdc-table-row-alert-borderless td {
8226
8226
  }
8227
8227
  }
8228
8228
 
8229
- @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
8230
- .wdc-menu {
8231
- width: auto;
8232
- min-width: 200px;
8233
- }
8234
- .wdc-tooltip {
8235
- width: auto;
8236
- }
8237
- }
8238
-
8239
8229
  @media (min-width: 768px) {
8240
8230
  .wdc-page-header .wdc-page-header-container {
8241
8231
  padding: 0 40px;
@@ -8319,3 +8309,9 @@ table.wdc-table tbody tr.wdc-table-row-alert-borderless td {
8319
8309
  width: 100%;
8320
8310
  }
8321
8311
  }
8312
+
8313
+ @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
8314
+ .wdc-tooltip {
8315
+ width: auto;
8316
+ }
8317
+ }