Skip to content

Commit

Permalink
Remove text-decoration-skip:ink; Closes #229
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottie committed Nov 11, 2018
1 parent b2657e3 commit dab3515
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions edit/edit.css
Expand Up @@ -544,7 +544,6 @@ body[data-match-highlight="selection"] .CodeMirror-selection-highlight-scrollbar
}
.regexp-report details a:hover {
text-decoration: underline;
text-decoration-skip: ink;
}
.regexp-report details a img {
width: 16px;
Expand Down Expand Up @@ -789,7 +788,6 @@ html:not(.usercss) .usercss-only,
#footer a {
color: #333;
transition: color .5s;
text-decoration-skip: ink;
}

#footer a:hover {
Expand Down
1 change: 0 additions & 1 deletion install-usercss/install-usercss.css
Expand Up @@ -8,7 +8,6 @@ body {
a {
color: #000;
transition: color .5s;
text-decoration-skip: ink;
}

a:hover {
Expand Down
1 change: 0 additions & 1 deletion manage/manage.css
Expand Up @@ -41,7 +41,6 @@ body.all-styles-hidden-by-filters:after {
a, .disabled a:hover {
color: #000;
transition: color .5s;
text-decoration-skip: ink;
}

a:hover {
Expand Down
4 changes: 0 additions & 4 deletions options/options.css
Expand Up @@ -104,10 +104,6 @@ select,
flex-shrink: 0;
}

a {
text-decoration-skip: ink;
}

button {
text-align: center;
}
Expand Down
2 changes: 0 additions & 2 deletions popup/popup.css
Expand Up @@ -125,7 +125,6 @@ body > div:not(#installed):not(#message-box):not(.colorpicker-popup) {
a {
color: #000;
transition: color .5s;
text-decoration-skip: ink;
}

a:hover {
Expand Down Expand Up @@ -458,7 +457,6 @@ body.blocked .actions > .main-controls {
.breadcrumbs > .write-style-link:focus ~ .write-style-link[subdomain] {
color: inherit;
text-decoration: underline;
text-decoration-skip: ink;
}

/* action buttons */
Expand Down

0 comments on commit dab3515

Please sign in to comment.