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/framework/mixins.scss')
-rw-r--r--app/assets/stylesheets/framework/mixins.scss13
1 files changed, 9 insertions, 4 deletions
diff --git a/app/assets/stylesheets/framework/mixins.scss b/app/assets/stylesheets/framework/mixins.scss
index 15a31fbb3d9..529f6acaf04 100644
--- a/app/assets/stylesheets/framework/mixins.scss
+++ b/app/assets/stylesheets/framework/mixins.scss
@@ -156,6 +156,12 @@
background: linear-gradient(to $gradient-direction,
$gradient-color 45%,
rgba($gradient-color, 0.4));
+ border: 0;
+ padding: 0;
+
+ &:hover {
+ @include gl-focus;
+ }
&.scrolling {
visibility: visible;
@@ -164,8 +170,8 @@
}
svg {
- position: relative;
- top: 5px;
+ position: absolute;
+ top: 12px;
font-size: 18px;
}
}
@@ -430,8 +436,7 @@
&:last-child {
&::after {
- content: '';
- padding: 0;
+ display: none;
}
}
}