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>2023-08-31 03:07:06 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-31 03:07:06 +0300
commita3df40b2c393e1540d237938240ee12d2774cd13 (patch)
treee37c37374aabe93db474e85fe2615f88dbbd0566 /app/assets/stylesheets
parentc34d58a898c8e3c6d70609e2e6e4329df40c5aad (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/framework/filters.scss16
1 files changed, 0 insertions, 16 deletions
diff --git a/app/assets/stylesheets/framework/filters.scss b/app/assets/stylesheets/framework/filters.scss
index b78b07f953b..67e96f08cb0 100644
--- a/app/assets/stylesheets/framework/filters.scss
+++ b/app/assets/stylesheets/framework/filters.scss
@@ -369,22 +369,6 @@
.board-labels-toggle-wrapper {
margin-bottom: $gl-input-padding;
}
-
- .board-swimlanes-toggle-wrapper {
- @include gl-h-auto;
- margin-bottom: $gl-input-padding;
-
- > span,
- > .dropdown,
- .gl-dropdown-toggle {
- @include gl-w-full;
- @include gl-m-0;
- }
-
- > .dropdown {
- @include gl-mt-2;
- }
- }
}
}