diff options
| author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-08-04 13:10:13 -0500 |
|---|---|---|
| committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-08-04 13:10:13 -0500 |
| commit | 4051758f3cef5e353cb24c699f4594fa4be81758 (patch) | |
| tree | c7a9c7937e0803f34889f109d7588dfe817d357d /src/client/views/nodes/DocumentLinksButton.scss | |
| parent | 8192e058495155a056b83b701c90ac56115dda32 (diff) | |
several UI changes and consistency updates around the system
Diffstat (limited to 'src/client/views/nodes/DocumentLinksButton.scss')
| -rw-r--r-- | src/client/views/nodes/DocumentLinksButton.scss | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentLinksButton.scss b/src/client/views/nodes/DocumentLinksButton.scss index 97e714cd5..9328fb96b 100644 --- a/src/client/views/nodes/DocumentLinksButton.scss +++ b/src/client/views/nodes/DocumentLinksButton.scss @@ -28,7 +28,13 @@ } .documentLinksButton { - background-color: $link-color; + background-color: black; + + &:hover { + background: $main-accent; + transform: scale(1.05); + cursor: pointer; + } } .documentLinksButton-endLink { |
