mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2026-02-04 07:53:11 +00:00
Address code review feedback: remove duplicate cursor style and add aria-label
Co-authored-by: Sunwuyuan <88357633+Sunwuyuan@users.noreply.github.com>
This commit is contained in:
parent
8691febf51
commit
0ebc14c49d
@ -39,6 +39,7 @@
|
|||||||
<div class="mt-4">
|
<div class="mt-4">
|
||||||
<v-btn
|
<v-btn
|
||||||
append-icon="mdi-heart"
|
append-icon="mdi-heart"
|
||||||
|
aria-label="Support Classworks on Aifadian"
|
||||||
class="text-none"
|
class="text-none"
|
||||||
color="pink"
|
color="pink"
|
||||||
rounded="xl"
|
rounded="xl"
|
||||||
@ -469,10 +470,6 @@ export default {
|
|||||||
transform: translateY(-2px);
|
transform: translateY(-2px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.clickable {
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card-content {
|
.card-content {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user