diff options
| author | bobzel <zzzman@gmail.com> | 2022-11-29 15:31:04 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-11-29 15:31:04 -0500 |
| commit | f61092c162378f8884335b0988058420b7982f7d (patch) | |
| tree | 4b12f8055e5e390983419dc48fbddd20406c3521 /src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss | |
| parent | c6d1059e24f362a167b9ac24e6f13d1e45361da9 (diff) | |
fixed docDecoration appearance after following link and clicking before highlight times out. fixed selection of links to allow setting background color of link line and link text box. added background for link description text and highlighting of link when clicked/selected.
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss b/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss index 858719a08..b44acfce8 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss @@ -5,15 +5,8 @@ transition: opacity 0.5s ease-in; fill: transparent; } -.collectionfreeformlinkview-linkCircle { - stroke: rgb(0,0,0); - opacity: 0.5; - pointer-events: all; - cursor: pointer; -} .collectionfreeformlinkview-linkText { - stroke: rgb(0,0,0); - opacity: 0.5; + stroke: rgb(0, 0, 0); pointer-events: all; cursor: move; } |
