summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-06-15 11:38:47 -0600
committerConnor Shea <connor.james.shea@gmail.com>2016-06-15 11:38:47 -0600
commit6064bccaed7a1d5f54daf221982453f4140047df (patch)
tree3eec46404ed261d3d46fc37a8d3ccaa8f3d512bd
parentaf493ccf3658c9f8b1266a880eb1798fe30cb324 (diff)
downloadgitlab-ce-hide-todo-collapsed-sidebar.tar.gz
Hide the Todo button in the collapsed issuable sidebar.hide-todo-collapsed-sidebar
-rw-r--r--app/assets/stylesheets/pages/issuable.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index f57845ad9c9..2a1f0d1d87e 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -248,11 +248,16 @@
padding-bottom: 0;
margin-bottom: 10px;
}
+
+ .issuable-header-btn {
+ display: none;
+ }
}
.issuable-header-btn {
background: $gray-normal;
border: 1px solid $border-gray-normal;
+
&:hover {
background: $gray-dark;
border: 1px solid $border-gray-dark;