aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/linking
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/linking')
-rw-r--r--src/client/views/linking/LinkMenuItem.scss34
1 files changed, 18 insertions, 16 deletions
diff --git a/src/client/views/linking/LinkMenuItem.scss b/src/client/views/linking/LinkMenuItem.scss
index c5becae7d..e3ce69cd7 100644
--- a/src/client/views/linking/LinkMenuItem.scss
+++ b/src/client/views/linking/LinkMenuItem.scss
@@ -31,21 +31,23 @@
font-size: 10.5px;
}
- // &:hover {
- // .linkMenu-item-buttons {
- // display: flex;
- // }
- // .linkMenu-item-content {
- // &.expand-two p {
- // width: calc(100% - 52px);
- // background-color: lightgray;
- // }
- // &.expand-three p {
- // width: calc(100% - 84px);
- // background-color: lightgray;
- // }
- // }
- // }
+ &:hover {
+ .linkMenu-item-buttons {
+ display: flex;
+ }
+
+ .linkMenu-item-content {
+ &.expand-two p {
+ width: calc(100% - 52px);
+ background-color: lightgray;
+ }
+
+ &.expand-three p {
+ width: calc(100% - 84px);
+ background-color: lightgray;
+ }
+ }
+ }
}
.linkMenu-item-buttons {
@@ -53,7 +55,7 @@
top: 50%;
right: 0;
transform: translateY(-50%);
- display: flex;
+ display: none;
.button {
width: 20px;