change a few more buttons to real buttons

This commit is contained in:
Shpuld Shpuldson 2021-01-20 17:36:40 +02:00
parent 9bf80cc7be
commit 02ab803725
4 changed files with 20 additions and 23 deletions

View file

@ -178,6 +178,13 @@ a {
&.-fullwidth {
width: 100%;
}
&.-hover-highlight {
&:hover svg {
color: $fallback--lightText;
color: var(--lightText, $fallback--lightText);
}
}
}
input, textarea, .select, .input {