mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Update ButtonLink hover underline (#19992)
* Update ButtonLink hover underline * update buttonlink to use text decoration * update buttonlink to use text decoration * fix lint
This commit is contained in:
parent
775ca0dc31
commit
c028bba8fd
@ -1,5 +1,10 @@
|
|||||||
|
|
||||||
.mm-button-link {
|
.mm-button-link {
|
||||||
|
&:hover:not(&--disabled) {
|
||||||
|
text-decoration: underline;
|
||||||
|
text-decoration-thickness: 2px;
|
||||||
|
text-underline-offset: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
&:active {
|
&:active {
|
||||||
color: var(--color-primary-alternative);
|
color: var(--color-primary-alternative);
|
||||||
}
|
}
|
||||||
@ -38,4 +43,9 @@
|
|||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
letter-spacing: inherit;
|
letter-spacing: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&--size-inherit:hover:not(&--disabled) {
|
||||||
|
text-decoration-thickness: auto;
|
||||||
|
text-underline-offset: 2px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user