diff options
author | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2021-09-12 11:36:14 -0400 |
---|---|---|
committer | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2021-09-12 11:36:14 -0400 |
commit | 6ff09d4523d2e754812ca4d53dea98f367c28d35 (patch) | |
tree | d0822e51d1ee859728642093ff807b923df302b2 | |
parent | 46211175f05e09efbea684836ba4f636f690a136 (diff) |
Update 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 { |