Remove text-decoration-skip:ink; Closes #229
This commit is contained in:
parent
b2657e3ebd
commit
dab3515195
|
@ -544,7 +544,6 @@ body[data-match-highlight="selection"] .CodeMirror-selection-highlight-scrollbar
|
||||||
}
|
}
|
||||||
.regexp-report details a:hover {
|
.regexp-report details a:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
text-decoration-skip: ink;
|
|
||||||
}
|
}
|
||||||
.regexp-report details a img {
|
.regexp-report details a img {
|
||||||
width: 16px;
|
width: 16px;
|
||||||
|
@ -789,7 +788,6 @@ html:not(.usercss) .usercss-only,
|
||||||
#footer a {
|
#footer a {
|
||||||
color: #333;
|
color: #333;
|
||||||
transition: color .5s;
|
transition: color .5s;
|
||||||
text-decoration-skip: ink;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer a:hover {
|
#footer a:hover {
|
||||||
|
|
|
@ -8,7 +8,6 @@ body {
|
||||||
a {
|
a {
|
||||||
color: #000;
|
color: #000;
|
||||||
transition: color .5s;
|
transition: color .5s;
|
||||||
text-decoration-skip: ink;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
|
|
|
@ -41,7 +41,6 @@ body.all-styles-hidden-by-filters:after {
|
||||||
a, .disabled a:hover {
|
a, .disabled a:hover {
|
||||||
color: #000;
|
color: #000;
|
||||||
transition: color .5s;
|
transition: color .5s;
|
||||||
text-decoration-skip: ink;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
|
|
|
@ -104,10 +104,6 @@ select,
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
|
||||||
text-decoration-skip: ink;
|
|
||||||
}
|
|
||||||
|
|
||||||
button {
|
button {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
|
@ -125,7 +125,6 @@ body > div:not(#installed):not(#message-box):not(.colorpicker-popup) {
|
||||||
a {
|
a {
|
||||||
color: #000;
|
color: #000;
|
||||||
transition: color .5s;
|
transition: color .5s;
|
||||||
text-decoration-skip: ink;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
|
@ -458,7 +457,6 @@ body.blocked .actions > .main-controls {
|
||||||
.breadcrumbs > .write-style-link:focus ~ .write-style-link[subdomain] {
|
.breadcrumbs > .write-style-link:focus ~ .write-style-link[subdomain] {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
text-decoration-skip: ink;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* action buttons */
|
/* action buttons */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user