From 8c70b822ddd6f2a92d3f3d30cd54c47efad38605 Mon Sep 17 00:00:00 2001 From: Fawn Date: Thu, 13 Jun 2019 12:05:06 -0400 Subject: updated styling on link editor --- src/client/views/nodes/LinkEditor.scss | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'src/client/views/nodes/LinkEditor.scss') diff --git a/src/client/views/nodes/LinkEditor.scss b/src/client/views/nodes/LinkEditor.scss index b56f3046a..df7bd6086 100644 --- a/src/client/views/nodes/LinkEditor.scss +++ b/src/client/views/nodes/LinkEditor.scss @@ -110,12 +110,14 @@ flex-direction: column; } .linkEditor-option { - background-color: red; + background-color: $light-color-secondary; border: 1px solid $intermediate-color; border-top: 0; + padding: 3px; cursor: pointer; &:hover { - background-color: $light-color-secondary; + background-color: $intermediate-color; + font-weight: bold; } } } @@ -124,10 +126,10 @@ height: 20px; display: flex; justify-content: space-between; - button { - width: 31%; + .linkEditor-groupOpts { + width: calc(33% - 3px); height: 20px; - margin-left: 6px; + // margin-left: 6px; padding: 0; font-size: 10px; &:first-child { // delete @@ -137,4 +139,10 @@ background-color: gray; } } + .linkEditor-groupOpts button { + width: 100%; + height: 20px; + font-size: 10px; + padding: 0; + } } \ No newline at end of file -- cgit v1.2.3-70-g09d2