mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-16 13:43:01 -06:00
give .button a pointer cursor too
This commit is contained in:
parent
554365433d
commit
f8d27a894b
1 changed files with 2 additions and 5 deletions
|
|
@ -67,17 +67,14 @@ a {
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
|
border: none;
|
||||||
|
cursor: pointer;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: $acc2;
|
background: $acc2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
|
||||||
border: none;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
.count {
|
.count {
|
||||||
background: $bg_accent;
|
background: $bg_accent;
|
||||||
border-radius: 0.3rem;
|
border-radius: 0.3rem;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue