summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Eipert <leipert@gitlab.com>2019-03-25 18:07:01 +0100
committerLukas Eipert <leipert@gitlab.com>2019-03-27 15:47:58 +0100
commit1dd99d5448a1da6d6b696dae46b410187763452b (patch)
tree9b4af1488753b2f2a821301a1271987b854096d5
parent39b01c20e59fb63231162b9d6adc214c0685b9a0 (diff)
downloadgitlab-ce-1dd99d5448a1da6d6b696dae46b410187763452b.tar.gz
Disable icons in bootstrap form validation
See https://gitlab.com/gitlab-org/design.gitlab.com/issues/242
-rw-r--r--app/assets/stylesheets/framework/variables.scss8
1 files changed, 8 insertions, 0 deletions
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;