make all clickable icons into actual buttons

This commit is contained in:
Henry Jameson 2022-03-30 12:33:56 +03:00
parent c3690b456e
commit 1943991077
6 changed files with 53 additions and 31 deletions

View file

@ -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);