aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/linking/LinkEditor.scss
diff options
context:
space:
mode:
authordinhanhtruong <70963346+dinhanhtruong@users.noreply.github.com>2021-08-22 17:20:03 -0400
committerdinhanhtruong <70963346+dinhanhtruong@users.noreply.github.com>2021-08-22 17:20:03 -0400
commit9821be2b02306a6ba0e29e95e48c4bd4e99b93df (patch)
tree9227a14e88045ff5f2deba889092510a0a84bf43 /src/client/views/linking/LinkEditor.scss
parent91cb0ed53125061d0ab570d5b7e3e34457e8da06 (diff)
added working relationship search + set
need to debug visibility toggle and refactor handlers
Diffstat (limited to 'src/client/views/linking/LinkEditor.scss')
-rw-r--r--src/client/views/linking/LinkEditor.scss14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/client/views/linking/LinkEditor.scss b/src/client/views/linking/LinkEditor.scss
index e45a91d57..875e1672d 100644
--- a/src/client/views/linking/LinkEditor.scss
+++ b/src/client/views/linking/LinkEditor.scss
@@ -106,6 +106,20 @@
}
}
+.linkEditor-relationship-dropdown {
+ position: absolute;
+ width: 154px;
+ max-height: 90px;
+ overflow: auto;
+ background: white;
+
+ p {
+ padding: 3px;
+ cursor: pointer;
+ border: 1px solid $medium-gray;
+ }
+}
+
.linkEditor-followingDropdown {
padding-left: 26px;
padding-right: 6.5px;