Fix discussion comments issue spec
This commit is contained in:
parent
ad32b60412
commit
b19bcb194c
2 changed files with 3 additions and 2 deletions
|
@ -387,6 +387,7 @@ append-right-10 comment-type-dropdown js-comment-type-dropdown droplab-dropdown"
|
||||||
name="button"
|
name="button"
|
||||||
type="button"
|
type="button"
|
||||||
class="btn comment-btn note-type-toggle js-note-new-discussion dropdown-toggle"
|
class="btn comment-btn note-type-toggle js-note-new-discussion dropdown-toggle"
|
||||||
|
data-display="static"
|
||||||
data-toggle="dropdown"
|
data-toggle="dropdown"
|
||||||
aria-label="Open comment type dropdown">
|
aria-label="Open comment type dropdown">
|
||||||
<i
|
<i
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.open {
|
.show {
|
||||||
.dropdown-menu,
|
.dropdown-menu,
|
||||||
.dropdown-menu-nav {
|
.dropdown-menu-nav {
|
||||||
@include set-visible;
|
@include set-visible;
|
||||||
|
@ -387,7 +387,7 @@
|
||||||
transform: translateY(0);
|
transform: translateY(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment-type-dropdown.open .dropdown-menu {
|
.comment-type-dropdown.show .dropdown-menu {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue