mirror of
https://github.com/romancm/gamebrary
synced 2025-02-17 19:48:24 +00:00
add pointer cursor to board card
This commit is contained in:
parent
8b1d13779f
commit
1449f59c44
2 changed files with 5 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
<b-card
|
||||
:title="board.name"
|
||||
tag="article"
|
||||
class="m-2"
|
||||
class="m-2 clickable"
|
||||
@click="viewBoard(board.id)"
|
||||
>
|
||||
<b-card-text>
|
||||
|
|
|
@ -15,3 +15,7 @@
|
|||
background-color: $gray-300;
|
||||
}
|
||||
}
|
||||
|
||||
.clickable {
|
||||
cursor: pointer;
|
||||
}
|
Loading…
Add table
Reference in a new issue