From e3c0b3d3afc0ffd9dc4bdf927bd3adfc4ff65cc6 Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Sun, 26 Aug 2018 16:15:43 +0200 Subject: #27112: fix border focus border color --- scss/_custom-forms.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'scss/_custom-forms.scss') diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index 50b72cb94..8ef2e87b0 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -258,10 +258,6 @@ &:focus ~ .custom-file-label { border-color: $custom-file-focus-border-color; box-shadow: $custom-file-focus-box-shadow; - - &::after { - border-color: $custom-file-focus-border-color; - } } &:disabled ~ .custom-file-label { @@ -303,7 +299,7 @@ color: $custom-file-button-color; content: "Browse"; @include gradient-bg($custom-file-button-bg); - border-left: $custom-file-border-width solid $custom-file-border-color; + border-left: inherit; @include border-radius(0 $custom-file-border-radius $custom-file-border-radius 0); } } -- cgit v1.2.3