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/dropdowns.scss')
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss15
1 files changed, 5 insertions, 10 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index 65d7eafb8b8..ebb9466eb15 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -632,21 +632,16 @@
display: block;
width: 100%;
min-height: 30px;
- padding: 0 7px;
+ @include gl-py-0;
+ @include gl-px-3;
color: $gray-700;
line-height: 30px;
- border: 1px solid $dropdown-divider-bg;
- border-radius: 2px;
+ border: 1px solid $gray-400;
+ @include gl-rounded-base;
outline: 0;
&:focus {
- color: $gray-700;
- border-color: $blue-300;
- box-shadow: 0 0 4px $dropdown-input-focus-shadow;
-
- ~ .dropdown-input-clear {
- color: $gray-700;
- }
+ @include gl-focus;
}
&:hover {