From 3389812766fec2a8857ef2fc741808f20e35382e Mon Sep 17 00:00:00 2001 From: tophf Date: Thu, 13 Apr 2017 08:32:41 +0300 Subject: [PATCH] remove focus ring from --- edit.html | 1 + manage.css | 1 + 2 files changed, 2 insertions(+) diff --git a/edit.html b/edit.html index 6a3597df..3402392f 100644 --- a/edit.html +++ b/edit.html @@ -285,6 +285,7 @@ } .regexp-report summary, .regexp-report div { cursor: pointer; + outline: none; } .regexp-report mark { background-color: rgba(255, 255, 0, .5); diff --git a/manage.css b/manage.css index b0ff7315..dbab0ef9 100644 --- a/manage.css +++ b/manage.css @@ -141,6 +141,7 @@ a:hover { summary { font-weight: bold; cursor: pointer; + outline: none; } .applies-to-extra summary {