change a few more buttons to real buttons
This commit is contained in:
parent
9bf80cc7be
commit
02ab803725
4 changed files with 20 additions and 23 deletions
|
@ -178,6 +178,13 @@ a {
|
|||
&.-fullwidth {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
&.-hover-highlight {
|
||||
&:hover svg {
|
||||
color: $fallback--lightText;
|
||||
color: var(--lightText, $fallback--lightText);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
input, textarea, .select, .input {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue