diff options
author | Santo Cariotti <santo@dcariotti.me> | 2021-03-24 20:51:15 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2021-03-24 20:51:17 +0100 |
commit | 452a0553aec3e7ae6de1421a3d2f18e5dc198d8f (patch) | |
tree | 56f0c41a38cbf50676befa6c42776abaf742864c /src/views/Commit.vue | |
parent | 69c743a22ba46ada8811c65e94ae710575ce5b3f (diff) |
style: no-hover commit
Diffstat (limited to 'src/views/Commit.vue')
-rw-r--r-- | src/views/Commit.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/Commit.vue b/src/views/Commit.vue index 5fbeb13..475a308 100644 --- a/src/views/Commit.vue +++ b/src/views/Commit.vue @@ -4,7 +4,7 @@ b-container(v-if="loading") b-overlay(:show="true" spinner-large) b-container(v-else) - .commit(v-if="error404") + .commit.no-hover(v-if="error404") h2 Commit not found commit-card( :data="commit" |