diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-11-10 21:48:58 +0000 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-11-10 21:48:58 +0000 |
commit | b7a750ecdc1a0cad8928587ec6297402bb55b4f0 (patch) | |
tree | 039b68354bf61aa21e0e12091cd802c410deecf4 | |
parent | f3231d0f634dc1e8bc9d7d69eaba1f660cd26e36 (diff) | |
parent | c3b9826e8af4fdccf4a877f65839145c4a30bea1 (diff) | |
download | gitlab-ce-b7a750ecdc1a0cad8928587ec6297402bb55b4f0.tar.gz |
Merge branch '24279-issue-merge-request-sidebar-todo-button-style-improvement' into 'master'
Removed gray button styling from todo buttons in sidebars
## What does this MR do?
Removes gray button styling from todo buttons in sidebars
## Are there points in the code the reviewer needs to double check?
## Why was this MR needed?
gray buttons are inconsistent and look disabled
## Screenshots (if relevant)
before:
![image](/uploads/98644ce1df8c903a2409fa066bca8195/image.png)
after:
![image](/uploads/a2eb8a9c40c4e5cc081553647bde8235/image.png)
## Does this MR meet the acceptance criteria?
- [x] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added
- [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)
- [ ] API support added
- Tests
- [ ] Added for this feature/bug
- [x] All builds are passing
- [ ] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html)
- [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [x] Branch has no merge conflicts with `master` (if it does - rebase it please)
- [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)
## What are the relevant issue numbers?
Closes #24279
See merge request !7387
-rw-r--r-- | app/assets/stylesheets/pages/issuable.scss | 14 | ||||
-rw-r--r-- | changelogs/unreleased/24279-issue-merge-request-sidebar-todo-button-style-improvement.yml | 4 |
2 files changed, 4 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; diff --git a/changelogs/unreleased/24279-issue-merge-request-sidebar-todo-button-style-improvement.yml b/changelogs/unreleased/24279-issue-merge-request-sidebar-todo-button-style-improvement.yml new file mode 100644 index 00000000000..72e7110d1b8 --- /dev/null +++ b/changelogs/unreleased/24279-issue-merge-request-sidebar-todo-button-style-improvement.yml @@ -0,0 +1,4 @@ +--- +title: Removed gray button styling from todo buttons in sidebars +merge_request: 7387 +author: |