diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-03 13:38:19 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-08-03 13:38:19 -0400 |
| commit | fb8150f01232a3f8e9333f9ed7012b6982b00c24 (patch) | |
| tree | 3465bcaa74bb58fd80f556b6e342d823d45799c6 /src/client/views/nodes/FontIconBox.scss | |
| parent | 3dc66a77097b0ee3ea9aa1d29b9a3a63667ed3b3 (diff) | |
| parent | d96ef300a0ea7cff30d5990828e52e511cd9acf7 (diff) | |
Merge branch 'menu_restructure' of https://github.com/browngraphicslab/Dash-Web into menu_restructure
Diffstat (limited to 'src/client/views/nodes/FontIconBox.scss')
| -rw-r--r-- | src/client/views/nodes/FontIconBox.scss | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/src/client/views/nodes/FontIconBox.scss b/src/client/views/nodes/FontIconBox.scss index 31bc471de..5bdafd857 100644 --- a/src/client/views/nodes/FontIconBox.scss +++ b/src/client/views/nodes/FontIconBox.scss @@ -1,5 +1,3 @@ - - .fontIconBox-label { color: white; margin-right: 4px; @@ -12,30 +10,36 @@ border-radius: 8px; margin-top: -8px; padding: 0; - width: 100%; + width: 100%; } .menuButton-round { border-radius: 100%; + .fontIconBox-label { margin-left: -10px; // button padding is 10px; - bottom:0; + bottom: 0; position: absolute; } } + .menuButton-square { padding-top: 3px; padding-bottom: 3px; padding-left: 5px; + .fontIconBox-label { border-radius: 0px; margin-top: 0px; border-radius: "inherit"; } } -.menuButton, .menuButton-round, .menuButton-square{ + +.menuButton, +.menuButton-round, +.menuButton-square { width: 100%; - height:100%; + height: 100%; pointer-events: all; touch-action: none; @@ -43,10 +47,10 @@ touch-action: none; border-radius: 8px; - &:hover { - background: rgb(61, 61, 61); - cursor: pointer; - } + // &:hover { + // background: rgb(61, 61, 61); + // cursor: pointer; + // } } .menuButton-icon-square { |
