@carbon/styles 1.6.0 → 1.7.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/styles",
3
3
  "description": "Styles for the Carbon Design System",
4
- "version": "1.6.0",
4
+ "version": "1.7.0",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -59,5 +59,5 @@
59
59
  "scss/**/*.css",
60
60
  "css/**/*.css"
61
61
  ],
62
- "gitHead": "07aff903e75a56d215c3582c214505379448e38e"
62
+ "gitHead": "65f0882c8fbf9f52f9acf8cf899b124f9cbab720"
63
63
  }
@@ -54,7 +54,7 @@ $icon-tab-size: custom-property.get-var('icon-tab-size', rem(40px));
54
54
 
55
55
  .#{$prefix}--tab--list {
56
56
  display: flex;
57
- width: 100%;
57
+ width: auto;
58
58
  overflow-x: auto;
59
59
  scroll-behavior: smooth;
60
60
  scrollbar-width: none;
@@ -117,7 +117,7 @@
117
117
  .#{$prefix}--tag--outline {
118
118
  @include tag-theme($background, $text-primary, $layer-hover);
119
119
 
120
- box-shadow: inset 0 0 0 1px $background-inverse;
120
+ box-shadow: 0 0 0 1px $background-inverse;
121
121
  }
122
122
 
123
123
  .#{$prefix}--tag--disabled,
@@ -125,6 +125,8 @@
125
125
  .#{$prefix}--tag--interactive.#{$prefix}--tag--disabled {
126
126
  @include tag-theme($layer, $text-disabled);
127
127
 
128
+ box-shadow: none;
129
+
128
130
  &:hover {
129
131
  cursor: not-allowed;
130
132
  }