Skip to content

Commit

Permalink
feat(frontend): use pointer cursor on list group items (#201)
Browse files Browse the repository at this point in the history
Signed-off-by: Raphaël Pinson <raphael.pinson@camptocamp.com>
  • Loading branch information
raphink committed Aug 18, 2021
1 parent 02c0022 commit 0b87348
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/terraboard-vuejs/src/views/State.vue
Expand Up @@ -449,6 +449,10 @@ export default class State extends Vue {}
</script>

<style lang="scss">
#nodeslist .list-group-item {
cursor: pointer;
}
#nodeslist .list-group-item .resource:hover,
#only-in-old .list-group-item:hover,
#only-in-new .list-group-item:hover {
Expand Down

0 comments on commit 0b87348

Please sign in to comment.