using dotted underlining for cloned notes because dashed looks ugly in chrome

This commit is contained in:
azivner 2017-11-27 18:16:42 -05:00
parent 1231e02449
commit b809971fd1
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ span.fancytree-node.protected.fancytree-folder > span.fancytree-icon {
}
span.fancytree-node.multiple-parents .fancytree-title {
text-decoration: underline dashed;
text-decoration: underline dotted;
}
span.fancytree-node.fancytree-active-clone:not(.fancytree-active) .fancytree-title {

View File

@ -1 +1 @@
module.exports = { build_date:"2017-11-20T08:43:54-05:00", build_revision: "2f2969b2a1fa080a7555f2dfb7ec8b933f0421fe" };
module.exports = { build_date:"2017-11-26T23:24:39-05:00", build_revision: "1231e02449c08f8f794277e6de7fd401535aa57d" };