Commit 22af7b7d authored by Fabien Manière's avatar Fabien Manière

change icon anchor by thumbtack

parent 8f9db356
...@@ -2724,6 +2724,16 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI ...@@ -2724,6 +2724,16 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
.fa-plus-minus:before { .fa-plus-minus:before {
content: "\e901"; content: "\e901";
} }
.fa-thumb-tack-inclined-cancel:before {
content: "\e902";
}
.fa-thumb-tack-inclined:before {
content: "\e903";
}
.fa-thumb-tack-cancel:before {
content: "\e904";
}
.sr-only { .sr-only {
position: absolute; position: absolute;
width: 1px; width: 1px;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -129,7 +129,7 @@ plusCpt = here.component "plus" cpt where ...@@ -129,7 +129,7 @@ plusCpt = here.component "plus" cpt where
, variant: ButtonVariant Light , variant: ButtonVariant Light
} }
[ [
B.icon { name: "refresh" } B.icon { name: "thumb-tack-inclined-cancel" }
] ]
} }
, ,
......
...@@ -304,7 +304,7 @@ nodeSpanCpt = here.component "nodeSpan" cpt ...@@ -304,7 +304,7 @@ nodeSpanCpt = here.component "nodeSpan" cpt
R2.when (showBox) $ R2.when (showBox) $
R.fragment [ R.fragment [
B.iconButton B.iconButton
{ name: "anchor" { name: "thumb-tack-inclined"
, className: "mainleaf__pin-icon" , className: "mainleaf__pin-icon"
, callback: \_ -> do , callback: \_ -> do
log2 "[Pinning tree ID]" id log2 "[Pinning tree ID]" id
......
...@@ -698,6 +698,9 @@ glyphiconToCharCode = _toString <<< case _ of ...@@ -698,6 +698,9 @@ glyphiconToCharCode = _toString <<< case _ of
"thermometer-quarter" -> 0xf2ca "thermometer-quarter" -> 0xf2ca
"thermometer-three-quarters" -> 0xf2c8 "thermometer-three-quarters" -> 0xf2c8
"thumb-tack" -> 0xf08d "thumb-tack" -> 0xf08d
"thumb-tack-cancel" -> 0xe904
"thumb-tack-inclined" -> 0xe903
"thumb-tack-inclined-cancel" -> 0xe902
"thumbs-down" -> 0xf165 "thumbs-down" -> 0xf165
"thumbs-o-down" -> 0xf088 "thumbs-o-down" -> 0xf088
"thumbs-o-up" -> 0xf087 "thumbs-o-up" -> 0xf087
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment