From dab35151951081901852221f39762a0e03b5d695 Mon Sep 17 00:00:00 2001 From: Rob Garrison Date: Sun, 11 Nov 2018 15:42:36 -0600 Subject: [PATCH] Remove text-decoration-skip:ink; Closes #229 --- edit/edit.css | 2 -- install-usercss/install-usercss.css | 1 - manage/manage.css | 1 - options/options.css | 4 ---- popup/popup.css | 2 -- 5 files changed, 10 deletions(-) diff --git a/edit/edit.css b/edit/edit.css index 0126e7a3..907cac06 100644 --- a/edit/edit.css +++ b/edit/edit.css @@ -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 { diff --git a/install-usercss/install-usercss.css b/install-usercss/install-usercss.css index 7b22d04c..f9381981 100644 --- a/install-usercss/install-usercss.css +++ b/install-usercss/install-usercss.css @@ -8,7 +8,6 @@ body { a { color: #000; transition: color .5s; - text-decoration-skip: ink; } a:hover { diff --git a/manage/manage.css b/manage/manage.css index a2930c50..ef17e841 100644 --- a/manage/manage.css +++ b/manage/manage.css @@ -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 { diff --git a/options/options.css b/options/options.css index e852e568..a6c552e8 100644 --- a/options/options.css +++ b/options/options.css @@ -104,10 +104,6 @@ select, flex-shrink: 0; } -a { - text-decoration-skip: ink; -} - button { text-align: center; } diff --git a/popup/popup.css b/popup/popup.css index ddefc44b..99bc18de 100644 --- a/popup/popup.css +++ b/popup/popup.css @@ -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 */