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>2022-05-27 00:48:54 +0300
committerSarah German <sgerman@gitlab.com>2022-05-27 00:48:54 +0300
commit4a9669f8b8abe13d20385dcaca8f9be2ed41bf87 (patch)
tree2a8c1024008a91894699dfb5b11844e6f909ad81
parentdfc99bf00af41662795993d3ca856a4377f8184f (diff)
Lint fixesgitlab-ui-css
-rw-r--r--content/assets/stylesheets/stylesheet.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index 9f57cefb..b7c988c0 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -149,7 +149,8 @@ ol {
}
}
.gl-button.nav-toggle {
- &:hover, &:focus {
+ &:hover,
+ &:focus {
box-shadow: none;
}
}
@@ -270,7 +271,7 @@ ol {
min-height: $header-height;
background-color: $header-background-color;
z-index: 3;
- padding: .5rem 1rem;
+ padding: 0.5rem 1rem;
.navbar-brand {
font-size: 1rem;