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
7a8ec42e
Commit
7a8ec42e
authored
Mar 03, 2018
by
Luke Bennett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove small-triangle
parent
17e863be
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
11 deletions
+2
-11
app/assets/stylesheets/framework/popup.scss
app/assets/stylesheets/framework/popup.scss
+0
-9
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+1
-1
app/views/shared/milestones/_deprecation_message.html.haml
app/views/shared/milestones/_deprecation_message.html.haml
+1
-1
No files found.
app/assets/stylesheets/framework/popup.scss
View file @
7a8ec42e
...
...
@@ -6,15 +6,6 @@
$popup-triangle-border-size
);
&
.small-triangle
{
@include
triangle
(
$gray-lighter
,
$gray-darker
,
$popup-triangle-size
/
2
,
$popup-triangle-border-size
/
2
);
}
border
:
1px
solid
$gray-darker
;
box-shadow
:
0
5px
8px
$popup-box-shadow-color
;
position
:
relative
;
...
...
app/assets/stylesheets/framework/variables.scss
View file @
7a8ec42e
...
...
@@ -731,7 +731,7 @@ $image-comment-cursor-top-offset: 12;
/*
Popup
*/
$popup-triangle-size
:
15
px
;
$popup-triangle-size
:
8
px
;
$popup-triangle-border-size
:
1px
;
$popup-box-shadow-color
:
rgba
(
90
,
90
,
90
,
0
.05
);
...
...
app/views/shared/milestones/_deprecation_message.html.haml
View file @
7a8ec42e
...
...
@@ -7,7 +7,7 @@
%br
=
button_tag
'Promote these project milestones into a group milestone.'
,
class:
'btn-link js-toggle-button'
.popup.js-toggle-content.hide
.small-triangle
.popup.js-toggle-content.hide
.body
%ol
.instructions-list
%li
...
...
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