From a83807d4190ab5bd77eaef0fa69b07dd440241e2 Mon Sep 17 00:00:00 2001 From: Liam Date: Wed, 19 Jun 2019 11:48:38 +1200 Subject: [PATCH] Bug #1833320: Duplicate variable in bootsrap-variables.scss behatnotneeded Change-Id: Ic8eaf031a3accf6fe736d9c08c40d64ab07b5106 --- htdocs/theme/raw/sass/utilities/_bootstrap-variables.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/theme/raw/sass/utilities/_bootstrap-variables.scss b/htdocs/theme/raw/sass/utilities/_bootstrap-variables.scss index c775124246..40fbdb6475 100644 --- a/htdocs/theme/raw/sass/utilities/_bootstrap-variables.scss +++ b/htdocs/theme/raw/sass/utilities/_bootstrap-variables.scss @@ -746,7 +746,6 @@ $nav-tabs-border-color: $gray-100 !default; $nav-tabs-border-width: $border-width !default; $nav-tabs-border-radius: $border-radius !default; $nav-tabs-link-hover-border-color: theme-color('primary') !default; -$nav-tabs-link-hover-border-color: $gray-200 $gray-200 $nav-tabs-border-color !default; $nav-tabs-link-active-color: $gray-700 !default; $nav-tabs-link-active-bg: $body-bg !default; $nav-tabs-link-active-border-color: $gray-300 $gray-300 $nav-tabs-link-active-bg !default; -- GitLab