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>2020-12-04 18:09:36 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-12-04 18:09:36 +0300
commite0655935eb32ba057b6ced978940076681d71177 (patch)
treeb931975665fc002f346bdd3c5242fe644316f86c /app/assets/stylesheets/components/whats_new.scss
parent8322f051740fba113c5c1f6fba96b9c943240746 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets/components/whats_new.scss')
-rw-r--r--app/assets/stylesheets/components/whats_new.scss26
1 files changed, 0 insertions, 26 deletions
diff --git a/app/assets/stylesheets/components/whats_new.scss b/app/assets/stylesheets/components/whats_new.scss
index 51bf2686be2..64e82531c30 100644
--- a/app/assets/stylesheets/components/whats_new.scss
+++ b/app/assets/stylesheets/components/whats_new.scss
@@ -6,32 +6,6 @@
.gl-infinite-scroll-legend {
@include gl-display-none;
}
-
- .gl-tabs {
- @include gl-overflow-y-auto;
- }
-
- .gl-tabs-nav {
- flex-wrap: nowrap;
- overflow-x: scroll;
- align-items: stretch;
-
- .nav-item {
- @include gl-flex-shrink-0;
-
- a {
- @include gl-h-full;
- line-height: 1.5;
- }
- }
- }
-
- .gl-spinner-container {
- @include gl-w-full;
- @include gl-absolute;
- top: 50%;
- transform: translateY(-50%);
- }
}
.with-performance-bar .whats-new-drawer {