summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhaseeb <haseebeqx@yahoo.com>2018-02-22 01:03:10 +0530
committerhaseeb <haseebeqx@yahoo.com>2018-02-28 18:48:26 +0530
commit174ee4e182522545baf05669d7dd03ff3753d322 (patch)
tree99fefe05b66ff6b3eb0d33c9d62d7d740390809a
parent69459457e6ce7b537add7c8671ba5fcf425e6dd5 (diff)
downloadgitlab-ce-174ee4e182522545baf05669d7dd03ff3753d322.tar.gz
fix incomplete shadow in input field
-rw-r--r--app/assets/stylesheets/framework/snippets.scss12
-rw-r--r--app/views/shared/snippets/_header.html.haml2
2 files changed, 2 insertions, 12 deletions
diff --git a/app/assets/stylesheets/framework/snippets.scss b/app/assets/stylesheets/framework/snippets.scss
index 9a555ba1f15..462aca905d8 100644
--- a/app/assets/stylesheets/framework/snippets.scss
+++ b/app/assets/stylesheets/framework/snippets.scss
@@ -57,20 +57,10 @@
padding-right: 0;
padding-top: $gl-padding;
- a.btn {
- width: 100%;
- }
-
.form-control {
cursor: auto;
width: 101%;
- border-left: 0;
- outline: none;
- box-shadow: none;
-
- &:active {
- box-shadow: none;
- }
+ margin-left: -1;
}
.embed-toggle {
diff --git a/app/views/shared/snippets/_header.html.haml b/app/views/shared/snippets/_header.html.haml
index 2963156b2d7..da014da031d 100644
--- a/app/views/shared/snippets/_header.html.haml
+++ b/app/views/shared/snippets/_header.html.haml
@@ -36,7 +36,7 @@
.embed-snippet.pull-right.col-md-6
.input-group
.input-group-btn
- %a.btn.btn-default.embed-toggle.dropdown-toggle{ 'data-toggle': 'dropdown' }
+ %a.btn.embed-toggle{ 'data-toggle': 'dropdown' }
%span#embed-action Embed
= sprite_icon('angle-down', size: 12)
%ul.dropdown-menu.dropdown-menu-selectable.dropdown-menu-right