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

change icon anchor by thumbtack

parent 8f9db356
Pipeline #3899 failed with stage
in 0 seconds
......@@ -2724,6 +2724,16 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
.fa-plus-minus:before {
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 {
position: absolute;
width: 1px;
......
This diff is collapsed.
......@@ -129,7 +129,7 @@ plusCpt = here.component "plus" cpt where
, variant: ButtonVariant Light
}
[
B.icon { name: "refresh" }
B.icon { name: "thumb-tack-inclined-cancel" }
]
}
,
......
......@@ -304,7 +304,7 @@ nodeSpanCpt = here.component "nodeSpan" cpt
R2.when (showBox) $
R.fragment [
B.iconButton
{ name: "anchor"
{ name: "thumb-tack-inclined"
, className: "mainleaf__pin-icon"
, callback: \_ -> do
log2 "[Pinning tree ID]" id
......
......@@ -698,6 +698,9 @@ glyphiconToCharCode = _toString <<< case _ of
"thermometer-quarter" -> 0xf2ca
"thermometer-three-quarters" -> 0xf2c8
"thumb-tack" -> 0xf08d
"thumb-tack-cancel" -> 0xe904
"thumb-tack-inclined" -> 0xe903
"thumb-tack-inclined-cancel" -> 0xe902
"thumbs-down" -> 0xf165
"thumbs-o-down" -> 0xf088
"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