diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-16 11:12:44 -0700 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-16 11:12:44 -0700 |
commit | cba6d797d756e6cc3cf976610d5d21f55e6460b5 (patch) | |
tree | 4790801b4a4d45da0e50ad395538b8a9ade2d504 | |
parent | 7dedbfb097d1fae7a7d698ab0d3f981f8291b21e (diff) | |
download | gitlab-ce-cba6d797d756e6cc3cf976610d5d21f55e6460b5.tar.gz |
Remove ugly highlight styles
-rw-r--r-- | app/assets/stylesheets/generic/forms.scss | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/assets/stylesheets/generic/forms.scss b/app/assets/stylesheets/generic/forms.scss index 5aa6f4cb66b..19bc11086e9 100644 --- a/app/assets/stylesheets/generic/forms.scss +++ b/app/assets/stylesheets/generic/forms.scss @@ -97,8 +97,3 @@ label { .wiki-content { margin-top: 35px; } - -.btn-group .btn.active { - text-shadow: 0 0 0.2em #D9534F, 0 0 0.2em #D9534F, 0 0 0.2em #D9534F; - background-color: #5487bf; -} |