summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/buttons.scss
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2017-09-19 19:21:22 +0000
committerJacob Schatz <jschatz@gitlab.com>2017-09-19 19:21:22 +0000
commit8cf2f51ca23f82069adca6ab790aea6ca532f8d0 (patch)
treeb28f687ec5d1e328d407a6d500ef3b8e26e8a7e7 /app/assets/stylesheets/framework/buttons.scss
parent5ca29a45b19eb97c42145bb5a11e593a958dafbc (diff)
parentca093c4247b492e86cfae3a2c58dcf90a094ff76 (diff)
downloadgitlab-ce-8cf2f51ca23f82069adca6ab790aea6ca532f8d0.tar.gz
Merge branch 'revert-feature-highlight' into 'master'
Revert feature highlight Closes #38087 See merge request gitlab-org/gitlab-ce!14373
Diffstat (limited to 'app/assets/stylesheets/framework/buttons.scss')
-rw-r--r--app/assets/stylesheets/framework/buttons.scss17
1 files changed, 7 insertions, 10 deletions
diff --git a/app/assets/stylesheets/framework/buttons.scss b/app/assets/stylesheets/framework/buttons.scss
index 4f208df4216..d178bc17462 100644
--- a/app/assets/stylesheets/framework/buttons.scss
+++ b/app/assets/stylesheets/framework/buttons.scss
@@ -46,15 +46,6 @@
}
}
-@mixin btn-svg {
- svg {
- height: 15px;
- width: 15px;
- position: relative;
- top: 2px;
- }
-}
-
@mixin btn-color($light, $border-light, $normal, $border-normal, $dark, $border-dark, $color) {
background-color: $light;
border-color: $border-light;
@@ -132,7 +123,6 @@
.btn {
@include btn-default;
@include btn-white;
- @include btn-svg;
color: $gl-text-color;
@@ -231,6 +221,13 @@
}
}
+ svg {
+ height: 15px;
+ width: 15px;
+ position: relative;
+ top: 2px;
+ }
+
svg,
.fa {
&:not(:last-child) {