reset pretty-text-underline

This commit is contained in:
atomiks
2018-02-28 20:00:23 +10:00
parent a133e35a5f
commit 6c20c6c81e
4 changed files with 11 additions and 12 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,3 @@
<!DOCTYPE html>
<html lang="en">
<head>
@ -818,7 +817,7 @@ var y = e.pageY - btn.offsetTop - btn.offsetParent.offsetTop
-1px -1px 0 #f5f6f9,
1px -1px 0 #f5f6f9;
background-image: linear-gradient(90deg, currentColor 100%, transparent 100%);
background-position: 0 18px;
background-position: 0 1.04em;
background-repeat: repeat-x;
background-size: 1px 1px;
}
@ -841,7 +840,7 @@ var y = e.pageY - btn.offsetTop - btn.offsetParent.offsetTop
font-size: 18px !important;
text-shadow: 1px 1px 0 #f5f6f9, -1px 1px 0 #f5f6f9, -1px -1px 0 #f5f6f9, 1px -1px 0 #f5f6f9;
background-image: linear-gradient(90deg, currentColor 100%, transparent 100%);
background-position: 0 18px;
background-position: 0 1.04em;
background-repeat: repeat-x;
background-size: 1px 1px;
}

View File

@ -20,7 +20,7 @@ Natively implemented as `text-decoration-skip-ink: auto` but it has less control
-1px -1px 0 #f5f6f9,
1px -1px 0 #f5f6f9;
background-image: linear-gradient(90deg, currentColor 100%, transparent 100%);
background-position: 0 18px;
background-position: 0 1.04em;
background-repeat: repeat-x;
background-size: 1px 1px;
}
@ -49,7 +49,7 @@ Natively implemented as `text-decoration-skip-ink: auto` but it has less control
-1px -1px 0 #f5f6f9,
1px -1px 0 #f5f6f9;
background-image: linear-gradient(90deg, currentColor 100%, transparent 100%);
background-position: 0 18px;
background-position: 0 1.04em;
background-repeat: repeat-x;
background-size: 1px 1px;
}