|
|
@@ -1,21 +1,3 @@
|
|
|
-.page-comments {
|
|
|
- .page-comment-main {
|
|
|
- pointer-events: auto;
|
|
|
-
|
|
|
- // delete button
|
|
|
- .page-comment-control {
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- right: 0;
|
|
|
- visibility: hidden;
|
|
|
- }
|
|
|
-
|
|
|
- &:hover > .page-comment-control {
|
|
|
- visibility: visible;
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
// modal
|
|
|
.page-comment-delete-modal .modal-content {
|
|
|
.modal-body {
|
|
|
@@ -59,4 +41,20 @@
|
|
|
color: #999;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ .page-comment-main {
|
|
|
+ pointer-events: auto;
|
|
|
+
|
|
|
+ // delete button
|
|
|
+ .page-comment-control {
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ right: 0;
|
|
|
+ visibility: hidden;
|
|
|
+ }
|
|
|
+
|
|
|
+ &:hover > .page-comment-control {
|
|
|
+ visibility: visible;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|