Commit 7a8ec42e authored by Luke Bennett's avatar Luke Bennett

Remove small-triangle

parent 17e863be
...@@ -6,15 +6,6 @@ ...@@ -6,15 +6,6 @@
$popup-triangle-border-size $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; border: 1px solid $gray-darker;
box-shadow: 0 5px 8px $popup-box-shadow-color; box-shadow: 0 5px 8px $popup-box-shadow-color;
position: relative; position: relative;
......
...@@ -731,7 +731,7 @@ $image-comment-cursor-top-offset: 12; ...@@ -731,7 +731,7 @@ $image-comment-cursor-top-offset: 12;
/* /*
Popup Popup
*/ */
$popup-triangle-size: 15px; $popup-triangle-size: 8px;
$popup-triangle-border-size: 1px; $popup-triangle-border-size: 1px;
$popup-box-shadow-color: rgba(90, 90, 90, 0.05); $popup-box-shadow-color: rgba(90, 90, 90, 0.05);
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
%br %br
= button_tag 'Promote these project milestones into a group milestone.', class: 'btn-link js-toggle-button' = 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 .body
%ol.instructions-list %ol.instructions-list
%li %li
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment