|
|
@@ -69,10 +69,6 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- // show when hover
|
|
|
- .page-comment-main:hover > .page-comment-control {
|
|
|
- display: block;
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
.page-comment.page-comment-me {
|
|
|
@@ -89,6 +85,11 @@
|
|
|
//background: lighten($crowiHeaderBackground, 65%);
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ // show controls when hover
|
|
|
+ .page-comment-main:hover > .page-comment-control {
|
|
|
+ display: block;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.page-comment.page-comment-old {
|