diff options
| author | bobzel <zzzman@gmail.com> | 2021-09-13 13:58:07 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-09-13 13:58:07 -0400 |
| commit | 527b5a9dcd61f898c222eac0f2d5569bcfa35f5e (patch) | |
| tree | 373ca6eea64debb5787972325841cf399e854f45 /src/client/views/nodes/button/FontIconBox.scss | |
| parent | ce7e33562775b4cd4671dadd2d2fa9d448bc0290 (diff) | |
| parent | e4c35687663dc61f03493dc3109b5dcbd6795a4b (diff) | |
Merge branch 'master' of https://github.com/brown-dash/Dash-Web
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 { |
