Skip to content

Commit

Permalink
[FIX] Use prettier unicode characters for tree side line
Browse files Browse the repository at this point in the history
  • Loading branch information
KeyWeeUsr committed Mar 3, 2019
1 parent 2bf8807 commit 609d22a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frostmark/core/gui/react/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ a {

/* TreeView child horizontal side line */
.tree-view_children > div.info:before {
content: "--";
content: "\23AF\23AF";
font-family: monospace, monospace;
font-size: 17px;
font-size: 15px;
color: #66CCFF55;
}
.tree-view_children > div.info {
Expand Down

0 comments on commit 609d22a

Please sign in to comment.