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/page_bundles/import.scss')
-rw-r--r--app/assets/stylesheets/page_bundles/import.scss21
1 files changed, 1 insertions, 20 deletions
diff --git a/app/assets/stylesheets/page_bundles/import.scss b/app/assets/stylesheets/page_bundles/import.scss
index 525481638f3..c74b5460e1a 100644
--- a/app/assets/stylesheets/page_bundles/import.scss
+++ b/app/assets/stylesheets/page_bundles/import.scss
@@ -22,16 +22,11 @@
.import-entities-target-select {
&.disabled {
- .import-entities-target-select-separator,
- .select2-container.select2-container-disabled .select2-choice {
+ .import-entities-target-select-separator {
color: var(--gray-400, $gray-400);
border-color: var(--gray-100, $gray-100);
background-color: var(--gray-10, $gray-10);
}
-
- .select2-container.select2-container-disabled .select2-choice .select2-arrow {
- background-color: var(--gray-10, $gray-10);
- }
}
.import-entities-target-select-separator {
@@ -39,20 +34,6 @@
background-color: var(--gray-10, $gray-10);
}
- .select2-container {
- > .select2-choice {
- .select2-arrow {
- background-color: var(--white, $white);
- }
-
- border-color: var(--gray-200, $gray-200);
- color: var(--gray-900, $gray-900) !important;
- background-color: var(--white, $white) !important;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
- }
- }
-
.gl-form-input {
box-shadow: inset 0 0 0 1px var(--gray-200, $gray-200);
}