aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/FontIconBox.scss
diff options
context:
space:
mode:
authoranika-ahluwalia <anika.ahluwalia@gmail.com>2020-08-03 12:28:25 -0500
committeranika-ahluwalia <anika.ahluwalia@gmail.com>2020-08-03 12:28:25 -0500
commita63200e21d6304ef347a5a123839cd06ac04ec72 (patch)
tree956fd10a778a23b26188c8c1a10e35c5e6d9f13c /src/client/views/nodes/FontIconBox.scss
parent89f19acdbf4a4aa81537b56665353b7c0d4c8e30 (diff)
menu button fix and link greyed out
Diffstat (limited to 'src/client/views/nodes/FontIconBox.scss')
-rw-r--r--src/client/views/nodes/FontIconBox.scss24
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 {