FEEDBACK Removing undelining when hovering footnote
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ba299cc114
commit
17bea1ba4a
|
|
@ -2,9 +2,10 @@
|
|||
color: unset;
|
||||
cursor: pointer;
|
||||
&:hover {
|
||||
@apply underline underline-offset-8;
|
||||
text-decoration-thickness: 1px;
|
||||
@apply decoration-neutral-400;
|
||||
/* @apply underline underline-offset-8; */
|
||||
/* text-decoration-thickness: 1px;
|
||||
@apply decoration-neutral-400; */
|
||||
@apply text-primary;
|
||||
&:after {
|
||||
transform: translate(0px, -2px) scale(1.1);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user