From 1dd99d5448a1da6d6b696dae46b410187763452b Mon Sep 17 00:00:00 2001 From: Lukas Eipert Date: Mon, 25 Mar 2019 18:07:01 +0100 Subject: Disable icons in bootstrap form validation See https://gitlab.com/gitlab-org/design.gitlab.com/issues/242 --- app/assets/stylesheets/framework/variables.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss index efebbd124d0..5d4c84c494d 100644 --- a/app/assets/stylesheets/framework/variables.scss +++ b/app/assets/stylesheets/framework/variables.scss @@ -711,3 +711,11 @@ $mr-version-controls-height: 56px; Compare Branches */ $compare-branches-sticky-header-height: 68px; + +/** + Bootstrap 4.2.0 introduced new icons for validating forms. + Our design system does not use those, so we are disabling them for now: + - Docs: https://getbootstrap.com/docs/4.3/components/forms/#server-side + - Issue: https://gitlab.com/gitlab-org/design.gitlab.com/issues/242 + */ +$enable-validation-icons: false; -- cgit v1.2.1