From d8600ea310097454185d13a56a41b3cbf614785c Mon Sep 17 00:00:00 2001 From: TJ Egan Date: Mon, 18 Jun 2018 10:25:10 -0500 Subject: [PATCH] fix(breadcrumb): remove firefox border override --- src/components/breadcrumb/_breadcrumb.scss | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/components/breadcrumb/_breadcrumb.scss b/src/components/breadcrumb/_breadcrumb.scss index 3ba38a832718..b7c7199285fd 100644 --- a/src/components/breadcrumb/_breadcrumb.scss +++ b/src/components/breadcrumb/_breadcrumb.scss @@ -56,13 +56,6 @@ color: $hover-primary-text; border-bottom: 1px solid $hover-primary-text; } - - // Applies to Firefox only - @-moz-document url-prefix() { - & { - border-bottom: none; - } - } } // Skeleton State