mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
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:
parent
09d053c7ad
commit
3f87bb0aba
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user