Commit b58f7ad7 by Brian Talbot Committed by cahrens

resolving display issues by re-implementing discussions-scoped is-hidden classes

parent 21aab921
......@@ -136,6 +136,10 @@
&:last-child {
margin-right: 0;
}
&.is-hidden {
display: none;
}
}
@mixin forum-user-label($color) {
......
......@@ -12,7 +12,12 @@
.actions-item {
@include box-sizing(border-box);
display: block;
margin: ($baseline/4) 0;
&.is-hidden {
display: none;
}
}
.more-wrapper {
......@@ -77,7 +82,12 @@
}
.actions-item {
display: block;
margin: 0;
&.is-hidden {
display: none;
}
}
}
......
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