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
5c592a9d
Commit
5c592a9d
authored
Aug 10, 2017
by
winh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make comment actions dropdown style consistent
parent
ef8eb3f6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
19 deletions
+5
-19
app/assets/stylesheets/framework/dropdowns.scss
app/assets/stylesheets/framework/dropdowns.scss
+2
-0
app/assets/stylesheets/pages/notes.scss
app/assets/stylesheets/pages/notes.scss
+3
-19
No files found.
app/assets/stylesheets/framework/dropdowns.scss
View file @
5c592a9d
...
@@ -751,6 +751,8 @@
...
@@ -751,6 +751,8 @@
button
{
button
{
border-radius
:
0
;
border-radius
:
0
;
padding
:
8px
16px
;
padding
:
8px
16px
;
text-align
:
left
;
width
:
100%
;
// make sure the text color is not overriden
// make sure the text color is not overriden
&
.text-danger
{
&
.text-danger
{
...
...
app/assets/stylesheets/pages/notes.scss
View file @
5c592a9d
...
@@ -365,9 +365,7 @@ ul.notes {
...
@@ -365,9 +365,7 @@ ul.notes {
}
}
.discussion-header
,
.discussion-header
,
.note-header
{
.note-header-info
{
position
:
relative
;
a
{
a
{
color
:
inherit
;
color
:
inherit
;
...
@@ -453,6 +451,8 @@ ul.notes {
...
@@ -453,6 +451,8 @@ ul.notes {
}
}
.note-actions
{
.note-actions
{
@include
new-style-dropdown
;
align-self
:
flex-start
;
align-self
:
flex-start
;
flex-shrink
:
0
;
flex-shrink
:
0
;
display
:
inline-flex
;
display
:
inline-flex
;
...
@@ -488,22 +488,6 @@ ul.notes {
...
@@ -488,22 +488,6 @@ ul.notes {
.more-actions-dropdown
{
.more-actions-dropdown
{
width
:
180px
;
width
:
180px
;
min-width
:
180px
;
min-width
:
180px
;
margin-top
:
$gl-btn-padding
;
li
>
a
,
li
>
.btn
{
color
:
$gl-text-color
;
padding
:
$gl-btn-padding
;
width
:
100%
;
text-align
:
left
;
&
:hover
,
&
:focus
{
color
:
$gl-text-color
;
background-color
:
$blue-25
;
border-radius
:
$border-radius-default
;
}
}
}
}
.discussion-actions
{
.discussion-actions
{
...
...
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