summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorClement Ho <clementh@hp.com>2016-08-01 15:09:03 -0500
committerClement Ho <clementh@hp.com>2016-08-01 15:09:03 -0500
commitfe23512c9d0cc8348cb4221fc110b53748a6996b (patch)
tree2569c51b5bb5ca2cf387c343f006bf9f24c69c03 /app/assets
parentab3dd9a106787b70c26e55e9f0dc7fe6c34b0769 (diff)
downloadgitlab-ce-fe23512c9d0cc8348cb4221fc110b53748a6996b.tar.gz
Convert switch icon into icon font
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/images/switch_icon.pngbin231 -> 0 bytes
-rw-r--r--app/assets/stylesheets/pages/commits.scss2
2 files changed, 0 insertions, 2 deletions
diff --git a/app/assets/images/switch_icon.png b/app/assets/images/switch_icon.png
deleted file mode 100644
index c6b6c8d9521..00000000000
--- a/app/assets/images/switch_icon.png
+++ /dev/null
Binary files differ
diff --git a/app/assets/stylesheets/pages/commits.scss b/app/assets/stylesheets/pages/commits.scss
index 0298577c494..2beef15bbf9 100644
--- a/app/assets/stylesheets/pages/commits.scss
+++ b/app/assets/stylesheets/pages/commits.scss
@@ -1,8 +1,6 @@
.commits-compare-switch {
@include btn-default;
@include btn-white;
- background: image-url("switch_icon.png") no-repeat center center;
- text-indent: -9999px;
float: left;
margin-right: 9px;
}