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/components/whats_new.scss')
-rw-r--r--app/assets/stylesheets/components/whats_new.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/components/whats_new.scss b/app/assets/stylesheets/components/whats_new.scss
index 2f6c7c43fc9..e8ed4971ea5 100644
--- a/app/assets/stylesheets/components/whats_new.scss
+++ b/app/assets/stylesheets/components/whats_new.scss
@@ -17,7 +17,7 @@
align-items: stretch;
.nav-item {
- @include gl-flex-shrink-0;
+ flex-shrink: 0;
a {
height: 100%;
@@ -38,7 +38,7 @@
&:hover,
&:focus,
&:active {
- @include gl-text-gray-900;
+ color: $gray-900;
}
}