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:
authorDimitrie Hoekstra <dimitriehoekstra@gmail.com>2016-11-10 01:00:20 +0300
committerDimitrie Hoekstra <dimitriehoekstra@gmail.com>2016-11-10 19:08:37 +0300
commitc3b9826e8af4fdccf4a877f65839145c4a30bea1 (patch)
tree38567b8668d542142cfc91c3e2c7edd6dab245c4 /app/assets
parentd366a943ffe2ae6c3599c2ebc4469d49a103bacb (diff)
removed gray button styling from todo buttons in sidebars
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/issuable.scss14
1 files changed, 0 insertions, 14 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index 230b927a17d..773155fe80a 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -267,20 +267,6 @@
}
}
- .issuable-header-btn {
- background: $gray-normal;
- border: 1px solid $border-gray-normal;
-
- &:hover {
- background: $gray-dark;
- border: 1px solid $border-gray-dark;
- }
-
- &.btn-primary {
- @extend .btn-primary;
- }
- }
-
a {
&:hover {
color: $md-link-color;