Improved textonly buttons.
This commit is contained in:
parent
fc2406eea4
commit
f7bf372d38
|
@ -140,10 +140,18 @@
|
||||||
|
|
||||||
&.primary {
|
&.primary {
|
||||||
color: palette.$primary;
|
color: palette.$primary;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
text-decoration: wavy underline;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.secondary {
|
&.secondary {
|
||||||
color: palette.$text;
|
color: palette.$text;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
text-decoration: wavy underline;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&[disabled] {
|
&[disabled] {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user