console: remove global cursor disabled bootstrap style

[GT-403]: https://hasurahq.atlassian.net/browse/GT-403?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7402
GitOrigin-RevId: b4fecaefb89e820e61a1c6c76bebc93d563025b3
This commit is contained in:
Abhijeet Khangarot 2023-01-04 15:53:31 +05:30 committed by hasura-bot
parent 09d053c7ad
commit 3f87bb0aba

View File

@ -152,10 +152,14 @@ input[type='submit'] {
cursor: pointer;
}
button[disabled],
/*
This button style was overriding all disabled buttons in console,
which was not allowing the `cursor-not-allowed` class to take effect
*/
/* button[disabled],
html input[disabled] {
cursor: default;
}
} */
button::-moz-focus-inner,
input::-moz-focus-inner {