summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/buttons.scss
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-03-24 16:17:38 +0000
committerPhil Hughes <me@iamphill.com>2017-03-24 16:17:38 +0000
commit96f5188098b77ef6677676239dab1228196789bf (patch)
treed4312ec1ead99165e3952a6dbf7d0ed365958420 /app/assets/stylesheets/framework/buttons.scss
parent9acfa6351f416dbeaa95c74dff9dca4265edeb25 (diff)
downloadgitlab-ce-96f5188098b77ef6677676239dab1228196789bf.tar.gz
Updated todos sidebar icon
Refactored slightly so that the same logic is shared between both the expanded & the collapsed.
Diffstat (limited to 'app/assets/stylesheets/framework/buttons.scss')
-rw-r--r--app/assets/stylesheets/framework/buttons.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/buttons.scss b/app/assets/stylesheets/framework/buttons.scss
index cda46223492..7cba7f28560 100644
--- a/app/assets/stylesheets/framework/buttons.scss
+++ b/app/assets/stylesheets/framework/buttons.scss
@@ -369,3 +369,13 @@
width: 100%;
}
}
+
+.btn-blank {
+ padding: 0;
+ background: transparent;
+ border: 0;
+
+ &:focus {
+ outline: 0;
+ }
+}