From f6b00cda24cbffccf18a3612b7ea2daae362ab56 Mon Sep 17 00:00:00 2001 From: Shohei Yoshida Date: Tue, 30 Jul 2019 00:41:35 +0900 Subject: [PATCH] Fix reboot for placeholder links (#29164) --- scss/_reboot.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/scss/_reboot.scss b/scss/_reboot.scss index e436e14ef8..b6c98ccd77 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -203,14 +203,10 @@ a:not([href]) { color: inherit; text-decoration: none; - @include hover-focus() { + @include hover() { color: inherit; text-decoration: none; } - - &:focus { - outline: 0; - } }