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-12-20 17:22:11 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-12-20 17:22:11 +0300
commit0c872e02b2c822e3397515ec324051ff540f0cd5 (patch)
treece2fb6ce7030e4dad0f4118d21ab6453e5938cdd /app/assets/stylesheets/pages/projects.scss
parentf7e05a6853b12f02911494c4b3fe53d9540d74fc (diff)
Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42
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%;
- }
- }
-}