Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
174ee4e1
Commit
174ee4e1
authored
Feb 22, 2018
by
haseeb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix incomplete shadow in input field
parent
69459457
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
12 deletions
+2
-12
app/assets/stylesheets/framework/snippets.scss
app/assets/stylesheets/framework/snippets.scss
+1
-11
app/views/shared/snippets/_header.html.haml
app/views/shared/snippets/_header.html.haml
+1
-1
No files found.
app/assets/stylesheets/framework/snippets.scss
View file @
174ee4e1
...
@@ -57,20 +57,10 @@
...
@@ -57,20 +57,10 @@
padding-right
:
0
;
padding-right
:
0
;
padding-top
:
$gl-padding
;
padding-top
:
$gl-padding
;
a
.btn
{
width
:
100%
;
}
.form-control
{
.form-control
{
cursor
:
auto
;
cursor
:
auto
;
width
:
101%
;
width
:
101%
;
border-left
:
0
;
margin-left
:
-1
;
outline
:
none
;
box-shadow
:
none
;
&
:active
{
box-shadow
:
none
;
}
}
}
.embed-toggle
{
.embed-toggle
{
...
...
app/views/shared/snippets/_header.html.haml
View file @
174ee4e1
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
.embed-snippet.pull-right.col-md-6
.embed-snippet.pull-right.col-md-6
.input-group
.input-group
.input-group-btn
.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
%span
#embed-action
Embed
=
sprite_icon
(
'angle-down'
,
size:
12
)
=
sprite_icon
(
'angle-down'
,
size:
12
)
%ul
.dropdown-menu.dropdown-menu-selectable.dropdown-menu-right
%ul
.dropdown-menu.dropdown-menu-selectable.dropdown-menu-right
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment