Skip to content

Commit

Permalink
Link TODO issues for Mui-readOnly styling
Browse files Browse the repository at this point in the history
  • Loading branch information
brionmario committed Feb 5, 2025
1 parent 6e45b8f commit 91f48a3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
align-items: center;
flex-wrap: nowrap;
gap: 15px;

.MuiInputBase-root {
min-width: 400px;


// TODO: Fix this from the `@oxygen-ui/react` side and remove.
// Tracker: https://github.com/wso2/oxygen-ui/issues/331
&.Mui-readOnly {
cursor: default;
background-color: #e9ecef!important;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
.edit-organization-discovery-domains-form {
// TODO: Fix this from `@oxygen-ui` side.
// TODO: Fix this from the `@oxygen-ui/react` side and remove.
// Tracker: https://github.com/wso2/oxygen-ui/issues/331
.Mui-readOnly {
background-color: #e9ecef;
}

// TODO: Fix this from `@oxygen-ui` side.
// Tracker: https://github.com/wso2/oxygen-ui/issues/332
.MuiFormHelperText-root {
margin-left: 0;
}
Expand Down
2 changes: 2 additions & 0 deletions features/admin.sms-providers.v1/pages/sms-providers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
.sms-provider-config-form {

.MuiInputBase-root {
// TODO: Fix this from the `@oxygen-ui/react` side and remove.
// Tracker: https://github.com/wso2/oxygen-ui/issues/331
&.Mui-readOnly {
cursor: default;
background-color: #e9ecef!important;
Expand Down
2 changes: 2 additions & 0 deletions features/admin.tenants.v1/pages/edit-tenant-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
.MuiInputBase-root {
min-width: 400px;

// TODO: Fix this from the `@oxygen-ui/react` side and remove.
// Tracker: https://github.com/wso2/oxygen-ui/issues/331
&.Mui-readOnly {
cursor: default;
background-color: #e9ecef!important;
Expand Down

0 comments on commit 91f48a3

Please sign in to comment.