@carbon/styles 1.81.0-rc.0 → 1.81.0

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/css/styles.css CHANGED
@@ -14340,6 +14340,12 @@ th .cds--table-sort__flex {
14340
14340
  margin-block-start: 0.8125rem;
14341
14341
  }
14342
14342
 
14343
+ .cds--table-sort__header .cds--ai-label,
14344
+ .cds--table-sort__header .cds--slug,
14345
+ .cds--table-sort__header .cds--table-header-label--decorator-inner {
14346
+ display: none;
14347
+ }
14348
+
14343
14349
  .cds--table-sort__header--slug .cds--table-sort__icon,
14344
14350
  .cds--table-sort__header--slug .cds--table-sort__icon-unsorted,
14345
14351
  .cds--table-sort__header--ai-label .cds--table-sort__icon,
@@ -14353,6 +14359,7 @@ th .cds--table-sort__flex {
14353
14359
  .cds--table-sort__header--ai-label .cds--slug,
14354
14360
  .cds--table-sort__header--decorator .cds--table-header-label--decorator-inner,
14355
14361
  .cds--table-sort__header--ai-label .cds--table-header-label--decorator-inner {
14362
+ display: block;
14356
14363
  margin-inline-end: 0.5rem;
14357
14364
  }
14358
14365
 
@@ -16167,16 +16174,22 @@ button.cds--dropdown-text:focus {
16167
16174
  .cds--file__selected-file .cds--file-filename-container-wrap-invalid .cds--file-filename-tooltip {
16168
16175
  inline-size: -webkit-fill-available;
16169
16176
  padding-inline-start: 1rem;
16177
+ /* This is for targeting styles specific to firefox */
16178
+ /* https://sass-lang.com/documentation/breaking-changes/moz-document/ */
16179
+ /* stylelint-disable-next-line at-rule-no-vendor-prefix */
16170
16180
  }
16171
- @document url-prefix() {
16181
+ @-moz-document url-prefix() {
16172
16182
  .cds--file__selected-file .cds--file-filename-container-wrap-invalid .cds--file-filename-tooltip {
16173
16183
  inline-size: -moz-available;
16174
16184
  }
16175
16185
  }
16176
16186
  .cds--file__selected-file .cds--file-filename-tooltip {
16177
16187
  inline-size: -webkit-fill-available;
16188
+ /* This is for targeting styles specific to firefox */
16189
+ /* https://sass-lang.com/documentation/breaking-changes/moz-document/ */
16190
+ /* stylelint-disable-next-line at-rule-no-vendor-prefix */
16178
16191
  }
16179
- @document url-prefix() {
16192
+ @-moz-document url-prefix() {
16180
16193
  .cds--file__selected-file .cds--file-filename-tooltip {
16181
16194
  inline-size: -moz-available;
16182
16195
  }
@@ -16197,8 +16210,11 @@ button.cds--dropdown-text:focus {
16197
16210
  outline: inherit;
16198
16211
  text-overflow: ellipsis;
16199
16212
  white-space: nowrap;
16213
+ /* This is for targeting styles specific to firefox */
16214
+ /* https://sass-lang.com/documentation/breaking-changes/moz-document/ */
16215
+ /* stylelint-disable-next-line at-rule-no-vendor-prefix */
16200
16216
  }
16201
- @document url-prefix() {
16217
+ @-moz-document url-prefix() {
16202
16218
  .cds--file__selected-file .cds--file-filename-button {
16203
16219
  inline-size: -moz-available;
16204
16220
  }