Commit 174ee4e1 authored by haseeb's avatar haseeb

fix incomplete shadow in input field

parent 69459457
......@@ -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 {
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment