summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/projects.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/pages/projects.scss')
-rw-r--r--app/assets/stylesheets/pages/projects.scss87
1 files changed, 2 insertions, 85 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss
index bf20204cfd9..15a32ea8ad3 100644
--- a/app/assets/stylesheets/pages/projects.scss
+++ b/app/assets/stylesheets/pages/projects.scss
@@ -247,7 +247,7 @@
.repository-languages-bar {
height: 8px;
- margin-bottom: $gl-padding-8;
+ margin-bottom: $gl-padding;
background-color: $white;
border-radius: $border-radius-default;
@@ -562,7 +562,7 @@
// Remove once gitlab/ui solution is implemented
// https://gitlab.com/gitlab-org/gitlab-ui/-/issues/1158
// https://gitlab.com/gitlab-org/gitlab/-/issues/300405
- .gl-new-dropdown-button-text {
+ .gl-dropdown-button-text {
@include str-truncated;
}
}
@@ -654,86 +654,3 @@
}
}
}
-
-.project-filters {
- .btn svg {
- color: $gray-700;
- }
-
- .button-filter-group {
- .btn {
- width: 96px;
- }
-
- a {
- color: $black;
- }
-
- .active {
- background: $btn-active-gray;
- }
- }
-
- .filtered-search-dropdown-label {
- min-width: 68px;
-
- @include media-breakpoint-down(xs) {
- min-width: 60px;
- }
- }
-
- .filtered-search {
- min-width: 30%;
- flex-basis: 0;
-
- .project-filter-form .project-filter-form-field {
- padding-right: $gl-padding-8;
- }
-
- .filtered-search,
- .filtered-search-nav,
- .filtered-search-dropdown {
- flex-basis: 0;
- }
-
- @include media-breakpoint-down(lg) {
- min-width: 15%;
-
- .project-filter-form-field {
- min-width: 150px;
- }
- }
-
- @include media-breakpoint-down(md) {
- min-width: 30%;
- }
- }
-
- .filtered-search-box {
- border-radius: 3px 0 0 3px;
- }
-
- .dropdown-menu-toggle {
- margin-left: $gl-padding-8;
- }
-
- @include media-breakpoint-down(md) {
- .extended-filtered-search-box {
- min-width: 55%;
- }
-
- .filtered-search-dropdown {
- width: 50%;
-
- .dropdown-menu-toggle {
- width: 100%;
- }
- }
- }
-
- @include media-breakpoint-down(xs) {
- .filtered-search-dropdown {
- width: 100%;
- }
- }
-}