reset pretty-text-underline
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -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;
|
||||
}
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user