Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarah German <sgerman@gitlab.com>2023-04-07 18:21:01 +0300
committerSarah German <sgerman@gitlab.com>2023-04-07 18:21:01 +0300
commitd5de2bd4f982cd40e4da45d3e47573f2b21e5cda (patch)
tree198df6999fb6dffcc87adb258f59469f74754b57 /content/assets
parent3aaebe1805947604bab31d8826acd7a2b8659bc8 (diff)
Adjust deprecation filter logic
Diffstat (limited to 'content/assets')
-rw-r--r--content/assets/stylesheets/stylesheet.scss12
1 files changed, 10 insertions, 2 deletions
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index 28f0218b..3295f250 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -601,11 +601,19 @@ a.gl-tab-nav-item:hover {
}
}
-select[name='removal_milestone'],
-select[name='breaking'] {
+.gl-form-select {
background-image: $gl-icon-select-chevron-down;
}
+// Deprecations page
+.deprecation-notes {
+ font-size: 0.9rem;
+ line-height: 1rem;
+}
+h2 .milestone-date {
+ font-size: 1.25rem;
+}
+
// GitLab UI does not export vendor prefixes in the build we use, so we need to add them here.
// Otherwise we don't get checkmarks in Chrome and Safari.
// @see https://caniuse.com/css-masks