Skip to content
Snippets Groups Projects
Commit f1e21ae7 authored by Taurie Davis's avatar Taurie Davis Committed by Annabel Dunstone Gray
Browse files

26504 Fix styling of MR jump to discussion button

parent 6ff989cd
No related branches found
No related tags found
No related merge requests found
Loading
@@ -183,7 +183,9 @@
Loading
@@ -183,7 +183,9 @@
   
&.right-sidebar-expanded { &.right-sidebar-expanded {
.line-resolve-all-container { .line-resolve-all-container {
display: none; @media (min-width: $sidebar-breakpoint) {
display: none;
}
} }
} }
} }
Loading
Loading
Loading
@@ -526,8 +526,9 @@ ul.notes {
Loading
@@ -526,8 +526,9 @@ ul.notes {
} }
   
.line-resolve-all { .line-resolve-all {
vertical-align: middle;
display: inline-block; display: inline-block;
padding: 5px 10px; padding: 6px 10px;
background-color: $gray-light; background-color: $gray-light;
border: 1px solid $border-color; border: 1px solid $border-color;
border-radius: $border-radius-default; border-radius: $border-radius-default;
Loading
@@ -535,18 +536,14 @@ ul.notes {
Loading
@@ -535,18 +536,14 @@ ul.notes {
&.has-next-btn { &.has-next-btn {
border-top-right-radius: 0; border-top-right-radius: 0;
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
border-right: 0;
} }
   
.line-resolve-btn { .line-resolve-btn {
vertical-align: middle;
margin-right: 5px; margin-right: 5px;
} }
} }
   
.line-resolve-text {
vertical-align: middle;
}
.line-resolve-btn { .line-resolve-btn {
display: inline-block; display: inline-block;
position: relative; position: relative;
Loading
Loading
---
title: 26504 Fix styling of MR jump to discussion button
merge_request:
author:
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