From 84806bed9be6155a2a721d407bb9b23cd7f3320f Mon Sep 17 00:00:00 2001 From: ricky Date: Thu, 19 Mar 2020 12:44:20 -0400 Subject: [PATCH] Add border none for moz-focus-inner (#8217) --- ui/app/components/ui/popover/index.scss | 3 --- ui/app/css/itcss/generic/reset.scss | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/app/components/ui/popover/index.scss b/ui/app/components/ui/popover/index.scss index a87561693..a74db3333 100644 --- a/ui/app/components/ui/popover/index.scss +++ b/ui/app/components/ui/popover/index.scss @@ -37,9 +37,6 @@ margin: 10px; background: none; padding: 0; - &::-moz-focus-inner { - border: none; - } } } diff --git a/ui/app/css/itcss/generic/reset.scss b/ui/app/css/itcss/generic/reset.scss index a417a0453..c556eddc3 100644 --- a/ui/app/css/itcss/generic/reset.scss +++ b/ui/app/css/itcss/generic/reset.scss @@ -138,6 +138,9 @@ table { button { border-style: none; cursor: pointer; + &::-moz-focus-inner { + border: none; + } } /* stylelint-enable */