@carbon/styles 1.45.0-rc.0 → 1.45.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 +17 -0
- package/css/styles.min.css +1 -1
- package/package.json +2 -2
- package/scss/components/tag/_tag.scss +17 -0
- package/scss/components/tile/_tile.scss +4 -0
package/css/styles.css
CHANGED
|
@@ -7803,6 +7803,19 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
7803
7803
|
}
|
|
7804
7804
|
}
|
|
7805
7805
|
|
|
7806
|
+
.cds--tag .cds--slug .cds--slug__button--inline {
|
|
7807
|
+
color: currentColor;
|
|
7808
|
+
margin-inline-start: 0.0625rem;
|
|
7809
|
+
}
|
|
7810
|
+
|
|
7811
|
+
.cds--tag .cds--slug .cds--slug__button--inline .cds--slug__text::before {
|
|
7812
|
+
background-color: currentColor;
|
|
7813
|
+
}
|
|
7814
|
+
|
|
7815
|
+
.cds--tag .cds--slug .cds--slug__button--inline:hover {
|
|
7816
|
+
border-color: currentColor;
|
|
7817
|
+
}
|
|
7818
|
+
|
|
7806
7819
|
/* stylelint-disable */
|
|
7807
7820
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
7808
7821
|
.cds--tag {
|
|
@@ -21891,6 +21904,10 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
21891
21904
|
border-radius: 1rem;
|
|
21892
21905
|
}
|
|
21893
21906
|
|
|
21907
|
+
.cds--tile--slug-rounded .cds--tile__chevron {
|
|
21908
|
+
border-end-end-radius: 1rem;
|
|
21909
|
+
}
|
|
21910
|
+
|
|
21894
21911
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
21895
21912
|
.cds--tile__chevron svg,
|
|
21896
21913
|
.cds--tile__checkmark svg,
|