diff options
| author | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2021-09-13 13:52:15 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-13 13:52:15 -0400 |
| commit | e4c35687663dc61f03493dc3109b5dcbd6795a4b (patch) | |
| tree | 40702492d39e80bff9847eaffdd4f8a0151a9198 /src/client/views/nodes/button/FontIconBox.scss | |
| parent | 8e5357cd2ebfaad88c82ffde2415426fa9d130c0 (diff) | |
| parent | 6352c67a2eb361efad6a3dea81c9558d93bfc490 (diff) | |
Merge pull request #39 from brown-dash/menu_updates_geireann
Menu updates geireann
Diffstat (limited to 'src/client/views/nodes/button/FontIconBox.scss')
| -rw-r--r-- | src/client/views/nodes/button/FontIconBox.scss | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/src/client/views/nodes/button/FontIconBox.scss b/src/client/views/nodes/button/FontIconBox.scss index a2da35fe1..079c767b9 100644 --- a/src/client/views/nodes/button/FontIconBox.scss +++ b/src/client/views/nodes/button/FontIconBox.scss @@ -342,14 +342,18 @@ } &.editableText { - cursor: pointer; - background: transparent; + cursor: text; + display: flex; + flex-direction: row; + gap: 5px; + padding-left: 10px; + justify-content: flex-start; + color: black; + background-color: $light-gray; + padding: 5px; + padding-left: 10px; width: 100%; height: 100%; - - &:hover { - background-color: $close-red; - } } &.drpDownBtn { |
