diff options
| author | dinhanhtruong <70963346+dinhanhtruong@users.noreply.github.com> | 2021-08-22 21:26:04 -0400 |
|---|---|---|
| committer | dinhanhtruong <70963346+dinhanhtruong@users.noreply.github.com> | 2021-08-22 21:26:04 -0400 |
| commit | f75810f3466fcbd2449bc5006316fea4865c2cd9 (patch) | |
| tree | ebf1041104e43a6a389d01d4e504257e85747dcd /src/client/views/linking/LinkEditor.scss | |
| parent | 9821be2b02306a6ba0e29e95e48c4bd4e99b93df (diff) | |
fixed link relationship search visibility issues
relationship search box now properly disappears on blur and reappears on focus without compromising relationship setting. Also refactored search result click handling
Diffstat (limited to 'src/client/views/linking/LinkEditor.scss')
| -rw-r--r-- | src/client/views/linking/LinkEditor.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/views/linking/LinkEditor.scss b/src/client/views/linking/LinkEditor.scss index 875e1672d..abd413f57 100644 --- a/src/client/views/linking/LinkEditor.scss +++ b/src/client/views/linking/LinkEditor.scss @@ -118,6 +118,10 @@ cursor: pointer; border: 1px solid $medium-gray; } + + p:hover { + background: $light-blue; + } } .linkEditor-followingDropdown { |
