Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/forms.scss')
-rw-r--r--app/assets/stylesheets/framework/forms.scss7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/assets/stylesheets/framework/forms.scss b/app/assets/stylesheets/framework/forms.scss
index 7bba9bb6e68..fd20dfa3539 100644
--- a/app/assets/stylesheets/framework/forms.scss
+++ b/app/assets/stylesheets/framework/forms.scss
@@ -8,13 +8,6 @@ input {
background-color: $input-bg;
}
-input,
-textarea {
- &:focus {
- @include gl-focus;
- }
-}
-
input[type='text'].danger {
background: $input-danger-bg !important;
border-color: $red-400;