@carbon/styles 1.10.0-rc.0 → 1.11.0-rc.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
CHANGED
|
@@ -5204,8 +5204,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
5204
5204
|
|
|
5205
5205
|
.cds--checkbox:checked + .cds--checkbox-label::before,
|
|
5206
5206
|
.cds--checkbox:indeterminate + .cds--checkbox-label::before,
|
|
5207
|
-
.cds--checkbox-label[data-contained-checkbox-state=true]::before
|
|
5208
|
-
.cds--checkbox-label[data-contained-checkbox-state=mixed]::before {
|
|
5207
|
+
.cds--checkbox-label[data-contained-checkbox-state=true]::before {
|
|
5209
5208
|
border: none;
|
|
5210
5209
|
border-width: 1px;
|
|
5211
5210
|
background-color: var(--cds-icon-primary, #161616);
|
|
@@ -5217,8 +5216,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
5217
5216
|
transform: scale(1) rotate(-45deg) /*rtl:scale(1.2) rotate3d(.5, 1, 0, 158deg)*/;
|
|
5218
5217
|
}
|
|
5219
5218
|
|
|
5220
|
-
.cds--checkbox:indeterminate + .cds--checkbox-label::after
|
|
5221
|
-
.cds--checkbox-label[data-contained-checkbox-state=mixed]::after {
|
|
5219
|
+
.cds--checkbox:indeterminate + .cds--checkbox-label::after {
|
|
5222
5220
|
top: 0.6875rem;
|
|
5223
5221
|
width: 0.5rem;
|
|
5224
5222
|
border-bottom: 2px solid var(--cds-icon-inverse, #ffffff);
|
|
@@ -5231,8 +5229,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
5231
5229
|
.cds--checkbox-label__focus::before,
|
|
5232
5230
|
.cds--checkbox:checked:focus + .cds--checkbox-label::before,
|
|
5233
5231
|
.cds--checkbox-label[data-contained-checkbox-state=true].cds--checkbox-label__focus::before,
|
|
5234
|
-
.cds--checkbox:indeterminate:focus + .cds--checkbox-label::before
|
|
5235
|
-
.cds--checkbox-label[data-contained-checkbox-state=mixed].cds--checkbox-label__focus::before {
|
|
5232
|
+
.cds--checkbox:indeterminate:focus + .cds--checkbox-label::before {
|
|
5236
5233
|
outline: 2px solid var(--cds-focus, #0f62fe);
|
|
5237
5234
|
outline-offset: 1px;
|
|
5238
5235
|
}
|
|
@@ -5250,8 +5247,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
5250
5247
|
|
|
5251
5248
|
.cds--checkbox:checked:disabled + .cds--checkbox-label::before,
|
|
5252
5249
|
.cds--checkbox:indeterminate:disabled + .cds--checkbox-label::before,
|
|
5253
|
-
.cds--checkbox-label[data-contained-checkbox-state=true][data-contained-checkbox-disabled=true]::before
|
|
5254
|
-
.cds--checkbox-label[data-contained-checkbox-state=mixed][data-contained-checkbox-disabled=true]::before {
|
|
5250
|
+
.cds--checkbox-label[data-contained-checkbox-state=true][data-contained-checkbox-disabled=true]::before {
|
|
5255
5251
|
background-color: var(--cds-icon-disabled, rgba(22, 22, 22, 0.25));
|
|
5256
5252
|
}
|
|
5257
5253
|
|
|
@@ -13029,7 +13025,7 @@ button.cds--dropdown-text:focus {
|
|
|
13029
13025
|
padding-left: 0;
|
|
13030
13026
|
}
|
|
13031
13027
|
|
|
13032
|
-
.cds--multi-select--filterable.cds--list-box--disabled:hover .cds--text-input {
|
|
13028
|
+
.cds--multi-select--filterable.cds--list-box--disabled:hover:not(.cds--multi-select--filterable) .cds--text-input {
|
|
13033
13029
|
background-color: var(--cds-field);
|
|
13034
13030
|
}
|
|
13035
13031
|
|