diff options
author | Clement Ho <clementh@hp.com> | 2016-08-01 15:09:03 -0500 |
---|---|---|
committer | Clement Ho <clementh@hp.com> | 2016-08-01 15:09:03 -0500 |
commit | fe23512c9d0cc8348cb4221fc110b53748a6996b (patch) | |
tree | 2569c51b5bb5ca2cf387c343f006bf9f24c69c03 /app/assets | |
parent | ab3dd9a106787b70c26e55e9f0dc7fe6c34b0769 (diff) | |
download | gitlab-ce-fe23512c9d0cc8348cb4221fc110b53748a6996b.tar.gz |
Convert switch icon into icon font
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/images/switch_icon.png | bin | 231 -> 0 bytes | |||
-rw-r--r-- | app/assets/stylesheets/pages/commits.scss | 2 |
2 files changed, 0 insertions, 2 deletions
diff --git a/app/assets/images/switch_icon.png b/app/assets/images/switch_icon.png Binary files differdeleted file mode 100644 index c6b6c8d9521..00000000000 --- a/app/assets/images/switch_icon.png +++ /dev/null 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; } |