mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-23 00:12:29 +00:00
Make clickable buttons appear clickable
This commit is contained in:
parent
8c0045a8d7
commit
6e1617e621
@ -20,6 +20,12 @@
|
|||||||
max-height: 128px;
|
max-height: 128px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
|
|
||||||
|
user-select: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.SideBar_Title:hover {
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.SideBar_Buttons {
|
.SideBar_Buttons {
|
||||||
@ -28,6 +34,8 @@
|
|||||||
|
|
||||||
padding-left: 27px;
|
padding-left: 27px;
|
||||||
gap: 15px;
|
gap: 15px;
|
||||||
|
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.SideBar_Enter {
|
.SideBar_Enter {
|
||||||
|
@ -14,6 +14,11 @@
|
|||||||
gap: 20px;
|
gap: 20px;
|
||||||
|
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
user-select: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.HomeButton:hover {
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.HomeButton_Icon {
|
.HomeButton_Icon {
|
||||||
|
@ -111,6 +111,10 @@
|
|||||||
background-color: var(--background-color);
|
background-color: var(--background-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ItemCard_Operation:hover {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
.ItemCard_Count {
|
.ItemCard_Count {
|
||||||
max-width: 105px;
|
max-width: 105px;
|
||||||
height: 48px;
|
height: 48px;
|
||||||
@ -140,4 +144,10 @@
|
|||||||
|
|
||||||
color: var(--text-primary-color);
|
color: var(--text-primary-color);
|
||||||
background-color: var(--secondary-color);
|
background-color: var(--secondary-color);
|
||||||
|
|
||||||
|
user-select: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ItemCard_Submit:hover {
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
max-height: 64px;
|
max-height: 64px;
|
||||||
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.SideBarButton_Icon {
|
.SideBarButton_Icon {
|
||||||
|
Loading…
Reference in New Issue
Block a user