Skip to content
Snippets Groups Projects
Commit 5c592a9d authored by Winnie Hellmann's avatar Winnie Hellmann
Browse files

Make comment actions dropdown style consistent

parent ef8eb3f6
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -751,6 +751,8 @@
button {
border-radius: 0;
padding: 8px 16px;
text-align: left;
width: 100%;
 
// make sure the text color is not overriden
&.text-danger {
Loading
Loading
Loading
Loading
@@ -365,9 +365,7 @@ ul.notes {
}
 
.discussion-header,
.note-header {
position: relative;
.note-header-info {
a {
color: inherit;
 
Loading
Loading
@@ -453,6 +451,8 @@ ul.notes {
}
 
.note-actions {
@include new-style-dropdown;
align-self: flex-start;
flex-shrink: 0;
display: inline-flex;
Loading
Loading
@@ -488,22 +488,6 @@ ul.notes {
.more-actions-dropdown {
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 {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment