// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Anchor Default Anchor 1`] = ` .c2 { background-color: transparent; -webkit-text-decoration-skip: objects; text-decoration-skip: objects; } .c1 { font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; } .c0 { color: rgb(59,70,204); -webkit-text-fill-color: currentcolor; cursor: pointer; -webkit-text-decoration: underline; text-decoration: underline; } Inspire the lazy `; exports[`Anchor Disabled Anchor 1`] = ` .c2 { background-color: transparent; -webkit-text-decoration-skip: objects; text-decoration-skip: objects; } .c1 { font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; } .c0 { color: rgb(59,70,204); -webkit-text-fill-color: currentcolor; cursor: pointer; -webkit-text-decoration: underline; text-decoration: underline; color: rgb(216,216,216); -webkit-text-fill-color: currentcolor; pointer-events: none; } Inspire the lazy `; exports[`Anchor Reversed Anchor 1`] = ` .c2 { background-color: transparent; -webkit-text-decoration-skip: objects; text-decoration-skip: objects; } .c1 { font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; } .c0 { color: rgb(59,70,204); -webkit-text-fill-color: currentcolor; cursor: pointer; -webkit-text-decoration: underline; text-decoration: underline; color: rgb(255,255,255); -webkit-text-fill-color: currentcolor; } Inspire the lazy `;