Remove text-decoration-skip:ink; Closes #229

This commit is contained in:
Rob Garrison 2018-11-11 15:42:36 -06:00
parent b2657e3ebd
commit dab3515195
5 changed files with 0 additions and 10 deletions

View File

@ -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;
@ -789,7 +788,6 @@ html:not(.usercss) .usercss-only,
#footer a {
color: #333;
transition: color .5s;
text-decoration-skip: ink;
}
#footer a:hover {

View File

@ -8,7 +8,6 @@ body {
a {
color: #000;
transition: color .5s;
text-decoration-skip: ink;
}
a:hover {

View File

@ -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 {

View File

@ -104,10 +104,6 @@ select,
flex-shrink: 0;
}
a {
text-decoration-skip: ink;
}
button {
text-align: center;
}

View File

@ -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 {
@ -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 */