diff options
author | haseeb <haseebeqx@yahoo.com> | 2018-03-07 00:32:02 +0530 |
---|---|---|
committer | haseeb <haseebeqx@yahoo.com> | 2018-03-07 00:32:02 +0530 |
commit | 768c4c7a6098ef458cade312a720a142277e505b (patch) | |
tree | ad3da29f16ccee49732b5961b7c7311d170912bf | |
parent | 460d03b75f5087e74494cb31b28a8c7489f1ce2c (diff) | |
download | gitlab-ce-768c4c7a6098ef458cade312a720a142277e505b.tar.gz |
removed unwated column from css
-rw-r--r-- | app/assets/stylesheets/snippets.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/stylesheets/snippets.scss b/app/assets/stylesheets/snippets.scss index e39ee13be8d..14e6b5a1e1e 100644 --- a/app/assets/stylesheets/snippets.scss +++ b/app/assets/stylesheets/snippets.scss @@ -17,7 +17,6 @@ display: inline-block; background: url(asset_path('ext_snippet_icons/ext_snippet_icons.png')) no-repeat; overflow: hidden; - text-indent: -9999px; text-align: left; width: 16px; height: 16px; |