maddhruv / graphql-en-devtools

GraphQL en Devtools :wrench:
https://chrome.google.com/webstore/detail/graphql-en-devtools/mmnjajaibkfgdiabekenmijmihgggdek
Apache License 2.0
0 stars 1 forks source link

Fix the selected div bg color #2

Closed prateekvijayvergiya closed 4 years ago

prateekvijayvergiya commented 4 years ago

Issue: When user selects any item from operation list then that item was not shown in different color, so it becomes difficult for user to identify which one is currently selected.

Changes: I have added selected as a prop to Operation style, so if an item is selected then color will be changed for that.

maddhruv commented 4 years ago

Thanks @prateekvijayvergiya for this wonderful PR