Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
[Web Portal] tweak disabled action button's background color #2858
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqinzheng authored May 31, 2019
1 parent de73f65 commit 88d6da3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/webportal/src/app/job/job-view/fabric/JobList/Table.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ export default function Table() {
styles={{
root: {backgroundColor: '#e5e5e5'},
rootFocused: {backgroundColor: '#e5e5e5'},
rootDisabled: {backgroundColor: '#eeeeee'},
rootCheckedDisabled: {backgroundColor: '#eeeeee'},
icon: {fontSize: 12},
}}
disabled={disabled}
Expand Down
2 changes: 2 additions & 0 deletions src/webportal/src/app/user/fabric/batchRegister/Table.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,8 @@ export default function Table() {
styles={{
root: {backgroundColor: '#e5e5e5'},
rootFocused: {backgroundColor: '#e5e5e5'},
rootDisabled: {backgroundColor: '#eeeeee'},
rootCheckedDisabled: {backgroundColor: '#eeeeee'},
}}
>
Remove
Expand Down
2 changes: 2 additions & 0 deletions src/webportal/src/app/user/fabric/userView/Table.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ export default function Table() {
styles={{
root: {backgroundColor: '#e5e5e5'},
rootFocused: {backgroundColor: '#e5e5e5'},
rootDisabled: {backgroundColor: '#eeeeee'},
rootCheckedDisabled: {backgroundColor: '#eeeeee'},
}}
>
Edit
Expand Down

0 comments on commit 88d6da3

Please sign in to comment.