make all clickable icons into actual buttons
This commit is contained in:
parent
c3690b456e
commit
1943991077
6 changed files with 53 additions and 31 deletions
|
@ -64,8 +64,6 @@
|
|||
}
|
||||
|
||||
.follow-request-accept {
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
color: $fallback--text;
|
||||
color: var(--text, $fallback--text);
|
||||
|
@ -73,8 +71,6 @@
|
|||
}
|
||||
|
||||
.follow-request-reject {
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
color: $fallback--cRed;
|
||||
color: var(--cRed, $fallback--cRed);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue