diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-16 13:13:02 -0700 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-16 13:13:02 -0700 |
commit | 8eebb6e56601738027d8c5e65c9c3bd77911e3a8 (patch) | |
tree | 37868ebba28d9aa421e1d6e876e503e6f4083cd4 | |
parent | cba6d797d756e6cc3cf976610d5d21f55e6460b5 (diff) | |
download | gitlab-ce-8eebb6e56601738027d8c5e65c9c3bd77911e3a8.tar.gz |
Fix editor UI bug
-rw-r--r-- | app/assets/stylesheets/pages/editor.scss | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/editor.scss b/app/assets/stylesheets/pages/editor.scss index 88aa256e56e..851f126318d 100644 --- a/app/assets/stylesheets/pages/editor.scss +++ b/app/assets/stylesheets/pages/editor.scss @@ -16,8 +16,6 @@ } } .commit-button-annotation { - @extend .alert; - @extend .alert-info; display: inline-block; margin: 0; padding: 2px; |