@carbon/styles 1.26.0-rc.0 → 1.26.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
|
@@ -19989,7 +19989,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
19989
19989
|
-webkit-box-align: end;
|
|
19990
19990
|
-ms-flex-align: end;
|
|
19991
19991
|
align-items: flex-end;
|
|
19992
|
-
margin-top: 0.
|
|
19992
|
+
margin-top: 0.375rem;
|
|
19993
19993
|
}
|
|
19994
19994
|
|
|
19995
19995
|
.cds--radio-button__invalid-icon {
|
|
@@ -20005,10 +20005,6 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
20005
20005
|
fill: #000000;
|
|
20006
20006
|
}
|
|
20007
20007
|
|
|
20008
|
-
.cds--radio-button__validation-msg .cds--form__helper-text {
|
|
20009
|
-
margin-top: 0;
|
|
20010
|
-
}
|
|
20011
|
-
|
|
20012
20008
|
.cds--radio-button-group--invalid + .cds--radio-button__validation-msg,
|
|
20013
20009
|
.cds--radio-button-group--warning + .cds--radio-button__validation-msg {
|
|
20014
20010
|
display: -webkit-box;
|
|
@@ -20029,6 +20025,10 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
20029
20025
|
color: var(--cds-text-error, #da1e28);
|
|
20030
20026
|
}
|
|
20031
20027
|
|
|
20028
|
+
.cds--radio-button-group ~ .cds--form__helper-text {
|
|
20029
|
+
margin-top: 0.375rem;
|
|
20030
|
+
}
|
|
20031
|
+
|
|
20032
20032
|
.cds--radio-button:focus + .cds--radio-button__label .cds--radio-button__appearance {
|
|
20033
20033
|
outline: 2px solid var(--cds-focus, #0f62fe);
|
|
20034
20034
|
outline-offset: 1.5px;
|