Revert "[SHOULD BE DONE BUT LETS TESTMERGE FIRST] TG SYNC"

This commit is contained in:
LetterJay
2017-12-16 13:08:50 -06:00
committed by GitHub
parent 715960b324
commit 7af461539f
756 changed files with 10062 additions and 11368 deletions
-20
View File
@@ -1,20 +0,0 @@
[data-tooltip] {
position: relative;
}
[data-tooltip]:hover::before {
position: absolute;
z-index: 1;
top: 100%;
padding: 0 4px;
margin-top: 1px;
border: 1px solid #40628a;
background: black;
color: white;
content: attr(data-tooltip);
min-width: 160px;
}
.technode {
width: 256px;
}