@carbon/ibm-products 2.43.2-canary.61 → 2.43.2-canary.62
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/index-full-carbon.css +2 -2
- package/css/index-full-carbon.min.css +1 -1
- package/css/index-full-carbon.min.css.map +1 -1
- package/css/index-without-carbon.css +2 -2
- package/css/index-without-carbon.min.css +1 -1
- package/css/index-without-carbon.min.css.map +1 -1
- package/css/index.css +2 -2
- package/css/index.min.css +1 -1
- package/css/index.min.css.map +1 -1
- package/es/components/OptionsTile/OptionsTile.js +7 -1
- package/lib/components/OptionsTile/OptionsTile.js +7 -1
- package/package.json +3 -3
- package/scss/components/OptionsTile/_options-tile.scss +6 -6
@@ -9861,14 +9861,14 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
9861
9861
|
overflow: hidden;
|
9862
9862
|
}
|
9863
9863
|
|
9864
|
-
.c4p--options-
|
9864
|
+
.c4p--options-tile__summary.c4p--options-tile__summary--open:not(.c4p--options-tile__summary--closing),
|
9865
9865
|
.c4p--options-tile__summary--hidden {
|
9866
9866
|
height: 0;
|
9867
9867
|
margin-top: 0;
|
9868
9868
|
opacity: 0;
|
9869
9869
|
}
|
9870
9870
|
|
9871
|
-
.c4p--options-
|
9871
|
+
.c4p--options-tile__chevron.c4p--options-tile__chevron--open:not(.c4p--options-tile__chevron--closing) {
|
9872
9872
|
transform: rotate(180deg);
|
9873
9873
|
}
|
9874
9874
|
|