From e94f9d818e464ba9831b9609326de86ff5681b04 Mon Sep 17 00:00:00 2001 From: narcolepticinsomniac Date: Fri, 31 Mar 2017 07:14:47 -0400 Subject: [PATCH] Get rid of text decoration in disabled styles Fixes https://github.com/schomery/stylish-chrome/pull/58#issuecomment-290607298 --- manage.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/manage.html b/manage.html index ebd9ecf5..798a4eab 100644 --- a/manage.html +++ b/manage.html @@ -58,8 +58,8 @@ fill: hsl(0, 0%, 40%); } .style-name { - margin-top: .25em; - word-break: break-word; + margin-top: .25em; + word-break: break-word; } .applies-to { word-break: break-word; @@ -83,6 +83,9 @@ .enabled .enable { display: none; } + .style-name a[target="_blank"] { + text-decoration: none; + } /* Default, no update buttons */ .update,