Files
react-test/packages/mui-codemod/src/deprecations/alert-classes/test-cases/expected.css

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

48 lines
696 B
CSS
Raw Normal View History

2025-12-12 14:26:25 +09:00
.MuiAlert-standard.MuiAlert-colorSuccess {
color: red;
}
.MuiAlert-standard.MuiAlert-colorInfo {
color: red;
}
.MuiAlert-standard.MuiAlert-colorWarning {
color: red;
}
.MuiAlert-standard.MuiAlert-colorError {
color: red;
}
.MuiAlert-outlined.MuiAlert-colorSuccess {
color: red;
}
.MuiAlert-outlined.MuiAlert-colorInfo {
color: red;
}
.MuiAlert-outlined.MuiAlert-colorWarning {
color: red;
}
.MuiAlert-outlined.MuiAlert-colorError {
color: red;
}
.MuiAlert-filled.MuiAlert-colorSuccess {
color: red;
}
.MuiAlert-filled.MuiAlert-colorInfo {
color: red;
}
.MuiAlert-filled.MuiAlert-colorWarning {
color: red;
}
.MuiAlert-filled.MuiAlert-colorError {
color: red;
}