Skip to content
Snippets Groups Projects
Commit b19bcb19 authored by Clement Ho's avatar Clement Ho
Browse files

Fix discussion comments issue spec

parent ad32b604
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -387,6 +387,7 @@ append-right-10 comment-type-dropdown js-comment-type-dropdown droplab-dropdown"
name="button"
type="button"
class="btn comment-btn note-type-toggle js-note-new-discussion dropdown-toggle"
data-display="static"
data-toggle="dropdown"
aria-label="Open comment type dropdown">
<i
Loading
Loading
Loading
Loading
@@ -24,7 +24,7 @@
display: none;
}
 
.open {
.show {
.dropdown-menu,
.dropdown-menu-nav {
@include set-visible;
Loading
Loading
@@ -387,7 +387,7 @@
transform: translateY(0);
}
 
.comment-type-dropdown.open .dropdown-menu {
.comment-type-dropdown.show .dropdown-menu {
display: block;
}
 
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