diff options
Diffstat (limited to 'paper/bootswatch.less')
-rw-r--r-- | paper/bootswatch.less | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/paper/bootswatch.less b/paper/bootswatch.less index 90cef674..6335e16e 100644 --- a/paper/bootswatch.less +++ b/paper/bootswatch.less @@ -408,8 +408,10 @@ input[type="checkbox"], & > li > a, & > li > a:hover, + & > li > a:focus, & > .active > a, - & > .active > a:hover { + & > .active > a:hover, + & > .active > a:focus { border: none; } } |