@carbon/ibm-products 2.43.2-canary.61 → 2.43.2-canary.63
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 -6
- package/css/index-full-carbon.css.map +1 -1
- package/css/index-full-carbon.min.css +1 -1
- package/css/index-full-carbon.min.css.map +1 -1
- package/css/index-without-carbon-released-only.css +0 -4
- package/css/index-without-carbon-released-only.css.map +1 -1
- package/css/index-without-carbon-released-only.min.css +1 -1
- package/css/index-without-carbon-released-only.min.css.map +1 -1
- package/css/index-without-carbon.css +2 -6
- package/css/index-without-carbon.css.map +1 -1
- package/css/index-without-carbon.min.css +1 -1
- package/css/index-without-carbon.min.css.map +1 -1
- package/css/index.css +2 -6
- package/css/index.css.map +1 -1
- 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/Datagrid/_datagrid.scss +0 -4
- package/scss/components/OptionsTile/_options-tile.scss +6 -6
@@ -9862,14 +9862,14 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
9862
9862
|
overflow: hidden;
|
9863
9863
|
}
|
9864
9864
|
|
9865
|
-
.c4p--options-
|
9865
|
+
.c4p--options-tile__summary.c4p--options-tile__summary--open:not(.c4p--options-tile__summary--closing),
|
9866
9866
|
.c4p--options-tile__summary--hidden {
|
9867
9867
|
height: 0;
|
9868
9868
|
margin-top: 0;
|
9869
9869
|
opacity: 0;
|
9870
9870
|
}
|
9871
9871
|
|
9872
|
-
.c4p--options-
|
9872
|
+
.c4p--options-tile__chevron.c4p--options-tile__chevron--open:not(.c4p--options-tile__chevron--closing) {
|
9873
9873
|
transform: rotate(180deg);
|
9874
9874
|
}
|
9875
9875
|
|
@@ -12267,10 +12267,6 @@ th.c4p--datagrid__select-all-toggle-on.button {
|
|
12267
12267
|
min-width: auto;
|
12268
12268
|
}
|
12269
12269
|
|
12270
|
-
.c4p--datagrid .cds--pagination {
|
12271
|
-
background-color: var(--cds-layer-02, #ffffff);
|
12272
|
-
}
|
12273
|
-
|
12274
12270
|
:root {
|
12275
12271
|
--cds-grid-gutter: 2rem;
|
12276
12272
|
--cds-grid-columns: 4;
|