Rename mx_RadioButton to mx_StyledRadioButton to match class name (#7083)
This commit is contained in:
@@ -26,7 +26,7 @@ limitations under the License.
|
||||
margin-top: 4px;
|
||||
margin-bottom: 30px;
|
||||
|
||||
> .mx_RadioButton {
|
||||
> .mx_StyledRadioButton {
|
||||
padding: $font-16px;
|
||||
box-sizing: border-box;
|
||||
border-radius: 10px;
|
||||
@@ -49,7 +49,7 @@ limitations under the License.
|
||||
}
|
||||
}
|
||||
|
||||
> .mx_RadioButton_enabled {
|
||||
> .mx_StyledRadioButton_enabled {
|
||||
opacity: 1;
|
||||
|
||||
// These colors need to be hardcoded because they don't change with the theme
|
||||
|
||||
Reference in New Issue
Block a user