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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-05-23 18:08:42 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-23 18:08:42 +0300
commit3e53902ee13fc4e0bf3162c0c392dcfe1a0ede4b (patch)
tree5b42426053dabe6727c69ca568d547ede95275cb /app/assets/stylesheets/framework/forms.scss
parent097eb364752b8dbb08758e6b7b98a6e4030792c8 (diff)
Add latest changes from gitlab-org/gitlab@master
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;