Add hover style to ghost buttons
This commit is contained in:
parent
d406b07ee7
commit
7a56c72071
|
|
@ -76,5 +76,8 @@
|
||||||
--button-bg: transparent;
|
--button-bg: transparent;
|
||||||
--button-border-color: transparent;
|
--button-border-color: transparent;
|
||||||
--button-color: currentColor;
|
--button-color: currentColor;
|
||||||
|
--button-hover-bg: transparent;
|
||||||
|
--button-hover-bg: color-mix(in srgb, var(--color-neutral-500) 35%, transparent 65%);
|
||||||
|
--button-hover-color: currentColor;
|
||||||
--button-padding: .2em .4em;
|
--button-padding: .2em .4em;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue