diff options
| author | Sam Wilkins <abdullah_ahmed@brown.edu> | 2019-04-30 22:46:47 -0400 |
|---|---|---|
| committer | Sam Wilkins <abdullah_ahmed@brown.edu> | 2019-04-30 22:46:47 -0400 |
| commit | 770f55f12398b5791cf3f861f3ea60fac8da626d (patch) | |
| tree | baec7e5253290c1e475c1ccae428096ba098320b /src/client/views/nodes/LinkEditor.scss | |
| parent | 1c1254431f2b76f9fa5f9b552e2e6ccdd1f45b8b (diff) | |
| parent | d1efc8f6232418bce30841587fb473529d2d1c42 (diff) | |
Merge branch 'newDocs' of https://github.com/browngraphicslab/Dash-Web into newDocs
Diffstat (limited to 'src/client/views/nodes/LinkEditor.scss')
| -rw-r--r-- | src/client/views/nodes/LinkEditor.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/views/nodes/LinkEditor.scss b/src/client/views/nodes/LinkEditor.scss index ea2e7289c..9629585d7 100644 --- a/src/client/views/nodes/LinkEditor.scss +++ b/src/client/views/nodes/LinkEditor.scss @@ -22,7 +22,7 @@ .save-button { width: 50px; - height: 20px; + height: 22px; pointer-events: auto; background-color: $dark-color; color: $light-color; @@ -38,6 +38,5 @@ .save-button:hover { background: $main-accent; - transform: scale(1.05); cursor: pointer; }
\ No newline at end of file |
