@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.
|
|
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": "
|
|
62
|
+
"gitHead": "65f0882c8fbf9f52f9acf8cf899b124f9cbab720"
|
|
63
63
|
}
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
.#{$prefix}--tag--outline {
|
|
118
118
|
@include tag-theme($background, $text-primary, $layer-hover);
|
|
119
119
|
|
|
120
|
-
box-shadow:
|
|
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
|
}
|