Rename mx_RadioButton to mx_StyledRadioButton to match class name (#7083)

This commit is contained in:
Andy Balaam 2021-11-04 12:57:38 +00:00 committed by GitHub
parent 7a203461f7
commit 9c8e1d32e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 47 additions and 47 deletions

View file

@ -34,11 +34,11 @@ limitations under the License.
display: none;
}
.mx_RadioButton input[type="radio"]:checked + div > div {
.mx_StyledRadioButton input[type="radio"]:checked + div > div {
background: $greyed-fg-color;
}
.mx_RadioButton input[type=radio]:checked + div {
.mx_StyledRadioButton input[type=radio]:checked + div {
border-color: unset;
}
@ -76,7 +76,7 @@ limitations under the License.
align-items: center;
}
.mx_RadioButton > .mx_RadioButton_content {
.mx_StyledRadioButton > .mx_StyledRadioButton_content {
margin-top: 5px;
margin-bottom: 5px;
}

View file

@ -75,7 +75,7 @@ limitations under the License.
}
.mx_FeedbackDialog_rateApp {
.mx_RadioButton {
.mx_StyledRadioButton {
display: inline-flex;
font-size: 20px;
transition: font-size 1s, border .5s;
@ -90,7 +90,7 @@ limitations under the License.
display: none;
}
.mx_RadioButton_content {
.mx_StyledRadioButton_content {
background: $icon-button-color;
width: 40px;
height: 40px;
@ -100,16 +100,16 @@ limitations under the License.
margin: 5px;
}
.mx_RadioButton_spacer {
.mx_StyledRadioButton_spacer {
display: none;
}
& + .mx_RadioButton {
& + .mx_StyledRadioButton {
margin-left: 16px;
}
}
.mx_RadioButton_checked {
.mx_StyledRadioButton_checked {
font-size: 24px;
border-color: $accent-color;
}

View file

@ -43,11 +43,11 @@ limitations under the License.
padding-top: 24px;
}
.mx_RadioButton {
.mx_StyledRadioButton {
margin-top: 8px;
margin-bottom: 4px;
.mx_RadioButton_content {
.mx_StyledRadioButton_content {
font-weight: $font-semi-bold;
line-height: $font-18px;
color: $primary-content;

View file

@ -82,7 +82,7 @@ limitations under the License.
display: block;
}
.mx_CreateSecretStorageDialog_primaryContainer .mx_RadioButton {
.mx_CreateSecretStorageDialog_primaryContainer .mx_StyledRadioButton {
margin-bottom: 16px;
padding: 11px;
}